Specify wallet file in bitcoin.conf

This commit is contained in:
Taylor Helsper 2020-07-27 20:58:46 -05:00
parent 482f9cc787
commit 2bcce501f6

View File

@ -18,6 +18,9 @@ rpcallowip=10.0.0.0/8
rpcallowip=172.0.0.0/8
rpcallowip=192.0.0.0/8
# Set default wallet so some wallet APIs work
main.wallet=wallet.dat
# Enable Blook filters
whitelist=bloomfilter@127.0.0.1
whitelist=bloomfilter@10.0.0.0/8