Update 02_2__Script_Linode_Setup.stackscript

This commit is contained in:
Shannon Appelcline 2018-08-01 14:53:44 -07:00 committed by GitHub
parent c853964937
commit 53e2434ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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