Skip to content

Commit 68ea6cc

Browse files
kwvgPastaPastaPasta
authored andcommitted
merge bitcoin#22589: update I2P hardcoded seeds and docs for 22.0
Arguably partial; however the commit it excludes is not relevant includes: - d2dffd5
1 parent 3b3b1b8 commit 68ea6cc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/i2p.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,21 @@ information in the debug log about your I2P configuration and connections. Run
4747
`dash-cli help logging` for more information.
4848

4949
It is possible to restrict outgoing connections in the usual way with
50-
`onlynet=i2p`. I2P support was added to Dash Core in version 20.0 (fall 2023)
50+
`onlynet=i2p`. I2P support was added to Dash Core in version 20.0 (fall-2023)
5151
and there may be fewer I2P peers than Tor or IP ones. Therefore, using
5252
`onlynet=i2p` alone (without other `onlynet=`) may make a node more susceptible
5353
to [Sybil attacks](https://en.dash.it/wiki/Weaknesses#Sybil_attack). Use
5454
`dash-cli -addrinfo` to see the number of I2P addresses known to your node.
5555

56-
## I2P related information in Dash Core
56+
Another consideration with `onlynet=i2p` is that the initial blocks download
57+
phase when syncing up a new node can be very slow. This phase can be sped up by
58+
using other networks, for instance `onlynet=onion`, at the same time.
59+
60+
In general, a node can be run with both onion and I2P hidden services (or
61+
any/all of IPv4/IPv6/onion/I2P), which can provide a potential fallback if one
62+
of the networks has issues.
63+
64+
## I2P-related information in Dash Core
5765

5866
There are several ways to see your I2P address in Dash Core:
5967
- in the debug log (grep for `AddLocal`, the I2P address ends in `.b32.i2p`)

0 commit comments

Comments
 (0)