Update bitcoin conf for future electrs versions
This commit is contained in:
parent
5f4375d617
commit
094d287879
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user