Merge #9795: doc: Update manpages for master (laanwj)

eb49101 doc: Update manpages for master (Wladimir J. van der Laan)
This commit is contained in:
Wladimir J. van der Laan 2017-02-19 16:02:30 +01:00
commit 390a39bb5c
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
4 changed files with 179 additions and 100 deletions

View File

@ -1,19 +1,17 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH BITCOIN-CLI "1" "September 2016" "bitcoin-cli v0.13.0.0" "User Commands" .TH BITCOIN-CLI "1" "February 2017" "bitcoin-cli v0.14.99.0" "User Commands"
.SH NAME .SH NAME
bitcoin-cli \- manual page for bitcoin-cli v0.13.0.0 bitcoin-cli \- manual page for bitcoin-cli v0.14.99.0
.SH DESCRIPTION .SH DESCRIPTION
Bitcoin Core RPC client version v0.13.0.0 Bitcoin Core RPC client version v0.14.99.0
.SS "Usage:" .SS "Usage:"
.TP .TP
bitcoin\-cli [options] <command> [params] bitcoin\-cli [options] <command> [params]
Send command to Bitcoin Core Send command to Bitcoin Core
.TP .IP
bitcoin\-cli [options] help bitcoin\-cli [options] \fB\-named\fR <command> [name=value] ... Send command to Bitcoin Core (with named arguments)
List commands bitcoin\-cli [options] help List commands
.TP bitcoin\-cli [options] help <command> Get help for a command
bitcoin\-cli [options] help <command>
Get help for a command
.SH OPTIONS .SH OPTIONS
.HP .HP
\-? \-?
@ -40,6 +38,10 @@ Enter regression test mode, which uses a special chain in which blocks
can be solved instantly. This is intended for regression testing can be solved instantly. This is intended for regression testing
tools and app development. tools and app development.
.HP .HP
\fB\-named\fR
.IP
Pass named instead of positional arguments (default: false)
.HP
\fB\-rpcconnect=\fR<ip> \fB\-rpcconnect=\fR<ip>
.IP .IP
Send commands to node running on <ip> (default: 127.0.0.1) Send commands to node running on <ip> (default: 127.0.0.1)
@ -69,7 +71,7 @@ Timeout during HTTP requests (default: 900)
Read extra arguments from standard input, one per line until EOF/Ctrl\-D Read extra arguments from standard input, one per line until EOF/Ctrl\-D
(recommended for sensitive information such as passphrases) (recommended for sensitive information such as passphrases)
.SH COPYRIGHT .SH COPYRIGHT
Copyright (C) 2009-2016 The Bitcoin Core developers Copyright (C) 2009-2017 The Bitcoin Core developers
Please contribute if you find Bitcoin Core useful. Visit Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org> for further information about the software. <https://bitcoincore.org> for further information about the software.
@ -77,8 +79,8 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
This is experimental software. This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit-license.php>. or <https://opensource.org/licenses/MIT>
This product includes software developed by the OpenSSL Project for use in the This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
by Eric Young and UPnP software written by Thomas Bernard. Eric Young and UPnP software written by Thomas Bernard.

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH BITCOIN-QT "1" "September 2016" "bitcoin-qt v0.13.0.0" "User Commands" .TH BITCOIN-QT "1" "February 2017" "bitcoin-qt v0.14.99.0" "User Commands"
.SH NAME .SH NAME
bitcoin-qt \- manual page for bitcoin-qt v0.13.0.0 bitcoin-qt \- manual page for bitcoin-qt v0.14.99.0
.SH DESCRIPTION .SH DESCRIPTION
Bitcoin Core version v0.13.0.0 (64\-bit) Bitcoin Core version v0.14.99.0 (64\-bit)
Usage: Usage:
.IP .IP
bitcoin\-qt [command\-line options] bitcoin\-qt [command\-line options]
@ -27,13 +27,14 @@ long fork (%s in cmd is replaced by message)
Execute command when the best block changes (%s in cmd is replaced by Execute command when the best block changes (%s in cmd is replaced by
block hash) block hash)
.HP .HP
\fB\-checkblocks=\fR<n> \fB\-assumevalid=\fR<hex>
.IP .IP
How many blocks to check at startup (default: 288, 0 = all) If this block is in the chain assume that it and its ancestors are valid
.HP and potentially skip their script verification (0 to verify all,
\fB\-checklevel=\fR<n> default:
.IP 00000000000000000013176bf8d7dfeab4e1db31dc93bc311b436e82ab226b90,
How thorough the block verification of \fB\-checkblocks\fR is (0\-4, default: 3) testnet:
00000000000128796ee387cf110ccb9d2f36cffaf7f73079c995377c65ac0dcc)
.HP .HP
\fB\-conf=\fR<file> \fB\-conf=\fR<file>
.IP .IP
@ -62,11 +63,16 @@ Keep the transaction memory pool below <n> megabytes (default: 300)
\fB\-mempoolexpiry=\fR<n> \fB\-mempoolexpiry=\fR<n>
.IP .IP
Do not keep transactions in the mempool longer than <n> hours (default: Do not keep transactions in the mempool longer than <n> hours (default:
72) 336)
.HP
\fB\-blockreconstructionextratxn=\fR<n>
.IP
Extra transactions to keep in memory for compact block reconstructions
(default: 100)
.HP .HP
\fB\-par=\fR<n> \fB\-par=\fR<n>
.IP .IP
Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 = Set the number of script verification threads (\fB\-2\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0) leave that many cores free, default: 0)
.HP .HP
\fB\-pid=\fR<file> \fB\-pid=\fR<file>
@ -75,13 +81,15 @@ Specify pid file (default: bitcoind.pid)
.HP .HP
\fB\-prune=\fR<n> \fB\-prune=\fR<n>
.IP .IP
Reduce storage requirements by enabling pruning (deleting) of old blocks. Reduce storage requirements by enabling pruning (deleting) of old
This allows the pruneblockchain RPC to be called to delete specific blocks, blocks. This allows the pruneblockchain RPC to be called to
and enables automatic pruning of old blocks if a target size in MiB is delete specific blocks, and enables automatic pruning of old
provided. This mode is incompatible with \fB\-txindex\fR and \fB\-rescan\fR. blocks if a target size in MiB is provided. This mode is
Warning: Reverting this setting requires re\-downloading the entire blockchain. incompatible with \fB\-txindex\fR and \fB\-rescan\fR. Warning: Reverting this
(default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >550 = setting requires re\-downloading the entire blockchain. (default:
automatically prune block files to stay under the specified target size in MiB) 0 = disable pruning blocks, 1 = allow manual pruning via RPC,
>550 = automatically prune block files to stay under the
specified target size in MiB)
.HP .HP
\fB\-reindex\-chainstate\fR \fB\-reindex\-chainstate\fR
.IP .IP
@ -123,7 +131,8 @@ for IPv6
.HP .HP
\fB\-connect=\fR<ip> \fB\-connect=\fR<ip>
.IP .IP
Connect only to the specified node(s) Connect only to the specified node(s); \fB\-noconnect\fR or \fB\-connect\fR=\fI\,0\/\fR alone to
disable automatic connections
.HP .HP
\fB\-discover\fR \fB\-discover\fR
.IP .IP
@ -137,7 +146,7 @@ Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR (def
\fB\-dnsseed\fR \fB\-dnsseed\fR
.IP .IP
Query for peer addresses via DNS lookup, if low on addresses (default: 1 Query for peer addresses via DNS lookup, if low on addresses (default: 1
unless \fB\-connect\fR) unless \fB\-connect\fR/\-noconnect)
.HP .HP
\fB\-externalip=\fR<ip> \fB\-externalip=\fR<ip>
.IP .IP
@ -149,7 +158,8 @@ Always query for peer addresses via DNS lookup (default: 0)
.HP .HP
\fB\-listen\fR \fB\-listen\fR
.IP .IP
Accept connections from outside (default: 1 if no \fB\-proxy\fR or \fB\-connect\fR) Accept connections from outside (default: 1 if no \fB\-proxy\fR or
\fB\-connect\fR/\-noconnect)
.HP .HP
\fB\-listenonion\fR \fB\-listenonion\fR
.IP .IP
@ -204,6 +214,11 @@ Connect through SOCKS5 proxy
Randomize credentials for every proxy connection. This enables Tor Randomize credentials for every proxy connection. This enables Tor
stream isolation (default: 1) stream isolation (default: 1)
.HP .HP
\fB\-rpcserialversion\fR
.IP
Sets the serialization of raw transaction or block hex returned in
non\-verbose mode, non\-segwit(0) or segwit(1) (default: 1)
.HP
\fB\-seednode=\fR<ip> \fB\-seednode=\fR<ip>
.IP .IP
Connect to a node to retrieve peer addresses, and disconnect Connect to a node to retrieve peer addresses, and disconnect
@ -221,17 +236,22 @@ Tor control port to use if onion listening enabled (default:
.IP .IP
Tor control port password (default: empty) Tor control port password (default: empty)
.HP .HP
\fB\-upnp\fR
.IP
Use UPnP to map the listening port (default: 0)
.HP
\fB\-whitebind=\fR<addr> \fB\-whitebind=\fR<addr>
.IP .IP
Bind to given address and whitelist peers connecting to it. Use Bind to given address and whitelist peers connecting to it. Use
[host]:port notation for IPv6 [host]:port notation for IPv6
.HP .HP
\fB\-whitelist=\fR<netmask> \fB\-whitelist=\fR<IP address or network>
.IP .IP
Whitelist peers connecting from the given netmask or IP address. Can be Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or
specified multiple times. Whitelisted peers cannot be DoS banned CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple
and their transactions are always relayed, even if they are times. Whitelisted peers cannot be DoS banned and their
already in the mempool, useful e.g. for a gateway transactions are always relayed, even if they are already in the
mempool, useful e.g. for a gateway
.HP .HP
\fB\-whitelistrelay\fR \fB\-whitelistrelay\fR
.IP .IP
@ -240,7 +260,7 @@ not relaying transactions (default: 1)
.HP .HP
\fB\-whitelistforcerelay\fR \fB\-whitelistforcerelay\fR
.IP .IP
Force relay of transactions from whitelisted peers even they violate Force relay of transactions from whitelisted peers even if they violate
local relay policy (default: 1) local relay policy (default: 1)
.HP .HP
\fB\-maxuploadtarget=\fR<n> \fB\-maxuploadtarget=\fR<n>
@ -287,13 +307,17 @@ Spend unconfirmed change when sending transactions (default: 1)
\fB\-txconfirmtarget=\fR<n> \fB\-txconfirmtarget=\fR<n>
.IP .IP
If paytxfee is not set, include enough fee so transactions begin If paytxfee is not set, include enough fee so transactions begin
confirmation on average within n blocks (default: 2) confirmation on average within n blocks (default: 6)
.HP .HP
\fB\-usehd\fR \fB\-usehd\fR
.IP .IP
Use hierarchical deterministic key generation (HD) after BIP32. Only has Use hierarchical deterministic key generation (HD) after BIP32. Only has
effect during wallet creation/first start (default: 1) effect during wallet creation/first start (default: 1)
.HP .HP
\fB\-walletrbf\fR
.IP
Send transactions with full\-RBF opt\-in enabled (default: 0)
.HP
\fB\-upgradewallet\fR \fB\-upgradewallet\fR
.IP .IP
Upgrade wallet to latest format on startup Upgrade wallet to latest format on startup
@ -347,9 +371,9 @@ Append comment to the user agent string
Output debugging information (default: 0, supplying <category> is Output debugging information (default: 0, supplying <category> is
optional). If <category> is not supplied or if <category> = 1, optional). If <category> is not supplied or if <category> = 1,
output all debugging information.<category> can be: addrman, output all debugging information.<category> can be: addrman,
alert, bench, coindb, db, http, libevent, lock, mempool, alert, bench, cmpctblock, coindb, db, http, libevent, lock,
mempoolrej, net, proxy, prune, rand, reindex, rpc, selectcoins, mempool, mempoolrej, net, proxy, prune, rand, reindex, rpc,
tor, zmq, qt. selectcoins, tor, zmq, qt.
.HP .HP
\fB\-help\-debug\fR \fB\-help\-debug\fR
.IP .IP
@ -422,6 +446,11 @@ Set maximum block size in bytes (default: 750000)
.IP .IP
Set maximum size of high\-priority/low\-fee transactions in bytes Set maximum size of high\-priority/low\-fee transactions in bytes
(default: 0) (default: 0)
.HP
\fB\-blockmintxfee=\fR<amt>
.IP
Set lowest fee rate (in BTC/kB) for transactions to be included in block
creation. (default: 0.00001)
.PP .PP
RPC server options: RPC server options:
.HP .HP
@ -455,8 +484,10 @@ Password for JSON\-RPC connections
.IP .IP
Username and hashed password for JSON\-RPC connections. The field Username and hashed password for JSON\-RPC connections. The field
<userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A
canonical python script is included in share/rpcuser. This option canonical python script is included in share/rpcuser. The client
can be specified multiple times then connects normally using the
rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This
option can be specified multiple times
.HP .HP
\fB\-rpcport=\fR<port> \fB\-rpcport=\fR<port>
.IP .IP
@ -500,7 +531,7 @@ Show splash screen on startup (default: 1)
.IP .IP
Reset all settings changed in the GUI Reset all settings changed in the GUI
.SH COPYRIGHT .SH COPYRIGHT
Copyright (C) 2009-2016 The Bitcoin Core developers Copyright (C) 2009-2017 The Bitcoin Core developers
Please contribute if you find Bitcoin Core useful. Visit Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org> for further information about the software. <https://bitcoincore.org> for further information about the software.
@ -508,8 +539,8 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
This is experimental software. This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit-license.php>. or <https://opensource.org/licenses/MIT>
This product includes software developed by the OpenSSL Project for use in the This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
by Eric Young and UPnP software written by Thomas Bernard. Eric Young and UPnP software written by Thomas Bernard.

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH BITCOIN-TX "1" "September 2016" "bitcoin-tx v0.13.0.0" "User Commands" .TH BITCOIN-TX "1" "February 2017" "bitcoin-tx v0.14.99.0" "User Commands"
.SH NAME .SH NAME
bitcoin-tx \- manual page for bitcoin-tx v0.13.0.0 bitcoin-tx \- manual page for bitcoin-tx v0.14.99.0
.SH DESCRIPTION .SH DESCRIPTION
Bitcoin Core bitcoin\-tx utility version v0.13.0.0 Bitcoin Core bitcoin\-tx utility version v0.14.99.0
.SS "Usage:" .SS "Usage:"
.TP .TP
bitcoin\-tx [options] <hex\-tx> [commands] bitcoin\-tx [options] <hex\-tx> [commands]
@ -67,13 +67,28 @@ outaddr=VALUE:ADDRESS
.IP .IP
Add address\-based output to TX Add address\-based output to TX
.IP .IP
outpubkey=VALUE:PUBKEY[:FLAGS]
.IP
Add pay\-to\-pubkey output to TX. Optionally add the "W" flag to produce a
pay\-to\-witness\-pubkey\-hash output. Optionally add the "S" flag to
wrap the output in a pay\-to\-script\-hash.
.IP
outdata=[VALUE:]DATA outdata=[VALUE:]DATA
.IP .IP
Add data\-based output to TX Add data\-based output to TX
.IP .IP
outscript=VALUE:SCRIPT outscript=VALUE:SCRIPT[:FLAGS]
.IP .IP
Add raw script output to TX Add raw script output to TX. Optionally add the "W" flag to produce a
pay\-to\-witness\-script\-hash output. Optionally add the "S" flag to
wrap the output in a pay\-to\-script\-hash.
.IP
outmultisig=VALUE:REQUIRED:PUBKEYS:PUBKEY1:PUBKEY2:....[:FLAGS]
.IP
Add Pay To n\-of\-m Multi\-sig output to TX. n = REQUIRED, m = PUBKEYS.
Optionally add the "W" flag to produce a
pay\-to\-witness\-script\-hash output. Optionally add the "S" flag to
wrap the output in a pay\-to\-script\-hash.
.IP .IP
sign=SIGHASH\-FLAGS sign=SIGHASH\-FLAGS
.IP .IP
@ -92,7 +107,7 @@ set=NAME:JSON\-STRING
.IP .IP
Set register NAME to given JSON\-STRING Set register NAME to given JSON\-STRING
.SH COPYRIGHT .SH COPYRIGHT
Copyright (C) 2009-2016 The Bitcoin Core developers Copyright (C) 2009-2017 The Bitcoin Core developers
Please contribute if you find Bitcoin Core useful. Visit Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org> for further information about the software. <https://bitcoincore.org> for further information about the software.
@ -100,8 +115,8 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
This is experimental software. This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit-license.php>. or <https://opensource.org/licenses/MIT>
This product includes software developed by the OpenSSL Project for use in the This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
by Eric Young and UPnP software written by Thomas Bernard. Eric Young and UPnP software written by Thomas Bernard.

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH BITCOIND "1" "September 2016" "bitcoind v0.13.0.0" "User Commands" .TH BITCOIND "1" "February 2017" "bitcoind v0.14.99.0" "User Commands"
.SH NAME .SH NAME
bitcoind \- manual page for bitcoind v0.13.0.0 bitcoind \- manual page for bitcoind v0.14.99.0
.SH DESCRIPTION .SH DESCRIPTION
Bitcoin Core Daemon version v0.13.0.0 Bitcoin Core Daemon version v0.14.99.0
.SS "Usage:" .SS "Usage:"
.TP .TP
bitcoind [options] bitcoind [options]
@ -28,13 +28,14 @@ long fork (%s in cmd is replaced by message)
Execute command when the best block changes (%s in cmd is replaced by Execute command when the best block changes (%s in cmd is replaced by
block hash) block hash)
.HP .HP
\fB\-checkblocks=\fR<n> \fB\-assumevalid=\fR<hex>
.IP .IP
How many blocks to check at startup (default: 288, 0 = all) If this block is in the chain assume that it and its ancestors are valid
.HP and potentially skip their script verification (0 to verify all,
\fB\-checklevel=\fR<n> default:
.IP 00000000000000000013176bf8d7dfeab4e1db31dc93bc311b436e82ab226b90,
How thorough the block verification of \fB\-checkblocks\fR is (0\-4, default: 3) testnet:
00000000000128796ee387cf110ccb9d2f36cffaf7f73079c995377c65ac0dcc)
.HP .HP
\fB\-conf=\fR<file> \fB\-conf=\fR<file>
.IP .IP
@ -67,11 +68,16 @@ Keep the transaction memory pool below <n> megabytes (default: 300)
\fB\-mempoolexpiry=\fR<n> \fB\-mempoolexpiry=\fR<n>
.IP .IP
Do not keep transactions in the mempool longer than <n> hours (default: Do not keep transactions in the mempool longer than <n> hours (default:
72) 336)
.HP
\fB\-blockreconstructionextratxn=\fR<n>
.IP
Extra transactions to keep in memory for compact block reconstructions
(default: 100)
.HP .HP
\fB\-par=\fR<n> \fB\-par=\fR<n>
.IP .IP
Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 = Set the number of script verification threads (\fB\-2\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0) leave that many cores free, default: 0)
.HP .HP
\fB\-pid=\fR<file> \fB\-pid=\fR<file>
@ -80,13 +86,15 @@ Specify pid file (default: bitcoind.pid)
.HP .HP
\fB\-prune=\fR<n> \fB\-prune=\fR<n>
.IP .IP
Reduce storage requirements by enabling pruning (deleting) of old blocks. Reduce storage requirements by enabling pruning (deleting) of old
This allows the pruneblockchain RPC to be called to delete specific blocks, blocks. This allows the pruneblockchain RPC to be called to
and enables automatic pruning of old blocks if a target size in MiB is delete specific blocks, and enables automatic pruning of old
provided. This mode is incompatible with \fB\-txindex\fR and \fB\-rescan\fR. blocks if a target size in MiB is provided. This mode is
Warning: Reverting this setting requires re\-downloading the entire blockchain. incompatible with \fB\-txindex\fR and \fB\-rescan\fR. Warning: Reverting this
(default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >550 = setting requires re\-downloading the entire blockchain. (default:
automatically prune block files to stay under the specified target size in MiB) 0 = disable pruning blocks, 1 = allow manual pruning via RPC,
>550 = automatically prune block files to stay under the
specified target size in MiB)
.HP .HP
\fB\-reindex\-chainstate\fR \fB\-reindex\-chainstate\fR
.IP .IP
@ -128,7 +136,8 @@ for IPv6
.HP .HP
\fB\-connect=\fR<ip> \fB\-connect=\fR<ip>
.IP .IP
Connect only to the specified node(s) Connect only to the specified node(s); \fB\-noconnect\fR or \fB\-connect\fR=\fI\,0\/\fR alone to
disable automatic connections
.HP .HP
\fB\-discover\fR \fB\-discover\fR
.IP .IP
@ -142,7 +151,7 @@ Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR (def
\fB\-dnsseed\fR \fB\-dnsseed\fR
.IP .IP
Query for peer addresses via DNS lookup, if low on addresses (default: 1 Query for peer addresses via DNS lookup, if low on addresses (default: 1
unless \fB\-connect\fR) unless \fB\-connect\fR/\-noconnect)
.HP .HP
\fB\-externalip=\fR<ip> \fB\-externalip=\fR<ip>
.IP .IP
@ -154,7 +163,8 @@ Always query for peer addresses via DNS lookup (default: 0)
.HP .HP
\fB\-listen\fR \fB\-listen\fR
.IP .IP
Accept connections from outside (default: 1 if no \fB\-proxy\fR or \fB\-connect\fR) Accept connections from outside (default: 1 if no \fB\-proxy\fR or
\fB\-connect\fR/\-noconnect)
.HP .HP
\fB\-listenonion\fR \fB\-listenonion\fR
.IP .IP
@ -209,6 +219,11 @@ Connect through SOCKS5 proxy
Randomize credentials for every proxy connection. This enables Tor Randomize credentials for every proxy connection. This enables Tor
stream isolation (default: 1) stream isolation (default: 1)
.HP .HP
\fB\-rpcserialversion\fR
.IP
Sets the serialization of raw transaction or block hex returned in
non\-verbose mode, non\-segwit(0) or segwit(1) (default: 1)
.HP
\fB\-seednode=\fR<ip> \fB\-seednode=\fR<ip>
.IP .IP
Connect to a node to retrieve peer addresses, and disconnect Connect to a node to retrieve peer addresses, and disconnect
@ -226,17 +241,22 @@ Tor control port to use if onion listening enabled (default:
.IP .IP
Tor control port password (default: empty) Tor control port password (default: empty)
.HP .HP
\fB\-upnp\fR
.IP
Use UPnP to map the listening port (default: 0)
.HP
\fB\-whitebind=\fR<addr> \fB\-whitebind=\fR<addr>
.IP .IP
Bind to given address and whitelist peers connecting to it. Use Bind to given address and whitelist peers connecting to it. Use
[host]:port notation for IPv6 [host]:port notation for IPv6
.HP .HP
\fB\-whitelist=\fR<netmask> \fB\-whitelist=\fR<IP address or network>
.IP .IP
Whitelist peers connecting from the given netmask or IP address. Can be Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or
specified multiple times. Whitelisted peers cannot be DoS banned CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple
and their transactions are always relayed, even if they are times. Whitelisted peers cannot be DoS banned and their
already in the mempool, useful e.g. for a gateway transactions are always relayed, even if they are already in the
mempool, useful e.g. for a gateway
.HP .HP
\fB\-whitelistrelay\fR \fB\-whitelistrelay\fR
.IP .IP
@ -245,7 +265,7 @@ not relaying transactions (default: 1)
.HP .HP
\fB\-whitelistforcerelay\fR \fB\-whitelistforcerelay\fR
.IP .IP
Force relay of transactions from whitelisted peers even they violate Force relay of transactions from whitelisted peers even if they violate
local relay policy (default: 1) local relay policy (default: 1)
.HP .HP
\fB\-maxuploadtarget=\fR<n> \fB\-maxuploadtarget=\fR<n>
@ -292,13 +312,17 @@ Spend unconfirmed change when sending transactions (default: 1)
\fB\-txconfirmtarget=\fR<n> \fB\-txconfirmtarget=\fR<n>
.IP .IP
If paytxfee is not set, include enough fee so transactions begin If paytxfee is not set, include enough fee so transactions begin
confirmation on average within n blocks (default: 2) confirmation on average within n blocks (default: 6)
.HP .HP
\fB\-usehd\fR \fB\-usehd\fR
.IP .IP
Use hierarchical deterministic key generation (HD) after BIP32. Only has Use hierarchical deterministic key generation (HD) after BIP32. Only has
effect during wallet creation/first start (default: 1) effect during wallet creation/first start (default: 1)
.HP .HP
\fB\-walletrbf\fR
.IP
Send transactions with full\-RBF opt\-in enabled (default: 0)
.HP
\fB\-upgradewallet\fR \fB\-upgradewallet\fR
.IP .IP
Upgrade wallet to latest format on startup Upgrade wallet to latest format on startup
@ -352,9 +376,9 @@ Append comment to the user agent string
Output debugging information (default: 0, supplying <category> is Output debugging information (default: 0, supplying <category> is
optional). If <category> is not supplied or if <category> = 1, optional). If <category> is not supplied or if <category> = 1,
output all debugging information.<category> can be: addrman, output all debugging information.<category> can be: addrman,
alert, bench, coindb, db, http, libevent, lock, mempool, alert, bench, cmpctblock, coindb, db, http, libevent, lock,
mempoolrej, net, proxy, prune, rand, reindex, rpc, selectcoins, mempool, mempoolrej, net, proxy, prune, rand, reindex, rpc,
tor, zmq. selectcoins, tor, zmq.
.HP .HP
\fB\-help\-debug\fR \fB\-help\-debug\fR
.IP .IP
@ -427,6 +451,11 @@ Set maximum block size in bytes (default: 750000)
.IP .IP
Set maximum size of high\-priority/low\-fee transactions in bytes Set maximum size of high\-priority/low\-fee transactions in bytes
(default: 0) (default: 0)
.HP
\fB\-blockmintxfee=\fR<amt>
.IP
Set lowest fee rate (in BTC/kB) for transactions to be included in block
creation. (default: 0.00001)
.PP .PP
RPC server options: RPC server options:
.HP .HP
@ -460,8 +489,10 @@ Password for JSON\-RPC connections
.IP .IP
Username and hashed password for JSON\-RPC connections. The field Username and hashed password for JSON\-RPC connections. The field
<userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A
canonical python script is included in share/rpcuser. This option canonical python script is included in share/rpcuser. The client
can be specified multiple times then connects normally using the
rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This
option can be specified multiple times
.HP .HP
\fB\-rpcport=\fR<port> \fB\-rpcport=\fR<port>
.IP .IP
@ -479,7 +510,7 @@ option can be specified multiple times
.IP .IP
Set the number of threads to service RPC calls (default: 4) Set the number of threads to service RPC calls (default: 4)
.SH COPYRIGHT .SH COPYRIGHT
Copyright (C) 2009-2016 The Bitcoin Core developers Copyright (C) 2009-2017 The Bitcoin Core developers
Please contribute if you find Bitcoin Core useful. Visit Please contribute if you find Bitcoin Core useful. Visit
<https://bitcoincore.org> for further information about the software. <https://bitcoincore.org> for further information about the software.
@ -487,8 +518,8 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
This is experimental software. This is experimental software.
Distributed under the MIT software license, see the accompanying file COPYING Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit-license.php>. or <https://opensource.org/licenses/MIT>
This product includes software developed by the OpenSSL Project for use in the This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
by Eric Young and UPnP software written by Thomas Bernard. Eric Young and UPnP software written by Thomas Bernard.