From 4482e1125a10be87a63d16a5bce0ceba2a982fea Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 9 Feb 2025 23:46:24 -0700 Subject: [PATCH] Adjust the start parameters --- bitcoin/core/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/core/entrypoint.sh b/bitcoin/core/entrypoint.sh index f7540f3..ccc7260 100644 --- a/bitcoin/core/entrypoint.sh +++ b/bitcoin/core/entrypoint.sh @@ -2,7 +2,7 @@ if [ $ENABLE_RPC == 1 ] then - /app/bitcoind -datadir=/data -server -txindex=$TXINDEX -prune=$PRUNE -rest -rpcallowip=0.0.0.0 -rpcuser=$USER -rpcpassword=$PASS + /app/bitcoind -datadir=/data -server=1 -txindex=$TXINDEX -prune=$PRUNE -rest=1 -rpcallowip=0.0.0.0 -rpcuser=$USER -rpcpassword=$PASS -rpcbind=0.0.0.0:8332 else /app/bitcoind -datadir=/data -txindex=$TXINDEX -prune=$PRUNE fi \ No newline at end of file