mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-14 12:26:34 +02:00
Moneropedia: add Reseed/Network Database/Router-Info entries
Also, minor adjustments elsewhere Referencing: - monero-project/kovri#256 - monero-project/monero-site#155
This commit is contained in:
parent
32f4f0636f
commit
8af4ba7f20
@ -3,7 +3,7 @@ layout: moneropedia
|
|||||||
entry: "Clearnet"
|
entry: "Clearnet"
|
||||||
tags: ["kovri"]
|
tags: ["kovri"]
|
||||||
terms: ["clearnet"]
|
terms: ["clearnet"]
|
||||||
summary: "The internet in which anonymous overlay networks are built over"
|
summary: "The internet in which anonymous overlay networks are built upon"
|
||||||
---
|
---
|
||||||
|
|
||||||
### The Basics
|
### The Basics
|
||||||
@ -30,4 +30,4 @@ Here is an accurate, [interactive diagram](https://www.eff.org/pages/tor-and-htt
|
|||||||
|
|
||||||
- @Kovri/@I2P does not use exit nodes when connecting to an @eepsite
|
- @Kovri/@I2P does not use exit nodes when connecting to an @eepsite
|
||||||
- Your traffic ever need to leave the @I2P network.
|
- Your traffic ever need to leave the @I2P network.
|
||||||
- You do not need HTTPS to use @Kovri/@I2P (with the exception of @reseed) **TODO(anonimal): finish**
|
- You do not need HTTPS to use @Kovri/@I2P (with the exception of @reseed)
|
||||||
|
@ -20,9 +20,10 @@ TODO(anonimal): finish
|
|||||||
|
|
||||||
@clearnet
|
@clearnet
|
||||||
|
|
||||||
|
@reseed @network-database @router-info
|
||||||
|
|
||||||
- Kovri Cryptography (encryption, signatures, etc.)
|
- Kovri Cryptography (encryption, signatures, etc.)
|
||||||
- Kovri Network Database (RI, lease-sets, floodfill, etc.)
|
- Kovri Network Database (lease-sets, floodfill, etc.)
|
||||||
- Kovri Reseed
|
|
||||||
- Kovri Transports (SSU/NTCP)
|
- Kovri Transports (SSU/NTCP)
|
||||||
- Kovri Tunnels (garlic routing, I2NP, etc.)
|
- Kovri Tunnels (garlic routing, I2NP, etc.)
|
||||||
- Kovri I2PControl (links to API, clients + qtoopie)
|
- Kovri I2PControl (links to API, clients + qtoopie)
|
||||||
|
15
knowledge-base/moneropedia/network-database.md
Normal file
15
knowledge-base/moneropedia/network-database.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
layout: moneropedia
|
||||||
|
entry: "Network Database"
|
||||||
|
tags: ["kovri"]
|
||||||
|
terms: ["network-database"]
|
||||||
|
summary: "TODO(anonimal): finish"
|
||||||
|
---
|
||||||
|
|
||||||
|
### The Basics
|
||||||
|
|
||||||
|
TODO(anonimal): finish
|
||||||
|
|
||||||
|
### In-depth information
|
||||||
|
|
||||||
|
TODO(anonimal): finish
|
17
knowledge-base/moneropedia/reseed.md
Normal file
17
knowledge-base/moneropedia/reseed.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
layout: moneropedia
|
||||||
|
entry: "Reseed"
|
||||||
|
tags: ["kovri"]
|
||||||
|
terms: ["reseed"]
|
||||||
|
summary: "The method of which Kovri uses to bootstrap into the I2P network"
|
||||||
|
---
|
||||||
|
|
||||||
|
### The Basics
|
||||||
|
|
||||||
|
When you start @Kovri for the first time (or if its been offline for a long time), @Kovri will need a list of peers to connect to so it can [bootstrap](https://en.wikipedia.org/wiki/Bootstrap) into the @I2P network. @Kovri gets these peers from a special file stored on a reseed server. On this file are all the various pieces of information @Kovri needs in order to connect with @I2P peers.
|
||||||
|
|
||||||
|
### In-depth information
|
||||||
|
|
||||||
|
@Kovri has a list of [hard-coded](https://en.wikipedia.org/wiki/Hard-coded) reseed servers available to fetch from. These servers securely serve an [SU3](https://geti2p.net/spec/updates#su3) file (signed with a cryptographic @signature) over @clearnet with [HTTPS](https://en.wikipedia.org/wiki/HTTPS). This SU3 file contains information that's used to verify both the integrity of the file and its content.
|
||||||
|
|
||||||
|
Aside from the technical elements needed to verify and process the file, the file's main contents consist of a series of @router-info files which @Kovri and @I2P routers use to locate and communicate with other @I2P peers. These peers are then stored into a @network-database.
|
15
knowledge-base/moneropedia/router-info.md
Normal file
15
knowledge-base/moneropedia/router-info.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
layout: moneropedia
|
||||||
|
entry: "Router-Info"
|
||||||
|
tags: ["kovri"]
|
||||||
|
terms: ["router-info"]
|
||||||
|
summary: "TODO(anonimal): finish"
|
||||||
|
---
|
||||||
|
|
||||||
|
### The Basics
|
||||||
|
|
||||||
|
TODO(anonimal): finish
|
||||||
|
|
||||||
|
### In-depth information
|
||||||
|
|
||||||
|
TODO(anonimal): finish
|
Loading…
Reference in New Issue
Block a user