Node discovery protocol - whilei/ethereumproject-wiki GitHub Wiki


name: Node Discovery Protocol category:

In a nutshell:

  • Aimed at discovering RLPx nodes to connect to
  • UDP-based RPC protocol (kademlia-like)
  • Defines 4 packet types: ping, pong, findnode and neighbors

See details at either: