mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 00:55:08 +01:00
bitcoin.conf allow rpc from everywhere inside the docker network.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user