From 8f4fc6a505b2beeb06646c3c81f93ed75e74b5c1 Mon Sep 17 00:00:00 2001 From: kexkey Date: Tue, 9 Jul 2019 12:50:08 -0400 Subject: [PATCH] v0.18.0 of bitcoind and v0.7.1 of c-lightning --- cyphernodeconf_docker/templates/bitcoin/bitcoin.conf | 2 ++ dist/setup.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf b/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf index 0f6af2d..e75f898 100644 --- a/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf +++ b/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf @@ -31,11 +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 <% } else { %> main.wallet=watching01.dat main.wallet=xpubwatching01.dat main.wallet=spending01.dat main.wallet=ln01.dat +main.rpcbind=0.0.0.0/0 <% } %> walletnotify=/usr/bin/curl proxy:8888/conf/%s diff --git a/dist/setup.sh b/dist/setup.sh index a2301af..71962f6 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -716,8 +716,8 @@ NOTIFIER_VERSION="v0.2.1" PROXYCRON_VERSION="v0.2.1" OTSCLIENT_VERSION="v0.2.1" PYCOIN_VERSION="v0.2.1" -BITCOIN_VERSION="v0.17.1" -LIGHTNING_VERSION="v0.7.0" +BITCOIN_VERSION="v0.18.0" +LIGHTNING_VERSION="v0.7.1" SETUP_DIR=$(dirname $(realpath $0))