Difference between revisions of "Reseed"

From I2P Wiki
Jump to navigation Jump to search
m (add closed ))
m (fix a bit of wording)
 
Line 1: Line 1:
Reseed is the way I2P gets information about other I2P nodes and connects to them.
+
Reseeding is the way an I2P router bootstraps itself into the I2P network by getting information about other I2P nodes to connect to them.
   
In short: a fixed list of reseed https hosts do exist and on first start I2P tries to fetch via [[Clearnet]] https one of those servers to fetch the reseed host file, which contains around 100 peers information (taken from a live netDB).
+
In short: When started for the first time, or when it runs out of known peers, I2P tries to fetch a "reseed file" from a HTTPS host (in a fixed list of hosts) via [[Clearnet]], which contains information for around 100 peers (randomly taken from a live netDB).
After the file is fetched and checked against a valid cert, the netDB entries are saved and I2P starts trying to connect the hosts from the reseed file to start up into the I2P network.
+
After the file is fetched and checked against a valid certificate (from a fixed list of certs), the netDB entries within the reseed file are saved and I2P will start trying to connect to these peers to bootstrap itself into the I2P network.
   
== howto run reseed ==
+
== HowTo run a reseed server ==
   
Noted on I2P [http://i2p-projekt.i2p/en/get-involved/guides/reseed Website] (or in Clearnet: [https://geti2p.net/en/get-involved/guides/reseed https://geti2p.net/])
+
You can see how to setup a reseed server on I2P's project website ([http://i2p-projekt.i2p/en/get-involved/guides/reseed In-Network] or [https://geti2p.net/en/get-involved/guides/reseed Clearnet])

Latest revision as of 22:46, 10 January 2023

Reseeding is the way an I2P router bootstraps itself into the I2P network by getting information about other I2P nodes to connect to them.

In short: When started for the first time, or when it runs out of known peers, I2P tries to fetch a "reseed file" from a HTTPS host (in a fixed list of hosts) via Clearnet, which contains information for around 100 peers (randomly taken from a live netDB). After the file is fetched and checked against a valid certificate (from a fixed list of certs), the netDB entries within the reseed file are saved and I2P will start trying to connect to these peers to bootstrap itself into the I2P network.

HowTo run a reseed server

You can see how to setup a reseed server on I2P's project website (In-Network or Clearnet)