Fix config problem
This commit is contained in:
parent
39ef7d1823
commit
0c28e68626
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ if [ $ENABLE_RPC == 1 ]
|
||||||
then
|
then
|
||||||
echo "server=1" >> /btc.conf
|
echo "server=1" >> /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
|
||||||
if [ $ENABLE_AUTH == 1 ]
|
if [ $ENABLE_AUTH == 1 ]
|
||||||
then
|
then
|
||||||
echo "rpcuser=$USER" >> /btc.conf
|
echo "rpcuser=$USER" >> /btc.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue