mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Update 02_2__Script_Linode_Setup.stackscript
This commit is contained in:
parent
c853964937
commit
53e2434ed5
@ -299,6 +299,7 @@ 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
|
rpcallowip=127.0.0.1
|
||||||
|
walletbroadcast=1
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ "$BTCTYPE" == "Mainnet" ]; then
|
if [ "$BTCTYPE" == "Mainnet" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user