File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ Reduce Traffic
3
3
4
4
Some node operators need to deal with bandwidth caps imposed by their ISPs.
5
5
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 .
10
10
11
11
The default settings can result in relatively significant traffic consumption.
12
12
@@ -28,7 +28,7 @@ calculating the target.
28
28
29
29
## 2. Disable "listening" (` -listen=0 ` )
30
30
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
32
32
outbound peers). Fewer nodes will result in less traffic usage as you are relaying
33
33
blocks and transactions to fewer nodes.
34
34
You can’t perform that action at this time.
0 commit comments