Remove auth
This commit is contained in:
parent
4482e1125a
commit
5a6ad87642
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue