Skip to content

Commit 2847480

Browse files
committed
Merge #11305: [doc] Update release notes and manpages for 0.16
fa65dcd doc: Update release notes for 0.16.0 (MarcoFalke) fa2c3b6 doc: Bump manpages to 0.15.99 (MarcoFalke) Pull request description: This updates the release notes for the breaking changes to `-usehd` option and the `getinfo` rpc. Also, bumps the manpages to current master. Tree-SHA512: 55b74375fa680d6043882e3cc37bc655840c9e719d67f60d4d615c10399d570cf6ed4dc338635be80d4044d4ed12cebde1370729ccb6794182e6d9c9910dab04
2 parents 44313d8 + fa65dcd commit 2847480

File tree

5 files changed

+169
-114
lines changed

5 files changed

+169
-114
lines changed

doc/man/bitcoin-cli.1

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2-
.TH BITCOIN-CLI "1" "February 2017" "bitcoin-cli v0.14.99.0" "User Commands"
2+
.TH BITCOIN-CLI "1" "September 2017" "bitcoin-cli v0.15.99.0" "User Commands"
33
.SH NAME
4-
bitcoin-cli \- manual page for bitcoin-cli v0.14.99.0
4+
bitcoin-cli \- manual page for bitcoin-cli v0.15.99.0
55
.SH DESCRIPTION
6-
Bitcoin Core RPC client version v0.14.99.0
6+
Bitcoin Core RPC client version v0.15.99.0
77
.SS "Usage:"
88
.TP
99
bitcoin\-cli [options] <command> [params]
@@ -64,12 +64,29 @@ Password for JSON\-RPC connections
6464
.HP
6565
\fB\-rpcclienttimeout=\fR<n>
6666
.IP
67-
Timeout during HTTP requests (default: 900)
67+
Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
68+
900)
69+
.HP
70+
\fB\-stdinrpcpass\fR
71+
.TP
72+
Read RPC password from standard input as a single line.
73+
When combined
74+
.IP
75+
with \fB\-stdin\fR, the first line from standard input is used for the
76+
RPC password.
6877
.HP
6978
\fB\-stdin\fR
7079
.IP
7180
Read extra arguments from standard input, one per line until EOF/Ctrl\-D
72-
(recommended for sensitive information such as passphrases)
81+
(recommended for sensitive information such as passphrases).
82+
When combined with \fB\-stdinrpcpass\fR, the first line from standard
83+
input is used for the RPC password.
84+
.HP
85+
\fB\-rpcwallet=\fR<walletname>
86+
.IP
87+
Send RPC for non\-default wallet on RPC server (argument is wallet
88+
filename in bitcoind directory, required if bitcoind/\-Qt runs
89+
with multiple wallets)
7390
.SH COPYRIGHT
7491
Copyright (C) 2009-2017 The Bitcoin Core developers
7592

doc/man/bitcoin-qt.1

Lines changed: 63 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" 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"
2+
.TH BITCOIN-QT "1" "September 2017" "bitcoin-qt v0.15.99.0" "User Commands"
33
.SH NAME
4-
bitcoin-qt \- manual page for bitcoin-qt v0.14.99.0
4+
bitcoin-qt \- manual page for bitcoin-qt v0.15.99.0
55
.SH DESCRIPTION
6-
Bitcoin Core version v0.14.99.0 (64\-bit)
6+
Bitcoin Core version v0.15.99.0 (64\-bit)
77
Usage:
88
.IP
99
bitcoin\-qt [command\-line options]
@@ -32,9 +32,9 @@ block hash)
3232
If this block is in the chain assume that it and its ancestors are valid
3333
and potentially skip their script verification (0 to verify all,
3434
default:
35-
00000000000000000013176bf8d7dfeab4e1db31dc93bc311b436e82ab226b90,
35+
0000000000000000003b9ce759c2a087d52abc4266f8f4ebd6d768b89defa50a,
3636
testnet:
37-
00000000000128796ee387cf110ccb9d2f36cffaf7f73079c995377c65ac0dcc)
37+
0000000002e9e7b00e1f6dc5123a04aad68dd0f0968d8c7aa45f6640795c37b1)
3838
.HP
3939
\fB\-conf=\fR<file>
4040
.IP
@@ -46,7 +46,7 @@ Specify data directory
4646
.HP
4747
\fB\-dbcache=\fR<n>
4848
.IP
49-
Set database cache size in megabytes (4 to 16384, default: 300)
49+
Set database cache size in megabytes (4 to 16384, default: 450)
5050
.HP
5151
\fB\-loadblock=\fR<file>
5252
.IP
@@ -65,6 +65,10 @@ Keep the transaction memory pool below <n> megabytes (default: 300)
6565
Do not keep transactions in the mempool longer than <n> hours (default:
6666
336)
6767
.HP
68+
\fB\-persistmempool\fR
69+
.IP
70+
Whether to save the mempool on shutdown and load on restart (default: 1)
71+
.HP
6872
\fB\-blockreconstructionextratxn=\fR<n>
6973
.IP
7074
Extra transactions to keep in memory for compact block reconstructions
@@ -131,8 +135,8 @@ for IPv6
131135
.HP
132136
\fB\-connect=\fR<ip>
133137
.IP
134-
Connect only to the specified node(s); \fB\-noconnect\fR or \fB\-connect\fR=\fI\,0\/\fR alone to
135-
disable automatic connections
138+
Connect only to the specified node(s); \fB\-connect\fR=\fI\,0\/\fR disables automatic
139+
connections
136140
.HP
137141
\fB\-discover\fR
138142
.IP
@@ -146,7 +150,7 @@ Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR (def
146150
\fB\-dnsseed\fR
147151
.IP
148152
Query for peer addresses via DNS lookup, if low on addresses (default: 1
149-
unless \fB\-connect\fR/\-noconnect)
153+
unless \fB\-connect\fR used)
150154
.HP
151155
\fB\-externalip=\fR<ip>
152156
.IP
@@ -158,8 +162,7 @@ Always query for peer addresses via DNS lookup (default: 0)
158162
.HP
159163
\fB\-listen\fR
160164
.IP
161-
Accept connections from outside (default: 1 if no \fB\-proxy\fR or
162-
\fB\-connect\fR/\-noconnect)
165+
Accept connections from outside (default: 1 if no \fB\-proxy\fR or \fB\-connect\fR)
163166
.HP
164167
\fB\-listenonion\fR
165168
.IP
@@ -214,11 +217,6 @@ Connect through SOCKS5 proxy
214217
Randomize credentials for every proxy connection. This enables Tor
215218
stream isolation (default: 1)
216219
.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
222220
\fB\-seednode=\fR<ip>
223221
.IP
224222
Connect to a node to retrieve peer addresses, and disconnect
@@ -253,16 +251,6 @@ times. Whitelisted peers cannot be DoS banned and their
253251
transactions are always relayed, even if they are already in the
254252
mempool, useful e.g. for a gateway
255253
.HP
256-
\fB\-whitelistrelay\fR
257-
.IP
258-
Accept relayed transactions received from whitelisted peers even when
259-
not relaying transactions (default: 1)
260-
.HP
261-
\fB\-whitelistforcerelay\fR
262-
.IP
263-
Force relay of transactions from whitelisted peers even if they violate
264-
local relay policy (default: 1)
265-
.HP
266254
\fB\-maxuploadtarget=\fR<n>
267255
.IP
268256
Tries to keep outbound traffic under the given target (in MiB per 24h),
@@ -276,13 +264,21 @@ Do not load the wallet and disable wallet RPC calls
276264
.HP
277265
\fB\-keypool=\fR<n>
278266
.IP
279-
Set key pool size to <n> (default: 100)
267+
Set key pool size to <n> (default: 1000)
280268
.HP
281269
\fB\-fallbackfee=\fR<amt>
282270
.IP
283271
A fee rate (in BTC/kB) that will be used when fee estimation has
284272
insufficient data (default: 0.0002)
285273
.HP
274+
\fB\-discardfee=\fR<amt>
275+
.IP
276+
The fee rate (in BTC/kB) that indicates your tolerance for discarding
277+
change by adding it to the fee (default: 0.0001). Note: An output
278+
is discarded if it is dust at this rate, but we will always
279+
discard up to the dust relay fee and a discard fee above that is
280+
limited by the fee estimate for the longest target
281+
.HP
286282
\fB\-mintxfee=\fR<amt>
287283
.IP
288284
Fees (in BTC/kB) smaller than this are considered zero fee for
@@ -309,11 +305,6 @@ Spend unconfirmed change when sending transactions (default: 1)
309305
If paytxfee is not set, include enough fee so transactions begin
310306
confirmation on average within n blocks (default: 6)
311307
.HP
312-
\fB\-usehd\fR
313-
.IP
314-
Use hierarchical deterministic key generation (HD) after BIP32. Only has
315-
effect during wallet creation/first start (default: 1)
316-
.HP
317308
\fB\-walletrbf\fR
318309
.IP
319310
Send transactions with full\-RBF opt\-in enabled (default: 0)
@@ -370,10 +361,16 @@ Append comment to the user agent string
370361
.IP
371362
Output debugging information (default: 0, supplying <category> is
372363
optional). If <category> is not supplied or if <category> = 1,
373-
output all debugging information.<category> can be: addrman,
374-
alert, bench, cmpctblock, coindb, db, http, libevent, lock,
375-
mempool, mempoolrej, net, proxy, prune, rand, reindex, rpc,
376-
selectcoins, tor, zmq, qt.
364+
output all debugging information. <category> can be: net, tor,
365+
mempool, http, bench, zmq, db, rpc, estimatefee, addrman,
366+
selectcoins, reindex, cmpctblock, rand, prune, proxy, mempoolrej,
367+
libevent, coindb, qt, leveldb.
368+
.HP
369+
\fB\-debugexclude=\fR<category>
370+
.IP
371+
Exclude debugging information for a category. Can be used in conjunction
372+
with \fB\-debug\fR=\fI\,1\/\fR to output debug logs for all categories except one
373+
or more specified categories.
377374
.HP
378375
\fB\-help\-debug\fR
379376
.IP
@@ -387,11 +384,6 @@ Include IP addresses in debug output (default: 0)
387384
.IP
388385
Prepend debug output with timestamp (default: 1)
389386
.HP
390-
\fB\-minrelaytxfee=\fR<amt>
391-
.IP
392-
Fees (in BTC/kB) smaller than this are considered zero fee for relaying,
393-
mining and transaction creation (default: 0.00001)
394-
.HP
395387
\fB\-maxtxfee=\fR<amt>
396388
.IP
397389
Maximum total fees (in BTC) to use in a single wallet transaction or raw
@@ -431,21 +423,32 @@ Maximum size of data in data carrier transactions we relay and mine
431423
\fB\-mempoolreplacement\fR
432424
.IP
433425
Enable transaction replacement in the memory pool (default: 1)
426+
.HP
427+
\fB\-minrelaytxfee=\fR<amt>
428+
.IP
429+
Fees (in BTC/kB) smaller than this are considered zero fee for relaying,
430+
mining and transaction creation (default: 0.00001)
431+
.HP
432+
\fB\-whitelistrelay\fR
433+
.IP
434+
Accept relayed transactions received from whitelisted peers even when
435+
not relaying transactions (default: 1)
436+
.HP
437+
\fB\-whitelistforcerelay\fR
438+
.IP
439+
Force relay of transactions from whitelisted peers even if they violate
440+
local relay policy (default: 1)
434441
.PP
435442
Block creation options:
436443
.HP
437444
\fB\-blockmaxweight=\fR<n>
438445
.IP
439-
Set maximum BIP141 block weight (default: 3000000)
446+
Set maximum BIP141 block weight (default: 3996000)
440447
.HP
441448
\fB\-blockmaxsize=\fR<n>
442449
.IP
443-
Set maximum block size in bytes (default: 750000)
444-
.HP
445-
\fB\-blockprioritysize=\fR<n>
446-
.IP
447-
Set maximum size of high\-priority/low\-fee transactions in bytes
448-
(default: 0)
450+
Set maximum BIP141 block weight to this * 4. Deprecated, use
451+
blockmaxweight
449452
.HP
450453
\fB\-blockmintxfee=\fR<amt>
451454
.IP
@@ -462,11 +465,14 @@ Accept command line and JSON\-RPC commands
462465
.IP
463466
Accept public REST requests (default: 0)
464467
.HP
465-
\fB\-rpcbind=\fR<addr>
468+
\fB\-rpcbind=\fR<addr>[:port]
466469
.IP
467-
Bind to given address to listen for JSON\-RPC connections. Use
468-
[host]:port notation for IPv6. This option can be specified
469-
multiple times (default: bind to all interfaces)
470+
Bind to given address to listen for JSON\-RPC connections. This option is
471+
ignored unless \fB\-rpcallowip\fR is also passed. Port is optional and
472+
overrides \fB\-rpcport\fR. Use [host]:port notation for IPv6. This
473+
option can be specified multiple times (default: 127.0.0.1 and
474+
::1 i.e., localhost, or if \fB\-rpcallowip\fR has been specified,
475+
0.0.0.0 and :: i.e., all addresses)
470476
.HP
471477
\fB\-rpccookiefile=\fR<loc>
472478
.IP
@@ -501,6 +507,11 @@ single IP (e.g. 1.2.3.4), a network/netmask (e.g.
501507
1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This
502508
option can be specified multiple times
503509
.HP
510+
\fB\-rpcserialversion\fR
511+
.IP
512+
Sets the serialization of raw transaction or block hex returned in
513+
non\-verbose mode, non\-segwit(0) or segwit(1) (default: 1)
514+
.HP
504515
\fB\-rpcthreads=\fR<n>
505516
.IP
506517
Set the number of threads to service RPC calls (default: 4)

doc/man/bitcoin-tx.1

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2-
.TH BITCOIN-TX "1" "February 2017" "bitcoin-tx v0.14.99.0" "User Commands"
2+
.TH BITCOIN-TX "1" "September 2017" "bitcoin-tx v0.15.99.0" "User Commands"
33
.SH NAME
4-
bitcoin-tx \- manual page for bitcoin-tx v0.14.99.0
4+
bitcoin-tx \- manual page for bitcoin-tx v0.15.99.0
55
.SH DESCRIPTION
6-
Bitcoin Core bitcoin\-tx utility version v0.14.99.0
6+
Bitcoin Core bitcoin\-tx utility version v0.15.99.0
77
.SS "Usage:"
88
.TP
99
bitcoin\-tx [options] <hex\-tx> [commands]
@@ -63,6 +63,11 @@ nversion=N
6363
.IP
6464
Set TX version to N
6565
.IP
66+
replaceable(=N)
67+
.IP
68+
Set RBF opt\-in sequence number for input N (if not provided, opt\-in all
69+
available inputs)
70+
.IP
6671
outaddr=VALUE:ADDRESS
6772
.IP
6873
Add address\-based output to TX

0 commit comments

Comments
 (0)