Skip to content

Commit 11900e5

Browse files
committed
doc: simplify the router options in doc/i2p.md
- the Java I2P router and i2pd are the two routers have been heavily tested with Bitcoin Core and are what people and node software packages use - i2p-zero (https://github.com/i2p-zero/i2p-zero) hasn't been updated since July 2021 and its last release was in December 2020 - the other routers in the wikipedia page are niche
1 parent b505d59 commit 11900e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/i2p.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ started with I2P terminology.
1010
## Run Bitcoin Core with an I2P router (proxy)
1111

1212
A running I2P router (proxy) is required with the [SAM](https://geti2p.net/en/docs/api/samv3)
13-
application bridge enabled. Options include:
13+
application bridge enabled. The following routers are recommended for use with Bitcoin Core:
1414

1515
- [i2prouter (I2P Router)](https://geti2p.net), the official implementation in
1616
Java. The SAM bridge is not enabled by default; it must be started manually,
@@ -19,8 +19,6 @@ application bridge enabled. Options include:
1919
- [i2pd (I2P Daemon)](https://github.com/PurpleI2P/i2pd)
2020
([documentation](https://i2pd.readthedocs.io/en/latest)), a lighter
2121
alternative in C++. It enables the SAM bridge by default.
22-
- [i2p-zero](https://github.com/i2p-zero/i2p-zero)
23-
- [other alternatives](https://en.wikipedia.org/wiki/I2P#Routers)
2422

2523
Note the IP address and port the SAM proxy is listening to; usually, it is
2624
`127.0.0.1:7656`.

0 commit comments

Comments
 (0)