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