1
- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4 .
2
- .TH BITCOIN-QT "1" "September 2017 " "bitcoin-qt v0.15 .99.0" "User Commands"
1
+ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3 .
2
+ .TH BITCOIN-QT "1" "January 2018 " "bitcoin-qt v0.16 .99.0" "User Commands"
3
3
.SH NAME
4
- bitcoin-qt \- manual page for bitcoin-qt v0.15 .99.0
4
+ bitcoin-qt \- manual page for bitcoin-qt v0.16 .99.0
5
5
.SH DESCRIPTION
6
- Bitcoin Core version v0.15 .99.0 (64\- bit)
6
+ Bitcoin Core version v0.16 .99.0 (64\- bit)
7
7
Usage:
8
8
.IP
9
9
bitcoin\- qt [command\- line options]
@@ -32,7 +32,7 @@ block hash)
32
32
If this block is in the chain assume that it and its ancestors are valid
33
33
and potentially skip their script verification (0 to verify all,
34
34
default:
35
- 0000000000000000003b9ce759c2a087d52abc4266f8f4ebd6d768b89defa50a ,
35
+ 0000000000000000005214481d2d96f898e3d5416e43359c145944a909d242e0 ,
36
36
testnet:
37
37
0000000002e9e7b00e1f6dc5123a04aad68dd0f0968d8c7aa45f6640795c37b1)
38
38
.HP
@@ -52,6 +52,11 @@ Set database cache size in megabytes (4 to 16384, default: 450)
52
52
.IP
53
53
Imports blocks from external blk000??.dat file on startup
54
54
.HP
55
+ \fB \- debuglogfile= \fR <file>
56
+ .IP
57
+ Specify location of debug log file: this can be an absolute path or a
58
+ path relative to the data directory (default: debug.log)
59
+ .HP
55
60
\fB \- maxorphantx= \fR <n>
56
61
.IP
57
62
Keep at most <n> unconnectable transactions in memory (default: 100)
@@ -76,7 +81,7 @@ Extra transactions to keep in memory for compact block reconstructions
76
81
.HP
77
82
\fB \- par= \fR <n>
78
83
.IP
79
- Set the number of script verification threads (\fB \- 2 \fR to 16, 0 = auto, <0 =
84
+ Set the number of script verification threads (\fB \- 6 \fR to 16, 0 = auto, <0 =
80
85
leave that many cores free, default: 0)
81
86
.HP
82
87
\fB \- pid= \fR <file>
@@ -117,7 +122,8 @@ Connection options:
117
122
.HP
118
123
\fB \- addnode= \fR <ip>
119
124
.IP
120
- Add a node to connect to and attempt to keep the connection open
125
+ Add a node to connect to and attempt to keep the connection open (see
126
+ the `addnode` RPC command help for more info)
121
127
.HP
122
128
\fB \- banscore= \fR <n>
123
129
.IP
@@ -136,7 +142,8 @@ for IPv6
136
142
\fB \- connect= \fR <ip>
137
143
.IP
138
144
Connect only to the specified node(s); \fB \- connect \fR =\fI \, 0 \/ \fR disables automatic
139
- connections
145
+ connections (the rules for this peer are the same as for
146
+ \fB \- addnode \fR )
140
147
.HP
141
148
\fB \- discover \fR
142
149
.IP
@@ -258,6 +265,18 @@ Tries to keep outbound traffic under the given target (in MiB per 24h),
258
265
.PP
259
266
Wallet options:
260
267
.HP
268
+ \fB \- addresstype \fR
269
+ .IP
270
+ What type of addresses to use ("legacy", "p2sh\- segwit", or "bech32",
271
+ default: "p2sh\- segwit")
272
+ .HP
273
+ \fB \- changetype \fR
274
+ .IP
275
+ What type of change to use ("legacy", "p2sh\- segwit", or "bech32").
276
+ Default is same as \fB \- addresstype \fR , except when
277
+ \fB \- addresstype \fR =\fI \, p2sh \- segwit \/ \fR a native segwit output is used when
278
+ sending to a native segwit address)
279
+ .HP
261
280
\fB \- disablewallet \fR
262
281
.IP
263
282
Do not load the wallet and disable wallet RPC calls
@@ -307,7 +326,7 @@ confirmation on average within n blocks (default: 6)
307
326
.HP
308
327
\fB \- walletrbf \fR
309
328
.IP
310
- Send transactions with full\- RBF opt\- in enabled (default: 0)
329
+ Send transactions with full\- RBF opt\- in enabled (RPC only, default: 0)
311
330
.HP
312
331
\fB \- upgradewallet \fR
313
332
.IP
@@ -321,6 +340,11 @@ Specify wallet file (within data directory) (default: wallet.dat)
321
340
.IP
322
341
Make the wallet broadcast transactions (default: 1)
323
342
.HP
343
+ \fB \- walletdir= \fR <dir>
344
+ .IP
345
+ Specify directory to hold wallets (default: <datadir>/wallets if it
346
+ exists, otherwise <datadir>)
347
+ .HP
324
348
\fB \- walletnotify= \fR <cmd>
325
349
.IP
326
350
Execute command when a wallet transaction changes (%s in cmd is replaced
@@ -542,7 +566,7 @@ Show splash screen on startup (default: 1)
542
566
.IP
543
567
Reset all settings changed in the GUI
544
568
.SH COPYRIGHT
545
- Copyright (C) 2009-2017 The Bitcoin Core developers
569
+ Copyright (C) 2009-2018 The Bitcoin Core developers
546
570
547
571
Please contribute if you find Bitcoin Core useful. Visit
548
572
<https://bitcoincore.org> for further information about the software.
0 commit comments