From 0c28e686262fa635294a0bcb36c4c8ff1b5a4b03 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 10 Feb 2025 02:30:21 -0700 Subject: [PATCH] Fix config problem --- bitcoin/core/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bitcoin/core/entrypoint.sh b/bitcoin/core/entrypoint.sh index 9d3e6e5..21ce93b 100644 --- a/bitcoin/core/entrypoint.sh +++ b/bitcoin/core/entrypoint.sh @@ -9,6 +9,7 @@ if [ $ENABLE_RPC == 1 ] then echo "server=1" >> /btc.conf echo "rpcbind=0.0.0.0:8332" >> /btc.conf + echo "rpcallowip=0.0.0.0" >> /btc.conf if [ $ENABLE_AUTH == 1 ] then echo "rpcuser=$USER" >> /btc.conf