From e8add6a9e21f59431ee2e4b5ab1941a526ef3b3b Mon Sep 17 00:00:00 2001 From: nmfretz Date: Mon, 26 Feb 2024 20:52:56 -0800 Subject: [PATCH] change bitcoin and node IPs to available addresses --- bitcoin-knots/exports.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitcoin-knots/exports.sh b/bitcoin-knots/exports.sh index 6932be8..5140640 100644 --- a/bitcoin-knots/exports.sh +++ b/bitcoin-knots/exports.sh @@ -1,5 +1,5 @@ -export APP_BITCOIN_IP="10.21.22.3" -export APP_BITCOIN_NODE_IP="10.21.21.9" +export APP_BITCOIN_IP="10.21.22.5" +export APP_BITCOIN_NODE_IP="10.21.21.7" export APP_BITCOIN_TOR_PROXY_IP="10.21.22.12" export APP_BITCOIN_I2P_DAEMON_IP="10.21.22.13"