Re-add auth

This commit is contained in:
zontreck 2025-02-10 00:58:43 -07:00
parent 5a6ad87642
commit 8437ae97bd

View file

@ -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 -rpcbind=0.0.0.0:8332
/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