Hardcode port number
This commit is contained in:
parent
0c28e68626
commit
2b3a750a67
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ echo "datadir=/data" >> /btc.conf
|
||||||
if [ $ENABLE_RPC == 1 ]
|
if [ $ENABLE_RPC == 1 ]
|
||||||
then
|
then
|
||||||
echo "server=1" >> /btc.conf
|
echo "server=1" >> /btc.conf
|
||||||
|
echo "rpcport=8332" >> /btc.conf
|
||||||
echo "rpcbind=0.0.0.0:8332" >> /btc.conf
|
echo "rpcbind=0.0.0.0:8332" >> /btc.conf
|
||||||
echo "rpcallowip=0.0.0.0" >> /btc.conf
|
echo "rpcallowip=0.0.0.0" >> /btc.conf
|
||||||
if [ $ENABLE_AUTH == 1 ]
|
if [ $ENABLE_AUTH == 1 ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue