1- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5 .
2- .TH BITCOIN-QT "1" "September 2016 " "bitcoin-qt v0.13.0 .0" "User Commands"
1+ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4 .
2+ .TH BITCOIN-QT "1" "February 2017 " "bitcoin-qt v0.14.99 .0" "User Commands"
33.SH NAME
4- bitcoin-qt \- manual page for bitcoin-qt v0.13.0 .0
4+ bitcoin-qt \- manual page for bitcoin-qt v0.14.99 .0
55.SH DESCRIPTION
6- Bitcoin Core version v0.13.0 .0 (64\- bit)
6+ Bitcoin Core version v0.14.99 .0 (64\- bit)
77Usage:
88.IP
99bitcoin\- qt [command\- line options]
@@ -27,13 +27,14 @@ long fork (%s in cmd is replaced by message)
2727Execute command when the best block changes (%s in cmd is replaced by
2828block hash)
2929.HP
30- \fB \- checkblocks =\fR <n >
30+ \fB \- assumevalid =\fR <hex >
3131.IP
32- How many blocks to check at startup (default: 288, 0 = all)
33- .HP
34- \fB \- checklevel= \fR <n>
35- .IP
36- How thorough the block verification of \fB \- checkblocks \fR is (0\- 4, default: 3)
32+ If this block is in the chain assume that it and its ancestors are valid
33+ and potentially skip their script verification (0 to verify all,
34+ default:
35+ 00000000000000000013176bf8d7dfeab4e1db31dc93bc311b436e82ab226b90,
36+ testnet:
37+ 00000000000128796ee387cf110ccb9d2f36cffaf7f73079c995377c65ac0dcc)
3738.HP
3839\fB \- conf= \fR <file>
3940.IP
@@ -62,11 +63,16 @@ Keep the transaction memory pool below <n> megabytes (default: 300)
6263\fB \- mempoolexpiry= \fR <n>
6364.IP
6465Do not keep transactions in the mempool longer than <n> hours (default:
65- 72)
66+ 336)
67+ .HP
68+ \fB \- blockreconstructionextratxn= \fR <n>
69+ .IP
70+ Extra transactions to keep in memory for compact block reconstructions
71+ (default: 100)
6672.HP
6773\fB \- par= \fR <n>
6874.IP
69- Set the number of script verification threads (\fB \- 4 \fR to 16, 0 = auto, <0 =
75+ Set the number of script verification threads (\fB \- 2 \fR to 16, 0 = auto, <0 =
7076leave that many cores free, default: 0)
7177.HP
7278\fB \- pid= \fR <file>
@@ -75,13 +81,15 @@ Specify pid file (default: bitcoind.pid)
7581.HP
7682\fB \- prune= \fR <n>
7783.IP
78- Reduce storage requirements by enabling pruning (deleting) of old blocks.
79- This allows the pruneblockchain RPC to be called to delete specific blocks,
80- and enables automatic pruning of old blocks if a target size in MiB is
81- provided. This mode is incompatible with \fB \- txindex \fR and \fB \- rescan \fR .
82- Warning: Reverting this setting requires re\- downloading the entire blockchain.
83- (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >550 =
84- automatically prune block files to stay under the specified target size in MiB)
84+ Reduce storage requirements by enabling pruning (deleting) of old
85+ blocks. This allows the pruneblockchain RPC to be called to
86+ delete specific blocks, and enables automatic pruning of old
87+ blocks if a target size in MiB is provided. This mode is
88+ incompatible with \fB \- txindex \fR and \fB \- rescan \fR . Warning: Reverting this
89+ setting requires re\- downloading the entire blockchain. (default:
90+ 0 = disable pruning blocks, 1 = allow manual pruning via RPC,
91+ >550 = automatically prune block files to stay under the
92+ specified target size in MiB)
8593.HP
8694\fB \- reindex \- chainstate \fR
8795.IP
@@ -123,7 +131,8 @@ for IPv6
123131.HP
124132\fB \- connect= \fR <ip>
125133.IP
126- Connect only to the specified node(s)
134+ Connect only to the specified node(s); \fB \- noconnect \fR or \fB \- connect \fR =\fI \, 0 \/ \fR alone to
135+ disable automatic connections
127136.HP
128137\fB \- discover \fR
129138.IP
@@ -137,7 +146,7 @@ Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR (def
137146\fB \- dnsseed \fR
138147.IP
139148Query for peer addresses via DNS lookup, if low on addresses (default: 1
140- unless \fB \- connect \fR )
149+ unless \fB \- connect \fR / \- noconnect )
141150.HP
142151\fB \- externalip= \fR <ip>
143152.IP
@@ -149,7 +158,8 @@ Always query for peer addresses via DNS lookup (default: 0)
149158.HP
150159\fB \- listen \fR
151160.IP
152- Accept connections from outside (default: 1 if no \fB \- proxy \fR or \fB \- connect \fR )
161+ Accept connections from outside (default: 1 if no \fB \- proxy \fR or
162+ \fB \- connect \fR /\- noconnect)
153163.HP
154164\fB \- listenonion \fR
155165.IP
@@ -204,6 +214,11 @@ Connect through SOCKS5 proxy
204214Randomize credentials for every proxy connection. This enables Tor
205215stream isolation (default: 1)
206216.HP
217+ \fB \- rpcserialversion \fR
218+ .IP
219+ Sets the serialization of raw transaction or block hex returned in
220+ non\- verbose mode, non\- segwit(0) or segwit(1) (default: 1)
221+ .HP
207222\fB \- seednode= \fR <ip>
208223.IP
209224Connect to a node to retrieve peer addresses, and disconnect
@@ -221,17 +236,22 @@ Tor control port to use if onion listening enabled (default:
221236.IP
222237Tor control port password (default: empty)
223238.HP
239+ \fB \- upnp \fR
240+ .IP
241+ Use UPnP to map the listening port (default: 0)
242+ .HP
224243\fB \- whitebind= \fR <addr>
225244.IP
226245Bind to given address and whitelist peers connecting to it. Use
227246[host]:port notation for IPv6
228247.HP
229- \fB \- whitelist= \fR <netmask >
248+ \fB \- whitelist= \fR <IP address or network >
230249.IP
231- Whitelist peers connecting from the given netmask or IP address. Can be
232- specified multiple times. Whitelisted peers cannot be DoS banned
233- and their transactions are always relayed, even if they are
234- already in the mempool, useful e.g. for a gateway
250+ Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or
251+ CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple
252+ times. Whitelisted peers cannot be DoS banned and their
253+ transactions are always relayed, even if they are already in the
254+ mempool, useful e.g. for a gateway
235255.HP
236256\fB \- whitelistrelay \fR
237257.IP
@@ -240,7 +260,7 @@ not relaying transactions (default: 1)
240260.HP
241261\fB \- whitelistforcerelay \fR
242262.IP
243- Force relay of transactions from whitelisted peers even they violate
263+ Force relay of transactions from whitelisted peers even if they violate
244264local relay policy (default: 1)
245265.HP
246266\fB \- maxuploadtarget= \fR <n>
@@ -287,13 +307,17 @@ Spend unconfirmed change when sending transactions (default: 1)
287307\fB \- txconfirmtarget= \fR <n>
288308.IP
289309If paytxfee is not set, include enough fee so transactions begin
290- confirmation on average within n blocks (default: 2 )
310+ confirmation on average within n blocks (default: 6 )
291311.HP
292312\fB \- usehd \fR
293313.IP
294314Use hierarchical deterministic key generation (HD) after BIP32. Only has
295315effect during wallet creation/first start (default: 1)
296316.HP
317+ \fB \- walletrbf \fR
318+ .IP
319+ Send transactions with full\- RBF opt\- in enabled (default: 0)
320+ .HP
297321\fB \- upgradewallet \fR
298322.IP
299323Upgrade wallet to latest format on startup
@@ -347,9 +371,9 @@ Append comment to the user agent string
347371Output debugging information (default: 0, supplying <category> is
348372optional). If <category> is not supplied or if <category> = 1,
349373output all debugging information.<category> can be: addrman,
350- alert, bench, coindb, db, http, libevent, lock, mempool ,
351- mempoolrej, net, proxy, prune, rand, reindex, rpc, selectcoins ,
352- tor, zmq, qt.
374+ alert, bench, cmpctblock, coindb, db, http, libevent, lock,
375+ mempool, mempoolrej, net, proxy, prune, rand, reindex, rpc,
376+ selectcoins, tor, zmq, qt.
353377.HP
354378\fB \- help \- debug \fR
355379.IP
@@ -422,6 +446,11 @@ Set maximum block size in bytes (default: 750000)
422446.IP
423447Set maximum size of high\- priority/low\- fee transactions in bytes
424448(default: 0)
449+ .HP
450+ \fB \- blockmintxfee= \fR <amt>
451+ .IP
452+ Set lowest fee rate (in BTC/kB) for transactions to be included in block
453+ creation. (default: 0.00001)
425454.PP
426455RPC server options:
427456.HP
@@ -455,8 +484,10 @@ Password for JSON\-RPC connections
455484.IP
456485Username and hashed password for JSON\- RPC connections. The field
457486<userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A
458- canonical python script is included in share/rpcuser. This option
459- can be specified multiple times
487+ canonical python script is included in share/rpcuser. The client
488+ then connects normally using the
489+ rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This
490+ option can be specified multiple times
460491.HP
461492\fB \- rpcport= \fR <port>
462493.IP
@@ -500,16 +531,16 @@ Show splash screen on startup (default: 1)
500531.IP
501532Reset all settings changed in the GUI
502533.SH COPYRIGHT
503- Copyright (C) 2009-2016 The Bitcoin Core developers
534+ Copyright (C) 2009-2017 The Bitcoin Core developers
504535
505536Please contribute if you find Bitcoin Core useful. Visit
506537<https://bitcoincore.org> for further information about the software.
507538The source code is available from <https://github.com/bitcoin/bitcoin>.
508539
509540This is experimental software.
510541Distributed under the MIT software license, see the accompanying file COPYING
511- or <http ://www. opensource.org/licenses/mit-license.php>.
542+ or <https ://opensource.org/licenses/MIT>
512543
513544This product includes software developed by the OpenSSL Project for use in the
514- OpenSSL Toolkit <https://www.openssl.org/ > and cryptographic software written
515- by Eric Young and UPnP software written by Thomas Bernard.
545+ OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
546+ Eric Young and UPnP software written by Thomas Bernard.
0 commit comments