@@ -9,16 +9,16 @@ started with I2P terminology.
9
9
10
10
## Run Dash Core with an I2P router (proxy)
11
11
12
- A running I2P router (proxy) with [ SAM] ( https://geti2p.net/en/docs/api/samv3 )
13
- enabled is required. Options include :
12
+ A running I2P router (proxy) is required with the [ SAM] ( https://geti2p.net/en/docs/api/samv3 )
13
+ application bridge enabled. The following routers are recommended for use with Dash Core :
14
14
15
15
- [ i2prouter (I2P Router)] ( https://geti2p.net ) , the official implementation in
16
- Java
16
+ Java. The SAM bridge is not enabled by default; it must be started manually,
17
+ or configured to start automatically, in the Clients page in the
18
+ router console (` http://127.0.0.1:7657/configclients ` ) or in the ` clients.config ` file.
17
19
- [ i2pd (I2P Daemon)] ( https://github.com/PurpleI2P/i2pd )
18
20
([ documentation] ( https://i2pd.readthedocs.io/en/latest ) ), a lighter
19
- alternative in C++
20
- - [ i2p-zero] ( https://github.com/i2p-zero/i2p-zero )
21
- - [ other alternatives] ( https://en.wikipedia.org/wiki/I2P#Routers )
21
+ alternative in C++. It enables the SAM bridge by default.
22
22
23
23
Note the IP address and port the SAM proxy is listening to; usually, it is
24
24
` 127.0.0.1:7656 ` .
@@ -123,8 +123,7 @@ to connect to the I2P network. Any I2P router that supports it can be used.
123
123
124
124
## Ports in I2P and Dash Core
125
125
126
- Dash Core uses the [ SAM v3.1] ( https://geti2p.net/en/docs/api/samv3 )
127
- protocol. One particularity of SAM v3.1 is that it does not support ports,
126
+ One particularity of SAM v3.1 is that it does not support ports,
128
127
unlike newer versions of SAM (v3.2 and up) that do support them and default the
129
128
port numbers to 0. From the point of view of peers that use newer versions of
130
129
SAM or other protocols that support ports, a SAM v3.1 peer is connecting to them
0 commit comments