nickumia / nlp-blockchain

Core NLP Blockchain
GNU General Public License v3.0
0 stars 0 forks source link

Create Peer Discovery Mechanism #3

Open nickumia opened 2 years ago

nickumia commented 2 years ago

In general, blockchains have a chain of trusted "root" nodes (just like root DNS servers) that helps a new node connect without any prior exposure. Once the initial connection is made, there are propagation mechanisms that share the new node's information with "peers" on the network. This helps the new node build it's own network of "go-to" nodes so it doesn't need to talk directly to the root nodes afterwards. I don't like this design because the core of node creation is still technically centralized.

Two problems need to be solved:

nickumia commented 2 years ago

Useful Links:

nickumia commented 2 years ago

Also related: