Edit RP3 bitcoin.conf as well

This commit is contained in:
Taylor Helsper 2020-05-26 20:58:53 -05:00
parent 10df0c4a71
commit 3c84cf6792

View File

@ -21,6 +21,12 @@ rpcallowip=10.0.0.0/8
rpcallowip=172.0.0.0/8
rpcallowip=192.0.0.0/8
# Enable Blook filters
whitelist=bloomfilter@127.0.0.1
whitelist=bloomfilter@10.0.0.0/8
whitelist=bloomfilter@172.0.0.0/8
whitelist=bloomfilter@192.0.0.0/8
zmqpubrawblock=tcp://0.0.0.0:28332
zmqpubrawtx=tcp://0.0.0.0:28333
zmqpubhashblock=tcp://0.0.0.0:28334