Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Peer Discovery Mechanism #3

Open
nickumia opened this issue Feb 12, 2022 · 2 comments
Open

Create Peer Discovery Mechanism #3

nickumia opened this issue Feb 12, 2022 · 2 comments

Comments

@nickumia
Copy link
Owner

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:

  • Initial connection: How does a node know who else is on the network?
  • Handshakes/Protocols: How does a node communicate with other nodes and verify each other as secure and following protocol?
@nickumia
Copy link
Owner Author

@nickumia
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant