Skip to content

Commit faac3f6

Browse files
authored
consistent usage of I2P
1 parent 2963347 commit faac3f6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

15_0_Using_i2p.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Chapter 15: Using i2p
1+
# Chapter 15: Using I2P
22

3-
There are alternatives to Tor. One is the Invisible Internet Project (I2P), a fully encrypted private network layer. It uses a distributed [network database](https://geti2p.net/en/docs/how/network-database) and encrypted unidirectional tunnels between peers. The biggest difference between Tor and i2P is that Tor is fundamentally a proxy network that offers internet services in a private form, while i2p is fundamentally a sequestered network that offers i2p services only to the i2p network, creating a "network within a network". However, you might just want it as an alternative, so that you're not dependent solely on Tor.
3+
There are alternatives to Tor. One is the Invisible Internet Project (I2P), a fully encrypted private network layer. It uses a distributed [network database](https://geti2p.net/en/docs/how/network-database) and encrypted unidirectional tunnels between peers. The biggest difference between Tor and I2P is that Tor is fundamentally a proxy network that offers internet services in a private form, while I2P is fundamentally a sequestered network that offers I2P services only to the I2P network, creating a "network within a network". However, you might just want it as an alternative, so that you're not dependent solely on Tor.
44

5-
i2p is not currently installed by [Bitcoin Standup](https://github.com/BlockchainCommons/Bitcoin-Standup-Scripts), as i2p support was recently added in Bitcoin Core. However, this chapter explains how to manually install it.
5+
I2P is not currently installed by [Bitcoin Standup](https://github.com/BlockchainCommons/Bitcoin-Standup-Scripts), as I2P support was recently added in Bitcoin Core. However, this chapter explains how to manually install it.
66

77
## Objectives for This Chapter
88

99
After working through this chapter, a developer will be able to:
1010

11-
* Run Bitcoin Core as an i2p (Invisible Internet Project) service
11+
* Run Bitcoin Core as an I2P (Invisible Internet Project) service
1212

1313
Supporting objectives include the ability to:
1414

15-
* Understand the i2p Network
16-
* Learn the difference between Tor and i2p
15+
* Understand the I2P Network
16+
* Learn the difference between Tor and I2P
1717

1818
## Table of Contents
1919

0 commit comments

Comments
 (0)