Hardcode port number

This commit is contained in:
zontreck 2025-02-10 02:44:47 -07:00
parent 0c28e68626
commit 2b3a750a67

View file

@ -8,6 +8,7 @@ echo "datadir=/data" >> /btc.conf
if [ $ENABLE_RPC == 1 ]
then
echo "server=1" >> /btc.conf
echo "rpcport=8332" >> /btc.conf
echo "rpcbind=0.0.0.0:8332" >> /btc.conf
echo "rpcallowip=0.0.0.0" >> /btc.conf
if [ $ENABLE_AUTH == 1 ]