Skip to content

Commit 300234a

Browse files
committed
doc: update bitcoin.conf maxconnections info
1 parent 9268270 commit 300234a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

share/examples/bitcoin.conf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@
6363
# Port on which to listen for connections (default: 8333, testnet: 18333, signet: 38333, regtest: 18444)
6464
#port=
6565

66-
# Maximum number of inbound+outbound connections.
66+
# Maximum number of inbound + outbound connections (default: 125). This option
67+
# applies only if inbound connections are enabled; otherwise, the number of connections
68+
# will not be more than 11: 8 full-relay connections, 2 block-relay-only ones, and
69+
# occasionally 1 short-lived feeler or extra outbound block-relay-only connection.
70+
# These limits do not apply to connections added manually with the -addnode
71+
# configuration option or the addnode RPC, which have a separate limit of 8 connections.
6772
#maxconnections=
6873

6974
#

0 commit comments

Comments
 (0)