From 49103e7efd5f226f5fde5f0e6384e61a3e8ef8df Mon Sep 17 00:00:00 2001 From: kexkey Date: Tue, 9 Jul 2019 15:29:24 -0400 Subject: [PATCH] Oops, wrong ip! --- cyphernodeconf_docker/templates/bitcoin/bitcoin.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf b/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf index e75f898..cf299ee 100644 --- a/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf +++ b/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf @@ -31,13 +31,13 @@ test.wallet=watching01.dat test.wallet=xpubwatching01.dat test.wallet=spending01.dat test.wallet=ln01.dat -test.rpcbind=0.0.0.0/0 +test.rpcbind=0.0.0.0 <% } else { %> main.wallet=watching01.dat main.wallet=xpubwatching01.dat main.wallet=spending01.dat main.wallet=ln01.dat -main.rpcbind=0.0.0.0/0 +main.rpcbind=0.0.0.0 <% } %> walletnotify=/usr/bin/curl proxy:8888/conf/%s