Update command line options in doc.go.
This commit is contained in:
parent
f5a7dcdcbf
commit
0cc756337e
1 changed files with 11 additions and 7 deletions
18
doc.go
18
doc.go
|
@ -28,17 +28,20 @@ The flags are:
|
||||||
-a, --addpeer= Add a peer to connect with at startup
|
-a, --addpeer= Add a peer to connect with at startup
|
||||||
--connect= Connect only to the specified peers at startup
|
--connect= Connect only to the specified peers at startup
|
||||||
--nolisten Disable listening for incoming connections -- NOTE:
|
--nolisten Disable listening for incoming connections -- NOTE:
|
||||||
Listening is automatically disabled if the --connect
|
Listening is automatically disabled if the --connect or
|
||||||
option is used or if the --proxy option is used without
|
--proxy options are used without also specifying listen
|
||||||
the --tor option
|
interfaces via --listen
|
||||||
-p, --port= Listen for connections on this port (default: 8333,
|
--listen= Add an interface/port to listen for connections (default
|
||||||
testnet: 18333)
|
all interfaces port: 8333, testnet: 18333)
|
||||||
--maxpeers= Max number of inbound and outbound peers
|
--maxpeers= Max number of inbound and outbound peers
|
||||||
--banduration= How long to ban misbehaving peers. Valid time units are
|
--banduration= How long to ban misbehaving peers. Valid time units are
|
||||||
{s, m, h}. Minimum 1 second
|
{s, m, h}. Minimum 1 second
|
||||||
-u, --rpcuser= Username for RPC connections
|
-u, --rpcuser= Username for RPC connections
|
||||||
-P, --rpcpass= Password for RPC connections
|
-P, --rpcpass= Password for RPC connections
|
||||||
-r, --rpcport= Listen for JSON/RPC messages on this port
|
--rpclisten= Add an interface/port to listen for RPC connections
|
||||||
|
(default localhost port: 8334, testnet: 18334)
|
||||||
|
--rpccert= File containing the certificate file
|
||||||
|
--rpckey= File containing the certificate key
|
||||||
--norpc Disable built-in RPC server -- NOTE: The RPC server is
|
--norpc Disable built-in RPC server -- NOTE: The RPC server is
|
||||||
disabled by default if no rpcuser/rpcpass is specified
|
disabled by default if no rpcuser/rpcpass is specified
|
||||||
--nodnsseed Disable DNS seeding for peers
|
--nodnsseed Disable DNS seeding for peers
|
||||||
|
@ -49,10 +52,11 @@ The flags are:
|
||||||
--testnet Use the test network
|
--testnet Use the test network
|
||||||
--regtest Use the regression test network
|
--regtest Use the regression test network
|
||||||
--nocheckpoints Disable built-in checkpoints. Don't do this unless you
|
--nocheckpoints Disable built-in checkpoints. Don't do this unless you
|
||||||
know what you're doing
|
know what you're doing.
|
||||||
--dbtype= Database backend to use for the Block Chain
|
--dbtype= Database backend to use for the Block Chain
|
||||||
--profile= Enable HTTP profiling on given port -- NOTE port must be
|
--profile= Enable HTTP profiling on given port -- NOTE port must be
|
||||||
between 1024 and 65536
|
between 1024 and 65536
|
||||||
|
--cpuprofile= Write CPU profile to the specified file
|
||||||
-d, --debuglevel= Logging level {trace, debug, info, warn, error,
|
-d, --debuglevel= Logging level {trace, debug, info, warn, error,
|
||||||
critical}
|
critical}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue