File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ Reduce Traffic
33
44Some node operators need to deal with bandwidth caps imposed by their ISPs.
55
6- By default, Bitcoin Core allows up to 125 connections to different peers, 10 of
7- which are outbound. You can therefore, have at most 115 inbound connections.
8- Of the 10 outbound peers, there can be 8 full-relay connections and 2
9- block-relay-only ones.
6+ By default, Bitcoin Core allows up to 125 connections to different peers, 11 of
7+ which are outbound. You can therefore, have at most 114 inbound connections.
8+ Of the 11 outbound peers, there can be 8 full-relay connections, 2
9+ block-relay-only ones and occasionally 1 short-lived feeler or an extra block-relay-only connection .
1010
1111The default settings can result in relatively significant traffic consumption.
1212
@@ -28,7 +28,7 @@ calculating the target.
2828
2929## 2. Disable "listening" (` -listen=0 ` )
3030
31- Disabling listening will result in fewer nodes connected (remember the maximum of 10
31+ Disabling listening will result in fewer nodes connected (remember the maximum of 11
3232outbound peers). Fewer nodes will result in less traffic usage as you are relaying
3333blocks and transactions to fewer nodes.
3434
You can’t perform that action at this time.
0 commit comments