Skip to content

Commit b87a9c4

Browse files
committed
Improve doc/i2p.md regarding I2P router options/versions
1 parent bebcf78 commit b87a9c4

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

doc/i2p.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,22 @@ started with I2P terminology.
1010
## Run Bitcoin Core with an I2P router (proxy)
1111

1212
A running I2P router (proxy) with [SAM](https://geti2p.net/en/docs/api/samv3)
13-
enabled is required (there is an [official one](https://geti2p.net) and
14-
[a few alternatives](https://en.wikipedia.org/wiki/I2P#Routers)). Notice the IP
15-
address and port the SAM proxy is listening to; usually, it is
16-
`127.0.0.1:7656`. Once it is up and running with SAM enabled, use the following
17-
Bitcoin Core options:
13+
enabled is required. Options include:
14+
15+
- [i2prouter (I2P Router)](https://geti2p.net), the official implementation in
16+
Java
17+
- [i2pd (I2P Daemon)](https://github.com/PurpleI2P/i2pd)
18+
([documentation](https://i2pd.readthedocs.io/en/latest)), a lighter
19+
alternative in C++ (successfully tested with version 2.23 and up; version 2.36
20+
or later recommended)
21+
- [i2p-zero](https://github.com/i2p-zero/i2p-zero)
22+
- [other alternatives](https://en.wikipedia.org/wiki/I2P#Routers)
23+
24+
Note the IP address and port the SAM proxy is listening to; usually, it is
25+
`127.0.0.1:7656`.
26+
27+
Once an I2P router with SAM enabled is up and running, use the following Bitcoin
28+
Core configuration options:
1829

1930
```
2031
-i2psam=<ip:port>

0 commit comments

Comments
 (0)