File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,22 @@ started with I2P terminology.
10
10
## Run Bitcoin Core with an I2P router (proxy)
11
11
12
12
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:
18
29
19
30
```
20
31
-i2psam=<ip:port>
You can’t perform that action at this time.
0 commit comments