From 8ea61de06f007aaa66d35aa6cd2a90a4f64826e8 Mon Sep 17 00:00:00 2001 From: jash Date: Mon, 8 Oct 2018 19:48:42 +0200 Subject: [PATCH] bitcoin.conf allow rpc from everywhere inside the docker network. --- .../generators/app/templates/bitcoin/bitcoin.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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