diff options
author | Ava Chow <github@achow101.com> | 2024-12-13 21:20:23 -0500 |
---|---|---|
committer | Ava Chow <github@achow101.com> | 2024-12-13 21:20:23 -0500 |
commit | 01fe07a2cea07b6e72a33a5d230ec16118b9a26b (patch) | |
tree | 5b86fad5d73711fc65b9812265eae5d56f9c1743 | |
parent | 7ddfcf32da7a0bfb40bc3b4f5d28ac078fd1c5d7 (diff) |
examples: Generate example bitcoin.conf
-rw-r--r-- | share/examples/bitcoin.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/examples/bitcoin.conf b/share/examples/bitcoin.conf index 1b768924ed..a8dfc2735d 100644 --- a/share/examples/bitcoin.conf +++ b/share/examples/bitcoin.conf @@ -290,7 +290,8 @@ # Listen for connections on <port> (default: 8333, testnet3: 18333, # testnet4: 48333, signet: 38333, regtest: 18444). Not relevant for -# I2P (see doc/i2p.md). +# I2P (see doc/i2p.md). If set to a value x, the default onion +# listening port will be set to x+1. #port=<port> # Connect through SOCKS5 proxy, set -noproxy to disable (default: @@ -697,9 +698,12 @@ # Options for mainnet [main] -# Options for testnet +# Options for testnet3 [test] +# Options for testnet4 +[testnet4] + # Options for signet [signet] |