2019-03-29 07:54:07 -04:00
|
|
|
regtest=1
|
|
|
|
|
txindex=1
|
2021-09-05 23:31:10 +00:00
|
|
|
# We are spawning these inside a Python script which will manage them, so don't daemonize
|
|
|
|
|
daemon=0
|
2021-09-06 14:48:42 +00:00
|
|
|
# Extra debugging output in case things go wrong
|
|
|
|
|
debug=1
|
|
|
|
|
debugexclude=libevent
|
|
|
|
|
debugexclude=leveldb
|
|
|
|
|
printtoconsole=0
|
2019-03-29 07:54:07 -04:00
|
|
|
|
|
|
|
|
rpcuser=user3
|
|
|
|
|
rpcpassword=password3
|
2021-09-05 23:31:10 +00:00
|
|
|
|
2021-09-06 14:48:42 +00:00
|
|
|
# Set a fallback fee, since initially the nodes will have no transaction data
|
|
|
|
|
# to do fee estimation from
|
|
|
|
|
fallbackfee=0.0002
|
|
|
|
|
|
2021-09-05 23:31:10 +00:00
|
|
|
[regtest]
|
|
|
|
|
rpcport=18888
|
|
|
|
|
port=18889
|