From 5a6ad87642e1be1688e4cca8c0c1b82c9bfad7d9 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 10 Feb 2025 00:45:51 -0700 Subject: [PATCH] Remove auth --- 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 ccc7260..3cd163f 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=1 -txindex=$TXINDEX -prune=$PRUNE -rest=1 -rpcallowip=0.0.0.0 -rpcuser=$USER -rpcpassword=$PASS -rpcbind=0.0.0.0:8332 + /app/bitcoind -datadir=/data -server=1 -txindex=$TXINDEX -prune=$PRUNE -rest=1 -rpcallowip=0.0.0.0 -rpcbind=0.0.0.0:8332 else /app/bitcoind -datadir=/data -txindex=$TXINDEX -prune=$PRUNE fi \ No newline at end of file