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"
3
3
.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
5
5
.SH DESCRIPTION
6
- Bitcoin Core version v0.13.0 .0 (64\- bit)
6
+ Bitcoin Core version v0.14.99 .0 (64\- bit)
7
7
Usage:
8
8
.IP
9
9
bitcoin\- qt [command\- line options]
@@ -27,13 +27,14 @@ long fork (%s in cmd is replaced by message)
27
27
Execute command when the best block changes (%s in cmd is replaced by
28
28
block hash)
29
29
.HP
30
- \fB \- checkblocks =\fR <n >
30
+ \fB \- assumevalid =\fR <hex >
31
31
.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)
37
38
.HP
38
39
\fB \- conf= \fR <file>
39
40
.IP
@@ -62,11 +63,16 @@ Keep the transaction memory pool below <n> megabytes (default: 300)
62
63
\fB \- mempoolexpiry= \fR <n>
63
64
.IP
64
65
Do 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)
66
72
.HP
67
73
\fB \- par= \fR <n>
68
74
.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 =
70
76
leave that many cores free, default: 0)
71
77
.HP
72
78
\fB \- pid= \fR <file>
@@ -75,13 +81,15 @@ Specify pid file (default: bitcoind.pid)
75
81
.HP
76
82
\fB \- prune= \fR <n>
77
83
.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)
85
93
.HP
86
94
\fB \- reindex \- chainstate \fR
87
95
.IP
@@ -123,7 +131,8 @@ for IPv6
123
131
.HP
124
132
\fB \- connect= \fR <ip>
125
133
.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
127
136
.HP
128
137
\fB \- discover \fR
129
138
.IP
@@ -137,7 +146,7 @@ Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR (def
137
146
\fB \- dnsseed \fR
138
147
.IP
139
148
Query for peer addresses via DNS lookup, if low on addresses (default: 1
140
- unless \fB \- connect \fR )
149
+ unless \fB \- connect \fR / \- noconnect )
141
150
.HP
142
151
\fB \- externalip= \fR <ip>
143
152
.IP
@@ -149,7 +158,8 @@ Always query for peer addresses via DNS lookup (default: 0)
149
158
.HP
150
159
\fB \- listen \fR
151
160
.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)
153
163
.HP
154
164
\fB \- listenonion \fR
155
165
.IP
@@ -204,6 +214,11 @@ Connect through SOCKS5 proxy
204
214
Randomize credentials for every proxy connection. This enables Tor
205
215
stream isolation (default: 1)
206
216
.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
207
222
\fB \- seednode= \fR <ip>
208
223
.IP
209
224
Connect to a node to retrieve peer addresses, and disconnect
@@ -221,17 +236,22 @@ Tor control port to use if onion listening enabled (default:
221
236
.IP
222
237
Tor control port password (default: empty)
223
238
.HP
239
+ \fB \- upnp \fR
240
+ .IP
241
+ Use UPnP to map the listening port (default: 0)
242
+ .HP
224
243
\fB \- whitebind= \fR <addr>
225
244
.IP
226
245
Bind to given address and whitelist peers connecting to it. Use
227
246
[host]:port notation for IPv6
228
247
.HP
229
- \fB \- whitelist= \fR <netmask >
248
+ \fB \- whitelist= \fR <IP address or network >
230
249
.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
235
255
.HP
236
256
\fB \- whitelistrelay \fR
237
257
.IP
@@ -240,7 +260,7 @@ not relaying transactions (default: 1)
240
260
.HP
241
261
\fB \- whitelistforcerelay \fR
242
262
.IP
243
- Force relay of transactions from whitelisted peers even they violate
263
+ Force relay of transactions from whitelisted peers even if they violate
244
264
local relay policy (default: 1)
245
265
.HP
246
266
\fB \- maxuploadtarget= \fR <n>
@@ -287,13 +307,17 @@ Spend unconfirmed change when sending transactions (default: 1)
287
307
\fB \- txconfirmtarget= \fR <n>
288
308
.IP
289
309
If 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 )
291
311
.HP
292
312
\fB \- usehd \fR
293
313
.IP
294
314
Use hierarchical deterministic key generation (HD) after BIP32. Only has
295
315
effect during wallet creation/first start (default: 1)
296
316
.HP
317
+ \fB \- walletrbf \fR
318
+ .IP
319
+ Send transactions with full\- RBF opt\- in enabled (default: 0)
320
+ .HP
297
321
\fB \- upgradewallet \fR
298
322
.IP
299
323
Upgrade wallet to latest format on startup
@@ -347,9 +371,9 @@ Append comment to the user agent string
347
371
Output debugging information (default: 0, supplying <category> is
348
372
optional). If <category> is not supplied or if <category> = 1,
349
373
output 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.
353
377
.HP
354
378
\fB \- help \- debug \fR
355
379
.IP
@@ -422,6 +446,11 @@ Set maximum block size in bytes (default: 750000)
422
446
.IP
423
447
Set maximum size of high\- priority/low\- fee transactions in bytes
424
448
(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)
425
454
.PP
426
455
RPC server options:
427
456
.HP
@@ -455,8 +484,10 @@ Password for JSON\-RPC connections
455
484
.IP
456
485
Username and hashed password for JSON\- RPC connections. The field
457
486
<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
460
491
.HP
461
492
\fB \- rpcport= \fR <port>
462
493
.IP
@@ -500,16 +531,16 @@ Show splash screen on startup (default: 1)
500
531
.IP
501
532
Reset all settings changed in the GUI
502
533
.SH COPYRIGHT
503
- Copyright (C) 2009-2016 The Bitcoin Core developers
534
+ Copyright (C) 2009-2017 The Bitcoin Core developers
504
535
505
536
Please contribute if you find Bitcoin Core useful. Visit
506
537
<https://bitcoincore.org> for further information about the software.
507
538
The source code is available from <https://github.com/bitcoin/bitcoin>.
508
539
509
540
This is experimental software.
510
541
Distributed 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>
512
543
513
544
This 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