Update bitcoin conf for future electrs versions

This commit is contained in:
Taylor Helsper 2021-09-25 11:29:42 -05:00
parent 5f4375d617
commit 094d287879

View File

@ -28,6 +28,12 @@ main.wallet=joinmarket_wallet.dat
test.wallet=wallet.dat
test.wallet=joinmarket_wallet.dat
# Dont limit data to electrum server or local network
whitelist=download@127.0.0.1
whitelist=download@10.0.0.0/8
whitelist=download@172.16.0.0/12
whitelist=download@192.168.0.0/16
# Enable Bloom filters
whitelist=bloomfilter@127.0.0.1
whitelist=bloomfilter@10.0.0.0/8