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:
anonimal 2016-10-14 02:08:49 +00:00
parent 32f4f0636f
commit 8af4ba7f20
No known key found for this signature in database
GPG Key ID: 66A76ECF914409F1
5 changed files with 52 additions and 4 deletions

View File

@ -3,7 +3,7 @@ layout: moneropedia
entry: "Clearnet"
tags: ["kovri"]
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
@ -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
- 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)

View File

@ -20,9 +20,10 @@ TODO(anonimal): finish
@clearnet
@reseed @network-database @router-info
- Kovri Cryptography (encryption, signatures, etc.)
- Kovri Network Database (RI, lease-sets, floodfill, etc.)
- Kovri Reseed
- Kovri Network Database (lease-sets, floodfill, etc.)
- Kovri Transports (SSU/NTCP)
- Kovri Tunnels (garlic routing, I2NP, etc.)
- Kovri I2PControl (links to API, clients + qtoopie)

View 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

View 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.

View 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