diff options
Diffstat (limited to 'doc/man/bitcoin-qt.1')
-rw-r--r-- | doc/man/bitcoin-qt.1 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/man/bitcoin-qt.1 b/doc/man/bitcoin-qt.1 index 7be09126e8..35f169a92d 100644 --- a/doc/man/bitcoin-qt.1 +++ b/doc/man/bitcoin-qt.1 @@ -1,12 +1,12 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. -.TH BITCOIN-QT "1" "March 2019" "bitcoin-qt v0.18.0.0" "User Commands" +.TH BITCOIN-QT "1" "July 2019" "bitcoin-qt v0.18.1.0" "User Commands" .SH NAME -bitcoin-qt \- manual page for bitcoin-qt v0.18.0.0 +bitcoin-qt \- manual page for bitcoin-qt v0.18.1.0 .SH SYNOPSIS .B bitcoin-qt [\fI\,command-line options\/\fR] .SH DESCRIPTION -Bitcoin Core version v0.18.0.0 (64\-bit) +Bitcoin Core version v0.18.1.0 (64\-bit) .SH OPTIONS .HP \-? @@ -41,6 +41,11 @@ Extra transactions to keep in memory for compact block reconstructions .IP Specify blocks directory (default: <datadir>/blocks) .HP +\fB\-blocksonly\fR +.IP +Whether to reject transactions from network peers. Transactions from the +wallet or RPC are not affected. (default: 0) +.HP \fB\-conf=\fR<file> .IP Specify configuration file. Relative paths will be prefixed by datadir @@ -292,9 +297,7 @@ Bind to given address and whitelist peers connecting to it. Use .IP Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple -times. Whitelisted peers cannot be DoS banned and their -transactions are always relayed, even if they are already in the -mempool, useful e.g. for a gateway +times. Whitelisted peers cannot be DoS banned .PP Wallet options: .HP @@ -519,8 +522,9 @@ mining and transaction creation (default: 0.00001) .HP \fB\-whitelistforcerelay\fR .IP -Force relay of transactions from whitelisted peers even if they violate -local relay policy (default: 0) +Force relay of transactions from whitelisted peers even if the +transactions were already in the mempool or violate local relay +policy (default: 0) .HP \fB\-whitelistrelay\fR .IP |