Added rpcallowip for localhost

This commit is contained in:
Shannon Appelcline 2017-06-14 11:15:49 -07:00 committed by GitHub
parent 5a8dfe5132
commit 532ec65a58

View File

@ -299,6 +299,7 @@ maxuploadtarget=137
maxconnections=16
rpcuser=bitcoinrpc
rpcpassword=$(xxd -l 16 -p /dev/urandom)
rpcallowip=127.0.0.1
EOF
if [ "$BTCTYPE" == "Mainnet" ]; then