diff options
| author | Max K. <[email protected]> | 2015-10-20 20:19:01 +0200 |
|---|---|---|
| committer | Max K. <[email protected]> | 2015-10-20 20:19:01 +0200 |
| commit | eab30077ffc0c3ebb441172d1e8466a05c96e4d6 (patch) | |
| tree | 283a89be14a8c0f9166ff05eafa86de1e4711808 | |
| parent | Merge pull request #1305 from patricklodder/1.8.3-upnp-descr (diff) | |
| parent | Updating ports to proper Dogecoin ports. Missed somehow. (diff) | |
| download | discoin-eab30077ffc0c3ebb441172d1e8466a05c96e4d6.tar.xz discoin-eab30077ffc0c3ebb441172d1e8466a05c96e4d6.zip | |
Merge pull request #1309 from Sporklin/1.8.3-dev-Fixmanpagesportsv1.8.3
Updating ports to proper Dogecoin ports. Missed somehow.
| -rw-r--r-- | contrib/debian/examples/bitcoin.conf | 4 | ||||
| -rw-r--r-- | contrib/debian/manpages/bitcoin-qt.1 | 4 | ||||
| -rw-r--r-- | contrib/debian/manpages/bitcoin.conf.5 | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/bitcoin.conf index 95fca26be..fd7983b88 100644 --- a/contrib/debian/examples/bitcoin.conf +++ b/contrib/debian/examples/bitcoin.conf @@ -11,12 +11,12 @@ # Use as many addnode= settings as you like to connect to specific peers #addnode=69.164.218.197 -#addnode=10.0.0.2:8333 +#addnode=10.0.0.2:22556 # ... or use as many connect= settings as you like to connect ONLY # to specific peers: #connect=69.164.218.197 -#connect=10.0.0.1:8333 +#connect=10.0.0.1:22556 # Maximum number of inbound+outbound connections. #maxconnections= diff --git a/contrib/debian/manpages/bitcoin-qt.1 b/contrib/debian/manpages/bitcoin-qt.1 index d0819fe4b..450a3faf5 100644 --- a/contrib/debian/manpages/bitcoin-qt.1 +++ b/contrib/debian/manpages/bitcoin-qt.1 @@ -44,7 +44,7 @@ Use proxy to reach tor hidden services (default: same as \fB\-proxy\fR) Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR .TP \fB\-port=\fR<port> -Listen for connections on <port> (default: 8333 or testnet: 18333) +Listen for connections on <port> (default: 22556 or testnet: 44556) .TP \fB\-maxconnections=\fR<n> Maintain at most <n> connections to peers (default: 125) @@ -125,7 +125,7 @@ Username for JSON\-RPC connections Password for JSON\-RPC connections .TP \fB\-rpcport=\fR<port> -Listen for JSON\-RPC connections on <port> (default: 8332 or testnet: 18332) +Listen for JSON\-RPC connections on <port> (default: 22555 or testnet: 44555) .TP \fB\-rpcallowip=\fR<ip> Allow JSON\-RPC connections from specified IP address diff --git a/contrib/debian/manpages/bitcoin.conf.5 b/contrib/debian/manpages/bitcoin.conf.5 index cca88228c..638562245 100644 --- a/contrib/debian/manpages/bitcoin.conf.5 +++ b/contrib/debian/manpages/bitcoin.conf.5 @@ -18,10 +18,10 @@ Enable or disable run on the test network instead of the real *dogecoin* network \fBproxy=\fR\fI'127.0.0.1:9050'\fR Connect via a socks4 proxy. .TP -\fBaddnode=\fR\fI'10.0.0.2:8333'\fR +\fBaddnode=\fR\fI'10.0.0.2:22556'\fR Use as many *addnode=* settings as you like to connect to specific peers. .TP -\fBconnect=\fR\fI'10.0.0.1:8333'\fR +\fBconnect=\fR\fI'10.0.0.1:22556'\fR Use as many *connect=* settings as you like to connect ONLY to specific peers. .TP \fRmaxconnections=\fR\fI'value'\fR @@ -40,7 +40,7 @@ You must set *rpcpassword* to secure the JSON-RPC api. \fBrpcallowip=\fR\fI'192.168.1.*'\fR By default, only RPC connections from localhost are allowed. Specify as many *rpcallowip=* settings as you like to allow connections from other hosts (and you may use * as a wildcard character). .TP -\fBrpcport=\fR\fI'8332'\fR +\fBrpcport=\fR\fI'22555'\fR Listen for RPC connections on this TCP port. .TP \fBrpcconnect=\fR\fI'127.0.0.1'\fR |