Merge pull request #1309 from Sporklin/1.8.3-dev-Fixmanpagesports

Updating ports to proper Dogecoin ports. Missed somehow.
This commit is contained in:
Max K. 2015-10-20 20:19:01 +02:00
commit eab30077ff
3 changed files with 7 additions and 7 deletions

View file

@ -11,12 +11,12 @@
# Use as many addnode= settings as you like to connect to specific peers # Use as many addnode= settings as you like to connect to specific peers
#addnode=69.164.218.197 #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 # ... or use as many connect= settings as you like to connect ONLY
# to specific peers: # to specific peers:
#connect=69.164.218.197 #connect=69.164.218.197
#connect=10.0.0.1:8333 #connect=10.0.0.1:22556
# Maximum number of inbound+outbound connections. # Maximum number of inbound+outbound connections.
#maxconnections= #maxconnections=

View file

@ -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 Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR
.TP .TP
\fB\-port=\fR<port> \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 .TP
\fB\-maxconnections=\fR<n> \fB\-maxconnections=\fR<n>
Maintain at most <n> connections to peers (default: 125) Maintain at most <n> connections to peers (default: 125)
@ -125,7 +125,7 @@ Username for JSON\-RPC connections
Password for JSON\-RPC connections Password for JSON\-RPC connections
.TP .TP
\fB\-rpcport=\fR<port> \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 .TP
\fB\-rpcallowip=\fR<ip> \fB\-rpcallowip=\fR<ip>
Allow JSON\-RPC connections from specified IP address Allow JSON\-RPC connections from specified IP address

View file

@ -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 \fBproxy=\fR\fI'127.0.0.1:9050'\fR
Connect via a socks4 proxy. Connect via a socks4 proxy.
.TP .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. Use as many *addnode=* settings as you like to connect to specific peers.
.TP .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. Use as many *connect=* settings as you like to connect ONLY to specific peers.
.TP .TP
\fRmaxconnections=\fR\fI'value'\fR \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 \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). 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 .TP
\fBrpcport=\fR\fI'8332'\fR \fBrpcport=\fR\fI'22555'\fR
Listen for RPC connections on this TCP port. Listen for RPC connections on this TCP port.
.TP .TP
\fBrpcconnect=\fR\fI'127.0.0.1'\fR \fBrpcconnect=\fR\fI'127.0.0.1'\fR