Page MenuHomePhabricator

D2023.diff
No OneTemporary

D2023.diff

diff --git a/doc/man/bitcoin-cli.1 b/doc/man/bitcoin-cli.1
--- a/doc/man/bitcoin-cli.1
+++ b/doc/man/bitcoin-cli.1
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
-.TH BITCOIN-CLI "1" "April 2018" "bitcoin-cli v0.17.1.0" "User Commands"
+.TH BITCOIN-CLI "1" "November 2018" "bitcoin-cli v0.18.3.0" "User Commands"
.SH NAME
-bitcoin-cli \- manual page for bitcoin-cli v0.17.1.0
+bitcoin-cli \- manual page for bitcoin-cli v0.18.3.0
.SH DESCRIPTION
-Bitcoin ABC RPC client version v0.17.1.0
+Bitcoin ABC RPC client version v0.18.3.0
.SS "Usage:"
.TP
bitcoin\-cli [options] <command> [params]
diff --git a/doc/man/bitcoin-qt.1 b/doc/man/bitcoin-qt.1
--- a/doc/man/bitcoin-qt.1
+++ b/doc/man/bitcoin-qt.1
@@ -1,9 +1,9 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
-.TH BITCOIN-QT "1" "November 2017" "bitcoin-qt v0.16.0.0" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
+.TH BITCOIN-QT "1" "November 2018" "bitcoin-qt v0.18.3.0" "User Commands"
.SH NAME
-bitcoin-qt \- manual page for bitcoin-qt v0.16.0.0
+bitcoin-qt \- manual page for bitcoin-qt v0.18.3.0
.SH DESCRIPTION
-Bitcoin ABC version v0.16.0.0\-c5cfdf732 (64\-bit)
+Bitcoin ABC version v0.18.3.0 (64\-bit)
Usage:
.IP
bitcoin\-qt [command\-line options]
@@ -32,9 +32,9 @@
If this block is in the chain assume that it and its ancestors are valid
and potentially skip their script verification (0 to verify all,
default:
-000000000000000004694d6c74b532faf99fc072181f870bfb4a6c9930f7440c,
+0000000000000000007e11995a8969e2d8838e72da271cdd1903ae4c6753064a,
testnet:
-00000000ba37a638c096da8e1a843df68f4cc9754124f11034a0b613bbf4ca3e)
+00000000000000ba5624709777f8df34b911c16a33a474562aec7360580218cc)
.HP
\fB\-conf=\fR<file>
.IP
@@ -65,6 +65,10 @@
Do not keep transactions in the mempool longer than <n> hours (default:
336)
.HP
+\fB\-persistmempool\fR
+.IP
+Whether to save the mempool on shutdown and load on restart (default: 1)
+.HP
\fB\-blockreconstructionextratxn=\fR<n>
.IP
Extra transactions to keep in memory for compact block reconstructions
@@ -108,12 +112,18 @@
.IP
Maintain a full transaction index, used by the getrawtransaction rpc
call (default: 0)
+.HP
+\fB\-usecashaddr\fR
+.IP
+Use Cash Address for destination encoding instead of base58 (activate by
+default on Jan, 14)
.PP
Connection options:
.HP
\fB\-addnode=\fR<ip>
.IP
-Add a node to connect to and attempt to keep the connection open
+Add a node to connect to and attempt to keep the connection open (see
+the `addnode` RPC command help for more info)
.HP
\fB\-banscore=\fR<n>
.IP
@@ -131,8 +141,9 @@
.HP
\fB\-connect=\fR<ip>
.IP
-Connect only to the specified node(s); \fB\-noconnect\fR or \fB\-connect\fR=\fI\,0\/\fR alone to
-disable automatic connections
+Connect only to the specified node(s); \fB\-connect\fR=\fI\,0\/\fR disables automatic
+connections (the rules for this peer are the same as for
+\fB\-addnode\fR)
.HP
\fB\-discover\fR
.IP
@@ -154,7 +165,7 @@
.HP
\fB\-forcednsseed\fR
.IP
-Always query for peer addresses via DNS lookup (default: 1)
+Always query for peer addresses via DNS lookup (default: 0)
.HP
\fB\-listen\fR
.IP
@@ -271,21 +282,16 @@
.HP
\fB\-keypool=\fR<n>
.IP
-Set key pool size to <n> (default: 100)
+Set key pool size to <n> (default: 1000)
.HP
\fB\-fallbackfee=\fR<amt>
.IP
-A fee rate (in BCC/kB) that will be used when fee estimation has
+A fee rate (in BCH/kB) that will be used when fee estimation has
insufficient data (default: 0.0002)
.HP
-\fB\-mintxfee=\fR<amt>
-.IP
-Fees (in BCC/kB) smaller than this are considered zero fee for
-transaction creation (default: 0.00001)
-.HP
\fB\-paytxfee=\fR<amt>
.IP
-Fee (in BCC/kB) to add to transactions you send (default: 0.00)
+Fee (in BCH/kB) to add to transactions you send (default: 0.00)
.HP
\fB\-rescan\fR
.IP
@@ -333,6 +339,24 @@
account owner and payment request information, 2 = drop tx meta
data)
.PP
+ZeroMQ notification options:
+.HP
+\fB\-zmqpubhashblock=\fR<address>
+.IP
+Enable publish hash block in <address>
+.HP
+\fB\-zmqpubhashtx=\fR<address>
+.IP
+Enable publish hash transaction in <address>
+.HP
+\fB\-zmqpubrawblock=\fR<address>
+.IP
+Enable publish raw block in <address>
+.HP
+\fB\-zmqpubrawtx=\fR<address>
+.IP
+Enable publish raw transaction in <address>
+.PP
Debugging/Testing options:
.HP
\fB\-uacomment=\fR<cmt>
@@ -343,10 +367,16 @@
.IP
Output debugging information (default: 0, supplying <category> is
optional). If <category> is not supplied or if <category> = 1,
-output all debugging information.<category> can be: addrman,
-alert, bench, cmpctblock, coindb, db, http, libevent, lock,
-mempool, mempoolrej, net, proxy, prune, rand, reindex, rpc,
-selectcoins, tor, zmq, qt.
+output all debugging information.<category> can be: net, tor,
+mempool, http, bench, zmq, db, rpc, estimatefee, addrman,
+selectcoins, reindex, cmpctblock, rand, prune, proxy, mempoolrej,
+libevent, coindb, qt, leveldb.
+.HP
+\fB\-debugexclude=\fR<category>
+.IP
+Exclude debugging information for a category. Can be used in conjunction
+with \fB\-debug\fR=\fI\,1\/\fR to output debug logs for all categories except one
+or more specified categories.
.HP
\fB\-help\-debug\fR
.IP
@@ -360,14 +390,19 @@
.IP
Prepend debug output with timestamp (default: 1)
.HP
+\fB\-excessutxocharge=\fR<amt>
+.IP
+Fees (in BCH/kB) to charge per utxo created forrelaying, and mining
+(default: 0.00)
+.HP
\fB\-minrelaytxfee=\fR<amt>
.IP
-Fees (in BCC/kB) smaller than this are considered zero fee for relaying,
+Fees (in BCH/kB) smaller than this are considered zero fee for relaying,
mining and transaction creation (default: 0.00001)
.HP
\fB\-maxtxfee=\fR<amt>
.IP
-Maximum total fees (in BCC) to use in a single wallet transaction or raw
+Maximum total fees (in BCH) to use in a single wallet transaction or raw
transaction; setting this too low may abort large transactions
(default: 0.10)
.HP
@@ -399,7 +434,7 @@
\fB\-datacarriersize\fR
.IP
Maximum size of data in data carrier transactions we relay and mine
-(default: 83)
+(default: 223)
.PP
Block creation options:
.HP
@@ -414,7 +449,7 @@
.HP
\fB\-blockmintxfee=\fR<amt>
.IP
-Set lowest fee rate (in BCC/kB) for transactions to be included in block
+Set lowest fee rate (in BCH/kB) for transactions to be included in block
creation. (default: 0.00001)
.PP
RPC server options:
@@ -469,6 +504,10 @@
\fB\-rpcthreads=\fR<n>
.IP
Set the number of threads to service RPC calls (default: 4)
+.HP
+\fB\-rpccorsdomain\fR=\fI\,value\/\fR
+.IP
+Domain from which to accept cross origin requests (browser enforced)
.PP
UI Options:
.HP
@@ -496,8 +535,7 @@
.IP
Reset all settings changed in the GUI
.SH COPYRIGHT
-Copyright (C) 2009-2017 The Bitcoin developers
-Copyright (C) 2009-2017 The Bitcoin Core developers
+Copyright (C) 2009-2018 The Bitcoin developers
Please contribute if you find Bitcoin ABC useful. Visit
<https://www.bitcoinabc.org> for further information about the software.
diff --git a/doc/man/bitcoin-tx.1 b/doc/man/bitcoin-tx.1
--- a/doc/man/bitcoin-tx.1
+++ b/doc/man/bitcoin-tx.1
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
-.TH BITCOIN-TX "1" "April 2018" "bitcoin-tx v0.17.1.0" "User Commands"
+.TH BITCOIN-TX "1" "November 2018" "bitcoin-tx v0.18.3.0" "User Commands"
.SH NAME
-bitcoin-tx \- manual page for bitcoin-tx v0.17.1.0
+bitcoin-tx \- manual page for bitcoin-tx v0.18.3.0
.SH DESCRIPTION
-Bitcoin ABC bitcoin\-tx utility version v0.17.1.0
+Bitcoin ABC bitcoin\-tx utility version v0.18.3.0
.SS "Usage:"
.TP
bitcoin\-tx [options] <hex\-tx> [commands]
diff --git a/doc/man/bitcoind.1 b/doc/man/bitcoind.1
--- a/doc/man/bitcoind.1
+++ b/doc/man/bitcoind.1
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
-.TH BITCOIND "1" "April 2018" "bitcoind v0.17.1.0" "User Commands"
+.TH BITCOIND "1" "November 2018" "bitcoind v0.18.3.0" "User Commands"
.SH NAME
-bitcoind \- manual page for bitcoind v0.17.1.0
+bitcoind \- manual page for bitcoind v0.18.3.0
.SH DESCRIPTION
-Bitcoin ABC Daemon version v0.17.1.0
+Bitcoin ABC Daemon version v0.18.3.0
.SS "Usage:"
.TP
bitcoind [options]
@@ -33,9 +33,9 @@
If this block is in the chain assume that it and its ancestors are valid
and potentially skip their script verification (0 to verify all,
default:
-000000000000000001ad94189e956f1c1c28c8c34d2aae9bb8ce0c7f2b93b287,
+0000000000000000007e11995a8969e2d8838e72da271cdd1903ae4c6753064a,
testnet:
-000000004ca1bb261765b723cab6c90d0ecfabe1aad8c16a12378c015ab35e78)
+00000000000000ba5624709777f8df34b911c16a33a474562aec7360580218cc)
.HP
\fB\-conf=\fR<file>
.IP
@@ -81,7 +81,7 @@
.HP
\fB\-par=\fR<n>
.IP
-Set the number of script verification threads (\fB\-6\fR to 16, 0 = auto, <0 =
+Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>
@@ -127,7 +127,8 @@
.HP
\fB\-addnode=\fR<ip>
.IP
-Add a node to connect to and attempt to keep the connection open
+Add a node to connect to and attempt to keep the connection open (see
+the `addnode` RPC command help for more info)
.HP
\fB\-banscore=\fR<n>
.IP
@@ -145,8 +146,9 @@
.HP
\fB\-connect=\fR<ip>
.IP
-Connect only to the specified node(s); \fB\-noconnect\fR or \fB\-connect\fR=\fI\,0\/\fR alone to
-disable automatic connections
+Connect only to the specified node(s); \fB\-connect\fR=\fI\,0\/\fR disables automatic
+connections (the rules for this peer are the same as for
+\fB\-addnode\fR)
.HP
\fB\-discover\fR
.IP
@@ -168,7 +170,7 @@
.HP
\fB\-forcednsseed\fR
.IP
-Always query for peer addresses via DNS lookup (default: 1)
+Always query for peer addresses via DNS lookup (default: 0)
.HP
\fB\-listen\fR
.IP
@@ -245,6 +247,10 @@
.IP
Tor control port password (default: empty)
.HP
+\fB\-upnp\fR
+.IP
+Use UPnP to map the listening port (default: 0)
+.HP
\fB\-whitebind=\fR<addr>
.IP
Bind to given address and whitelist peers connecting to it. Use
@@ -288,11 +294,6 @@
A fee rate (in BCH/kB) that will be used when fee estimation has
insufficient data (default: 0.0002)
.HP
-\fB\-mintxfee=\fR<amt>
-.IP
-Fees (in BCH/kB) smaller than this are considered zero fee for
-transaction creation (default: 0.00001)
-.HP
\fB\-paytxfee=\fR<amt>
.IP
Fee (in BCH/kB) to add to transactions you send (default: 0.00)
@@ -438,7 +439,7 @@
\fB\-datacarriersize\fR
.IP
Maximum size of data in data carrier transactions we relay and mine
-(pre\-fork default: 83, post\-fork default: 223)
+(default: 223)
.PP
Block creation options:
.HP

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 1, 11:47 (6 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187695
Default Alt Text
D2023.diff (10 KB)

Event Timeline