Skip to content

Commit 01fe07a

Browse files
committed
examples: Generate example bitcoin.conf
1 parent 7ddfcf3 commit 01fe07a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

share/examples/bitcoin.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@
290290

291291
# Listen for connections on <port> (default: 8333, testnet3: 18333,
292292
# testnet4: 48333, signet: 38333, regtest: 18444). Not relevant for
293-
# I2P (see doc/i2p.md).
293+
# I2P (see doc/i2p.md). If set to a value x, the default onion
294+
# listening port will be set to x+1.
294295
#port=<port>
295296

296297
# Connect through SOCKS5 proxy, set -noproxy to disable (default:
@@ -697,9 +698,12 @@
697698
# Options for mainnet
698699
[main]
699700

700-
# Options for testnet
701+
# Options for testnet3
701702
[test]
702703

704+
# Options for testnet4
705+
[testnet4]
706+
703707
# Options for signet
704708
[signet]
705709

0 commit comments

Comments
 (0)