mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 08:26:17 +00:00
Added rpcallowip for localhost
This commit is contained in:
parent
5a8dfe5132
commit
532ec65a58
@ -299,6 +299,7 @@ maxuploadtarget=137
|
|||||||
maxconnections=16
|
maxconnections=16
|
||||||
rpcuser=bitcoinrpc
|
rpcuser=bitcoinrpc
|
||||||
rpcpassword=$(xxd -l 16 -p /dev/urandom)
|
rpcpassword=$(xxd -l 16 -p /dev/urandom)
|
||||||
|
rpcallowip=127.0.0.1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ "$BTCTYPE" == "Mainnet" ]; then
|
if [ "$BTCTYPE" == "Mainnet" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user