ethereum / node-crawler

Attempts to crawl the Ethereum network of valid Ethereum execution nodes and visualizes them in a nice web dashboard.
https://www.ethernets.io/
MIT License
117 stars 63 forks source link

Prune nodes that cannot be found #21

Open mohamedmansour opened 3 years ago

mohamedmansour commented 3 years ago

Right now we just add nodes to the UI, we never truncate/prune nodes that can't be discovered again. This needs proper design to figure out what it means to prune. When a node is offline? When a node cannot be connected N times? When node cannot be reached due too many peers ?

mohamedmansour commented 3 years ago

I think we have this done, right @taxmeifyoucan @MariusVanDerWijden ?