mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 00:16:26 +00:00
Added rpcallowip for localhost
This commit is contained in:
parent
5a8dfe5132
commit
532ec65a58
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user