diff options
author | Jon Atack <jon@atack.com> | 2023-06-22 14:43:46 -0600 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2023-06-27 10:26:57 -0600 |
commit | 11900e5a8aa4647e50e8d97fc9a8b35e9e20772b (patch) | |
tree | 9368d4db6075c86974b4f0bc1f879937a1c0d1ae /doc/i2p.md | |
parent | b505d59326ce04645ebef06b21286a4ffbcd3a23 (diff) |
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
Diffstat (limited to 'doc/i2p.md')
-rw-r--r-- | doc/i2p.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/i2p.md b/doc/i2p.md index e6bc4fee22..b6c07388b7 100644 --- a/doc/i2p.md +++ b/doc/i2p.md @@ -10,7 +10,7 @@ started with I2P terminology. ## Run Bitcoin Core with an I2P router (proxy) A running I2P router (proxy) is required with the [SAM](https://geti2p.net/en/docs/api/samv3) -application bridge enabled. Options include: +application bridge enabled. The following routers are recommended for use with Bitcoin Core: - [i2prouter (I2P Router)](https://geti2p.net), the official implementation in Java. The SAM bridge is not enabled by default; it must be started manually, @@ -19,8 +19,6 @@ application bridge enabled. Options include: - [i2pd (I2P Daemon)](https://github.com/PurpleI2P/i2pd) ([documentation](https://i2pd.readthedocs.io/en/latest)), a lighter alternative in C++. It enables the SAM bridge by default. -- [i2p-zero](https://github.com/i2p-zero/i2p-zero) -- [other alternatives](https://en.wikipedia.org/wiki/I2P#Routers) Note the IP address and port the SAM proxy is listening to; usually, it is `127.0.0.1:7656`. |