diff --git a/contrib/devtools/gen-manpages.sh b/contrib/devtools/gen-manpages.sh index 2307e00acc..81e5411d1a 100755 --- a/contrib/devtools/gen-manpages.sh +++ b/contrib/devtools/gen-manpages.sh @@ -11,7 +11,7 @@ BITCOIND=${BITCOIND:-$BINDIR/elementsd} BITCOINCLI=${BITCOINCLI:-$BINDIR/elements-cli} BITCOINTX=${BITCOINTX:-$BINDIR/elements-tx} WALLET_TOOL=${WALLET_TOOL:-$BINDIR/elements-wallet} -BITCOINQT=${BITCOINQT:-$BINDIR/qt/bitcoin-qt} +BITCOINQT=${BITCOINQT:-$BINDIR/qt/elements-qt} [ ! -x $BITCOIND ] && echo "$BITCOIND not found or not executable." && exit 1 diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index e287bacfdf..d9bb5db5cc 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -5,7 +5,8 @@ if BUILD_BITCOIND endif if ENABLE_QT - dist_man1_MANS+=bitcoin-qt.1 +#TODO(stevenroose) uncomment and fix +# dist_man1_MANS+=elements-qt.1 endif if BUILD_BITCOIN_CLI diff --git a/doc/man/elements-cli.1 b/doc/man/elements-cli.1 index 349bfa4d4f..c5da93b909 100644 --- a/doc/man/elements-cli.1 +++ b/doc/man/elements-cli.1 @@ -20,7 +20,7 @@ Elements Core RPC client version v0.17.0.1\-dirty .HP \-? .IP -This help message +Print this help message and exit .HP \fB\-conf=\fR .IP @@ -77,7 +77,9 @@ Wait for RPC server to start \fB\-rpcwallet=\fR .IP Send RPC for non\-default wallet on RPC server (needs to exactly match -corresponding \fB\-wallet\fR option passed to the daemon) +corresponding \fB\-wallet\fR option passed to the daemon). This changes +the RPC endpoint used, e.g. +http://127.0.0.1:8332/wallet/ .HP \fB\-stdin\fR .IP @@ -153,7 +155,8 @@ Elements Options: .HP \fB\-con_blocksubsidy\fR .IP -Defines the amount of block subsidy to start with, at genesis block. +Defines the amount of block subsidy to start with, at genesis block, in +satoshis. .HP \fB\-con_connect_coinbase\fR .IP diff --git a/doc/man/elementsd.1 b/doc/man/elementsd.1 index c0c304f6e6..6d2a81a5bb 100644 --- a/doc/man/elementsd.1 +++ b/doc/man/elementsd.1 @@ -23,7 +23,7 @@ long fork (%s in cmd is replaced by message) If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: -0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8, +0000000000000000000f1c54590ee18d15ec70e68c8cd4cfbadb1b4f11697eee, testnet: 0000000000000037a8cd3e06cd5edbfe9dd1dbcc5dacab279376ef7cfc2b4c75) .HP @@ -56,7 +56,9 @@ Specify data directory .HP \fB\-dbcache=\fR .IP -Set database cache size in megabytes (4 to 16384, default: 450) +Maximum database cache size MiB (4 to 16384, default: 450). In +addition, unused mempool memory is shared for this cache (see +\fB\-maxmempool\fR). .HP \fB\-debuglogfile=\fR .IP @@ -98,7 +100,7 @@ Whether to save the mempool on shutdown and load on restart (default: 1) \fB\-pid=\fR .IP Specify pid file. Relative paths will be prefixed by a net\-specific -datadir location. (default: elementsd.pid) +datadir location. (default: bitcoind.pid) .HP \fB\-prune=\fR .IP @@ -644,7 +646,7 @@ mining and transaction creation (default: 0.00001) \fB\-whitelistforcerelay\fR .IP Force relay of transactions from whitelisted peers even if they violate -local relay policy (default: 1) +local relay policy (default: 0) .HP \fB\-whitelistrelay\fR .IP @@ -677,8 +679,8 @@ option can be specified multiple times .HP \fB\-rpcauth=\fR .IP -Username and hashed password for JSON\-RPC connections. The field - comes in the format: :$. A +Username and HMAC\-SHA\-256 hashed password for JSON\-RPC connections. The +field comes in the format: :$. A canonical python script is included in share/rpcauth. The client then connects normally using the rpcuser=/rpcpassword= pair of arguments. This @@ -686,12 +688,12 @@ option can be specified multiple times .HP \fB\-rpcbind=\fR[:port] .IP -Bind to given address to listen for JSON\-RPC connections. This option is -ignored unless \fB\-rpcallowip\fR is also passed. Port is optional and -overrides \fB\-rpcport\fR. Use [host]:port notation for IPv6. This -option can be specified multiple times (default: 127.0.0.1 and -::1 i.e., localhost, or if \fB\-rpcallowip\fR has been specified, -0.0.0.0 and :: i.e., all addresses) +Bind to given address to listen for JSON\-RPC connections. Do not expose +the RPC server to untrusted networks such as the public internet! +This option is ignored unless \fB\-rpcallowip\fR is also passed. Port is +optional and overrides \fB\-rpcport\fR. Use [host]:port notation for +IPv6. This option can be specified multiple times (default: +127.0.0.1 and ::1 i.e., localhost) .HP \fB\-rpccookiefile=\fR .IP @@ -742,7 +744,8 @@ The byte prefix, in decimal, of blinded addresses. (default: 4) .HP \fB\-con_blocksubsidy\fR .IP -Defines the amount of block subsidy to start with, at genesis block. +Defines the amount of block subsidy to start with, at genesis block, in +satoshis. .HP \fB\-con_connect_coinbase\fR .IP