mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 14:08:07 +00:00
Edit RP3 bitcoin.conf as well
This commit is contained in:
parent
10df0c4a71
commit
3c84cf6792
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user