mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
+ Rename Tor section to Privacy + Add i2p chapter in Privacy section + Change chapter numbers accordingly + Create `i2p_service.md` + Table for basic differences between Tor and i2p + Follow the same format for `15_0_Using_i2p.md` as used in Tor chapter + Add details in the steps used to create Bitcoin Core i2p service
1.6 KiB
1.6 KiB
Chapter 15: Using i2p
The Invisible Internet Project (I2P) is a fully encrypted private network layer. It uses a distributed network database and encrypted unidirectional tunnels between your and your peers.
Basic differences between Tor and i2p:
Tor | i2p | |
---|---|---|
Routing | Onion | Garlic |
Network Database | Trusted Directory Servers | Distributed network database |
Relay | Two-way encrypted connections between each Relay | One-way connections between every server in its tunnels |
Hidden services | Slow | Fast |
Read more: https://geti2p.net/en/comparison/tor
It is not installed by Bitcoin Standup right now as i2p support was recently added in Bitcoin core. However, you can try it manually by following the steps mentioned in Section One.
Objectives for This Chapter
After working through this chapter, a developer will be able to:
- Run Bitcoin Core as an I2P (Invisible Internet Project) service
Supporting objectives include the ability to:
- Understand the i2p Network
- Learn difference between Tor and i2p