-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bootsrapper Nodes #315
Comments
Sorry, could you expand on that question a bit? |
Do all of the nodes that are bootrstrapper nodes hold the kad-dht table which holds the multiadress of all other nodes that have previously connected to the network? |
@agahEbrahimi ah. No, they don't. They hold some but not all. The trick is, you connect to a bootstrapper node, learn a few new addresses, connect to those, learn some more, etc. We do this by searching for a non-existent peer in the DHT. While we'll never find the peer we're looking for, we will end up connecting to a bunch of random nodes participating in the DHT. |
And after finding all those addresses you can use Nat Traversal, and content routing in order to find a specific file and who holds that file? |
Some NAT traversal methods, yes (NAT traversal is a category). |
Refactor dial worker loop into an object and fix bug
Hi,
Do all bootstrapping nodes hold a DHT for the multiaddress of all other nodes?
Thank you
The text was updated successfully, but these errors were encountered: