Skip to content

Commit 7a553d4

Browse files
committed
doc: update i2p.md with cjdns, improve local addresses section
Github-Pull: bitcoin#24555 Rebased-From: f44efc3
1 parent 4148396 commit 7a553d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/i2p.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ phase when syncing up a new node can be very slow. This phase can be sped up by
8080
using other networks, for instance `onlynet=onion`, at the same time.
8181

8282
In general, a node can be run with both onion and I2P hidden services (or
83-
any/all of IPv4/IPv6/onion/I2P), which can provide a potential fallback if one
84-
of the networks has issues.
83+
any/all of IPv4/IPv6/onion/I2P/CJDNS), which can provide a potential fallback if
84+
one of the networks has issues.
8585

8686
## I2P-related information in Bitcoin Core
8787

8888
There are several ways to see your I2P address in Bitcoin Core:
89-
- in the debug log (grep for `AddLocal`, the I2P address ends in `.b32.i2p`)
90-
- in the output of the `getnetworkinfo` RPC in the "localaddresses" section
91-
- in the output of `bitcoin-cli -netinfo` peer connections dashboard
89+
- in the "Local addresses" output of CLI `-netinfo`
90+
- in the "localaddresses" output of RPC `getnetworkinfo`
91+
- in the debug log (grep for `AddLocal`; the I2P address ends in `.b32.i2p`)
9292

9393
To see which I2P peers your node is connected to, use `bitcoin-cli -netinfo 4`
9494
or the `getpeerinfo` RPC (e.g. `bitcoin-cli getpeerinfo`).

0 commit comments

Comments
 (0)