Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (4.1k points)

Suppose that the client keeps a hardcoded table of some known, famous nodes in order to start the connection with the network. When that node initially connects to the entry point, it must then proceed to find its own peers. How is that done?

The node obviously can't just ask the initial nodes for their neighbors.

1 Answer

0 votes
by (14.4k points)

Refer to this link: 

https://en.bitcoin.it/wiki/Satoshi_Client_Node_Discovery

What you need to understand is: 

  • There is a central service that identifies the user's public address
  • There are hardcoded IRC channels, DNS domains or IP addresses to discover initial nodes
  • Usage of specific advertisement messages to share among peers

Browse Categories

...