aboutsummaryrefslogtreecommitdiff
path: root/doc/i2p.md
AgeCommit message (Collapse)Author
2023-06-27doc: simplify the router options in doc/i2p.mdJon Atack
- 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
2023-06-27doc: clarify when and how to launch the SAM bridge in doc/i2p.mdJon Atack
The SAM application bridge is not enabled by default in the Java I2P Router, and the relevant info is somewhat difficult to find in its documentation. Also, remove a duplicate sentence; the preceding paragraph begins with the same.
2023-06-01Merge bitcoin/bitcoin#27719: doc: remove Tor link & generalize onion ↵fanquake
getnodeaddresses RPC 6fce5ddc17ac9d1e07849f92088ea3f7cfcafe26 doc: update getnodeaddresses for CJDNS, I2P and Tor and rm link (Marnix) Pull request description: - remove broken link about how to properly configure tor - generalize getnodeaddresses RPC in doc ACKs for top commit: fanquake: ACK 6fce5ddc17ac9d1e07849f92088ea3f7cfcafe26 Tree-SHA512: 3a077a0724c57a5c6182d40fbf34a84d2515bf1bf06ea0ce717174d0a27f5b19b9521c1ed1995adfdf4d43c2ce978a81e2ec9e3c8faf83f5188571fa75ea5314
2023-06-01doc: update getnodeaddresses for CJDNS, I2P and Tor and rm linkMarnix
- unify bitcoin-cli getnodeaddresses for CJDNS, I2P and Tor - remove outdated link to Tor project
2023-01-09doc: remove recommended I2P router versionsjonatack
as these go stale and users will generally install the current versions available.
2023-01-09doc: update/clarify/de-emphasize I2P transient address sectionjonatack
2023-01-09doc: update bandwidth section of I2P documentationjonatack
2023-01-09doc: clarify -i2pacceptincoming help documentationjonatack
and also hoist the default setting to a constexpr and remove unused f-string operators in a related functional test.
2022-10-03doc: Add I2P bandwidth guidance to i2p.mdwillcl-ark
Adds some general guidance on lowering bandwidth usage when using I2P routers.
2022-08-16doc: document I2P transient addresses usage in doc/i2p.mdVasil Dimov
2022-03-22doc: update i2p.md with cjdns, improve local addresses sectionJon Atack
2022-03-03init, doc: improve -onlynet help and tor/i2p documentationJon Atack
and harmonize them as follows - s/outgoing/automatic outbound/ - s/Incoming/Inbound and manual/ (are not affected by this option.) - s/only through network/only to network/ - s/this option. This option/this option. It/ - s/network types/networks/ and also pick up a few nits in doc/p2p-bad-ports.md
2021-11-24net: respect -onlynet= when making outbound connectionsVasil Dimov
Do not make outbound connections to hosts which belong to a network which is restricted by `-onlynet`. This applies to hosts that are automatically chosen to connect to and to anchors. This does not apply to hosts given to `-connect`, `-addnode`, `addnode` RPC, dns seeds, `-seednodes`. Fixes https://github.com/bitcoin/bitcoin/issues/13378 Fixes https://github.com/bitcoin/bitcoin/issues/22647 Supersedes https://github.com/bitcoin/bitcoin/pull/22651
2021-08-19Improve doc/i2p.md regarding I2P router options/versionsJon Atack
2021-08-07Update i2p.md and tor.md regarding -onlynet config optionJon Atack
2021-07-30doc: add info to i2p.md about IBD time and multiple networksJon Atack
2021-07-09doc: mention that we enforce port=0 in I2PVasil Dimov
Co-authored-by: Jon Atack <jon@atack.com>
2021-06-23doc: add basic I2P documentationVasil Dimov