diff --git a/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md b/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md index 4e92966..0a92c65 100644 --- a/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md +++ b/02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md @@ -359,6 +359,7 @@ rpcpassword=$(xxd -l 16 -p /dev/urandom) rpcallowip=127.0.0.1 testnet=1 txindex=1 +walletbroadcast=1 EOF ``` > **TESTNET vs MAINNET:** If you want to use mainnet instead of testnet, just omit the "testnet=1" line; easy!