bitcoin.conf allow rpc from everywhere inside the docker network.

This commit is contained in:
jash
2018-10-08 19:48:42 +02:00
committed by kexkey
parent ba2d2a66f7
commit 8ea61de06f

View File

@@ -16,7 +16,10 @@ dbcache=64
rpcuser=<%= bitcoin_rpcuser %>
rpcpassword=<%= bitcoin_rpcpassword %>
rpcallowip=10.0.0.0/24
# ATTENTION: VERY DANGEROUS OUTSIDE THE DOCKER NETWORK
rpcallowip=0.0.0.0/0
server=1
wallet=watching01.dat
wallet=spending01.dat