@@ -23,7 +23,7 @@ long fork (%s in cmd is replaced by message)
2323If this block is in the chain assume that it and its ancestors are valid
2424and potentially skip their script verification (0 to verify all,
2525default:
26- 0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8 ,
26+ 0000000000000000000f1c54590ee18d15ec70e68c8cd4cfbadb1b4f11697eee ,
2727testnet:
28280000000000000037a8cd3e06cd5edbfe9dd1dbcc5dacab279376ef7cfc2b4c75)
2929.HP
@@ -56,7 +56,9 @@ Specify data directory
5656.HP
5757\fB \- dbcache= \fR <n>
5858.IP
59- Set database cache size in megabytes (4 to 16384, default: 450)
59+ Maximum database cache size <n> MiB (4 to 16384, default: 450). In
60+ addition, unused mempool memory is shared for this cache (see
61+ \fB \- maxmempool \fR ).
6062.HP
6163\fB \- debuglogfile= \fR <file>
6264.IP
@@ -98,7 +100,7 @@ Whether to save the mempool on shutdown and load on restart (default: 1)
98100\fB \- pid= \fR <file>
99101.IP
100102Specify pid file. Relative paths will be prefixed by a net\- specific
101- datadir location. (default: elementsd .pid)
103+ datadir location. (default: bitcoind .pid)
102104.HP
103105\fB \- prune= \fR <n>
104106.IP
@@ -644,7 +646,7 @@ mining and transaction creation (default: 0.00001)
644646\fB \- whitelistforcerelay \fR
645647.IP
646648Force relay of transactions from whitelisted peers even if they violate
647- local relay policy (default: 1 )
649+ local relay policy (default: 0 )
648650.HP
649651\fB \- whitelistrelay \fR
650652.IP
@@ -677,21 +679,21 @@ option can be specified multiple times
677679.HP
678680\fB \- rpcauth= \fR <userpw>
679681.IP
680- Username and hashed password for JSON\- RPC connections. The field
681- <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A
682+ Username and HMAC \- SHA \- 256 hashed password for JSON\- RPC connections. The
683+ field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A
682684canonical python script is included in share/rpcauth. The client
683685then connects normally using the
684686rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This
685687option can be specified multiple times
686688.HP
687689\fB \- rpcbind= \fR <addr>[:port]
688690.IP
689- Bind to given address to listen for JSON\- RPC connections. This option is
690- ignored unless \fB \- rpcallowip \fR is also passed. Port is optional and
691- overrides \fB \- rpcport \fR . Use [host]:port notation for IPv6. This
692- option can be specified multiple times (default: 127.0.0.1 and
693- ::1 i.e., localhost, or if \fB \- rpcallowip \fR has been specified,
694- 0 .0.0.0 and :: i.e., all addresses )
691+ Bind to given address to listen for JSON\- RPC connections. Do not expose
692+ the RPC server to untrusted networks such as the public internet!
693+ This option is ignored unless \fB \- rpcallowip \fR is also passed. Port is
694+ optional and overrides \fB \- rpcport \fR . Use [host]:port notation for
695+ IPv6. This option can be specified multiple times (default:
696+ 127 .0.0.1 and ::1 i.e., localhost )
695697.HP
696698\fB \- rpccookiefile= \fR <loc>
697699.IP
@@ -742,7 +744,8 @@ The byte prefix, in decimal, of blinded addresses. (default: 4)
742744.HP
743745\fB \- con_blocksubsidy \fR
744746.IP
745- Defines the amount of block subsidy to start with, at genesis block.
747+ Defines the amount of block subsidy to start with, at genesis block, in
748+ satoshis.
746749.HP
747750\fB \- con_connect_coinbase \fR
748751.IP
0 commit comments