mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Adjust bitcoin.conf
Added walletbroadcast=1 per @leobauza and @madztheo ; thanks!
This commit is contained in:
parent
36c9afe954
commit
c853964937
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user