multi: support config bitcoind fee estimate mode

This commit is contained in:
yyforyongyu
2020-03-13 16:41:08 +08:00
parent 1d2985ce33
commit 97da7b3444
5 changed files with 66 additions and 11 deletions

View File

@@ -230,6 +230,9 @@ bitcoin.node=btcd
; bitcoind.zmqpubrawblock=tcp://127.0.0.1:28332
; bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333
; Fee estimate mode for bitcoind. It must be either "ECONOMICAL" or "CONSERVATIVE".
; If unset, the default value is "CONSERVATIVE".
; bitcoind.estimatemode=CONSERVATIVE
[neutrino]
@@ -311,6 +314,9 @@ litecoin.node=ltcd
; litecoind.zmqpubrawblock=tcp://127.0.0.1:28332
; litecoind.zmqpubrawtx=tcp://127.0.0.1:28333
; Fee estimate mode for litecoind. It must be either "ECONOMICAL" or "CONSERVATIVE".
; If unset, the default value is "CONSERVATIVE".
; litecoind.estimatemode=CONSERVATIVE
[autopilot]