1
1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
2
- .TH BITCOIN-QT "1" "July 2018" "bitcoin-qt v0.16 .99.0" "User Commands"
2
+ .TH BITCOIN-QT "1" "December 2018" "bitcoin-qt v0.17 .99.0" "User Commands"
3
3
.SH NAME
4
- bitcoin-qt \- manual page for bitcoin-qt v0.16.99.0
4
+ bitcoin-qt \- manual page for bitcoin-qt v0.17.99.0
5
+ .SH SYNOPSIS
6
+ .B bitcoin-qt
7
+ [\fI \, command-line options \/ \fR ]
5
8
.SH DESCRIPTION
6
- Bitcoin Core version v0.16.99.0 (64\- bit)
7
- Usage:
8
- .IP
9
- bitcoin\- qt [command\- line options]
9
+ Bitcoin Core version v0.17.99.0 (64\- bit)
10
10
.SH OPTIONS
11
11
.HP
12
12
\- ?
@@ -23,9 +23,9 @@ long fork (%s in cmd is replaced by message)
23
23
If this block is in the chain assume that it and its ancestors are valid
24
24
and potentially skip their script verification (0 to verify all,
25
25
default:
26
- 0000000000000000005214481d2d96f898e3d5416e43359c145944a909d242e0 ,
26
+ 0000000000000000002e63058c023a9a1de233554f28c7b21380b6c9003f36a8 ,
27
27
testnet:
28
- 0000000002e9e7b00e1f6dc5123a04aad68dd0f0968d8c7aa45f6640795c37b1 )
28
+ 0000000000000037a8cd3e06cd5edbfe9dd1dbcc5dacab279376ef7cfc2b4c75 )
29
29
.HP
30
30
\fB \- blocknotify= \fR <cmd>
31
31
.IP
@@ -61,7 +61,8 @@ Set database cache size in megabytes (4 to 16384, default: 450)
61
61
\fB \- debuglogfile= \fR <file>
62
62
.IP
63
63
Specify location of debug log file. Relative paths will be prefixed by a
64
- net\- specific datadir location. (0 to disable; default: debug.log)
64
+ net\- specific datadir location. (\fB \- nodebuglogfile \fR to disable;
65
+ default: debug.log)
65
66
.HP
66
67
\fB \- includeconf= \fR <file>
67
68
.IP
@@ -108,7 +109,7 @@ blocks if a target size in MiB is provided. This mode is
108
109
incompatible with \fB \- txindex \fR and \fB \- rescan \fR . Warning: Reverting this
109
110
setting requires re\- downloading the entire blockchain. (default:
110
111
0 = disable pruning blocks, 1 = allow manual pruning via RPC,
111
- >550 = automatically prune block files to stay under the
112
+ >= 550 = automatically prune block files to stay under the
112
113
specified target size in MiB)
113
114
.HP
114
115
\fB \- reindex \fR
@@ -117,7 +118,9 @@ Rebuild chain state and block index from the blk*.dat files on disk
117
118
.HP
118
119
\fB \- reindex \- chainstate \fR
119
120
.IP
120
- Rebuild chain state from the currently indexed blocks
121
+ Rebuild chain state from the currently indexed blocks. When in pruning
122
+ mode or if blocks on disk might be corrupted, use full \fB \- reindex \fR
123
+ instead.
121
124
.HP
122
125
\fB \- sysperms \fR
123
126
.IP
@@ -157,7 +160,7 @@ for IPv6
157
160
.HP
158
161
\fB \- connect= \fR <ip>
159
162
.IP
160
- Connect only to the specified node; \fB \- connect \fR = \fI \, 0 \/ \fR disables automatic
163
+ Connect only to the specified node; \fB \- noconnect \fR disables automatic
161
164
connections (the rules for this peer are the same as for
162
165
\fB \- addnode \fR ). This option can be specified multiple times to connect
163
166
to multiple nodes.
@@ -178,7 +181,7 @@ unless \fB\-connect\fR used)
178
181
.HP
179
182
\fB \- enablebip61 \fR
180
183
.IP
181
- Send reject messages per BIP61 (default: 1 )
184
+ Send reject messages per BIP61 (default: 0 )
182
185
.HP
183
186
\fB \- externalip= \fR <ip>
184
187
.IP
@@ -221,8 +224,8 @@ Tries to keep outbound traffic under the given target (in MiB per 24h),
221
224
.HP
222
225
\fB \- onion= \fR <ip:port>
223
226
.IP
224
- Use separate SOCKS5 proxy to reach peers via Tor hidden services
225
- (default: \fB \- proxy \fR )
227
+ Use separate SOCKS5 proxy to reach peers via Tor hidden services, set
228
+ \fB \- noonion \fR to disable (default: \fB \- proxy \fR )
226
229
.HP
227
230
\fB \- onlynet= \fR <net>
228
231
.IP
@@ -242,11 +245,13 @@ Relay non\-P2SH multisig (default: 1)
242
245
.HP
243
246
\fB \- port= \fR <port>
244
247
.IP
245
- Listen for connections on <port> (default: 8333 or testnet: 18333)
248
+ Listen for connections on <port> (default: 8333, testnet: 18333,
249
+ regtest: 18444)
246
250
.HP
247
251
\fB \- proxy= \fR <ip:port>
248
252
.IP
249
- Connect through SOCKS5 proxy
253
+ Connect through SOCKS5 proxy, set \fB \- noproxy \fR to disable (default:
254
+ disabled)
250
255
.HP
251
256
\fB \- proxyrandomize \fR
252
257
.IP
@@ -393,8 +398,7 @@ Send transactions with full\-RBF opt\-in enabled (RPC only, default: 0)
393
398
.IP
394
399
Delete all wallet transactions and only recover those parts of the
395
400
blockchain through \fB \- rescan \fR on startup (1 = keep tx meta data e.g.
396
- account owner and payment request information, 2 = drop tx meta
397
- data)
401
+ payment request information, 2 = drop tx meta data)
398
402
.PP
399
403
ZeroMQ notification options:
400
404
.HP
@@ -418,7 +422,7 @@ Debugging/Testing options:
418
422
.HP
419
423
\fB \- debug= \fR <category>
420
424
.IP
421
- Output debugging information (default: 0 , supplying <category> is
425
+ Output debugging information (default: \fB \- nodebug \fR , supplying <category> is
422
426
optional). If <category> is not supplied or if <category> = 1,
423
427
output all debugging information. <category> can be: net, tor,
424
428
mempool, http, bench, zmq, db, rpc, estimatefee, addrman,
@@ -433,7 +437,7 @@ or more specified categories.
433
437
.HP
434
438
\fB \- help \- debug \fR
435
439
.IP
436
- Show all debugging options (usage: \fB \-\- help \fR \fB \- help \- debug \fR )
440
+ Print help message with debugging options and exit
437
441
.HP
438
442
\fB \- logips \fR
439
443
.IP
@@ -452,7 +456,7 @@ transaction; setting this too low may abort large transactions
452
456
\fB \- printtoconsole \fR
453
457
.IP
454
458
Send trace/debug info to console (default: 1 when no \fB \- daemon \fR . To disable
455
- logging to file, set debuglogfile=0 )
459
+ logging to file, set \fB \- nodebuglogfile \fR )
456
460
.HP
457
461
\fB \- shrinkdebugfile \fR
458
462
.IP
@@ -529,21 +533,21 @@ option can be specified multiple times
529
533
.HP
530
534
\fB \- rpcauth= \fR <userpw>
531
535
.IP
532
- Username and hashed password for JSON\- RPC connections. The field
533
- <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A
536
+ Username and HMAC \- SHA \- 256 hashed password for JSON\- RPC connections. The
537
+ field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A
534
538
canonical python script is included in share/rpcauth. The client
535
539
then connects normally using the
536
540
rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This
537
541
option can be specified multiple times
538
542
.HP
539
543
\fB \- rpcbind= \fR <addr>[:port]
540
544
.IP
541
- Bind to given address to listen for JSON\- RPC connections. This option is
542
- ignored unless \fB \- rpcallowip \fR is also passed. Port is optional and
543
- overrides \fB \- rpcport \fR . Use [host]:port notation for IPv6. This
544
- option can be specified multiple times (default: 127.0.0.1 and
545
- ::1 i.e., localhost, or if \fB \- rpcallowip \fR has been specified,
546
- 0 .0.0.0 and :: i.e., all addresses )
545
+ Bind to given address to listen for JSON\- RPC connections. Do not expose
546
+ the RPC server to untrusted networks such as the public internet!
547
+ This option is ignored unless \fB \- rpcallowip \fR is also passed. Port is
548
+ optional and overrides \fB \- rpcport \fR . Use [host]:port notation for
549
+ IPv6. This option can be specified multiple times (default:
550
+ 127 .0.0.1 and ::1 i.e., localhost )
547
551
.HP
548
552
\fB \- rpccookiefile= \fR <loc>
549
553
.IP
@@ -556,8 +560,8 @@ Password for JSON\-RPC connections
556
560
.HP
557
561
\fB \- rpcport= \fR <port>
558
562
.IP
559
- Listen for JSON\- RPC connections on <port> (default: 8332 or testnet:
560
- 18332)
563
+ Listen for JSON\- RPC connections on <port> (default: 8332, testnet:
564
+ 18332, regtest: 18443 )
561
565
.HP
562
566
\fB \- rpcserialversion \fR
563
567
.IP
0 commit comments