diff --git a/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf b/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf index 12324bf..2b670ae 100644 --- a/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf +++ b/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf @@ -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