We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddfcf3 commit 01fe07aCopy full SHA for 01fe07a
share/examples/bitcoin.conf
@@ -290,7 +290,8 @@
290
291
# Listen for connections on <port> (default: 8333, testnet3: 18333,
292
# testnet4: 48333, signet: 38333, regtest: 18444). Not relevant for
293
-# I2P (see doc/i2p.md).
+# I2P (see doc/i2p.md). If set to a value x, the default onion
294
+# listening port will be set to x+1.
295
#port=<port>
296
297
# Connect through SOCKS5 proxy, set -noproxy to disable (default:
@@ -697,9 +698,12 @@
697
698
# Options for mainnet
699
[main]
700
-# Options for testnet
701
+# Options for testnet3
702
[test]
703
704
+# Options for testnet4
705
+[testnet4]
706
+
707
# Options for signet
708
[signet]
709
0 commit comments