move rpcport down
This commit is contained in:
parent
aaa7e42231
commit
4a7ad72f1d
1 changed files with 1 additions and 1 deletions
|
@ -23,13 +23,13 @@ fi
|
|||
if [ $ENABLE_RPC == 1 ]
|
||||
then
|
||||
echo "server=1" >> /btc.conf
|
||||
echo "rpcport=8332" >> /btc.conf
|
||||
if [ $REGTEST == 1 ]
|
||||
then
|
||||
echo "[regtest]" >> /btc.conf
|
||||
fi
|
||||
echo "rpcbind=0.0.0.0:8332" >> /btc.conf
|
||||
echo "rpcallowip=0.0.0.0" >> /btc.conf
|
||||
echo "rpcport=8332" >> /btc.conf
|
||||
if [ $ENABLE_AUTH == 1 ]
|
||||
then
|
||||
echo "rpcuser=$USER" >> /btc.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue