jlopp/bitcoin-core-config-generator

Update for 0.18

jlopp opened this issue · 0 comments

jlopp commented
$ bitcoin-0.17.0/bin/bitcoind --help --help-debug|grep "^  -" | sort > /tmp/options-0.17.txt
$ bitcoin-0.18.0/bin/bitcoind --help --help-debug|grep "^  -" | sort > /tmp/options-0.18.txt
$ diff -du /tmp/options-0.17.txt /tmp/options-0.18.txt

--- /tmp/options-0.17.txt	2019-03-22 09:11:51.300135840 -0500
+++ /tmp/options-0.18.txt	2019-03-22 09:12:13.776144804 -0500
@@ -84,6 +84,7 @@
   -par=<n>
   -paytxfee=<amt>
   -peerbloomfilters
+  -peertimeout=<n>
   -permitbaremultisig
   -persistmempool
   -pid=<file>
@@ -141,6 +142,10 @@
   -whitelistrelay
   -zapwallettxes=<mode>
   -zmqpubhashblock=<address>
+  -zmqpubhashblockhwm=<n>
   -zmqpubhashtx=<address>
+  -zmqpubhashtxhwm=<n>
   -zmqpubrawblock=<address>
+  -zmqpubrawblockhwm=<n>
   -zmqpubrawtx=<address>
+  -zmqpubrawtxhwm=<n>