Reth crawler MVP! Related to this issue.
A sample of the peer data:
{
"enode_url":"enode://82bab81d909cf8487f0898650520aac56a26d813b45c23c9068216d0205c0e09ded7c2f651bd584d3226a1c5cd6b0a6afc70ef86885adfb49e7482be15bc9515@89.134.96.250:30403",
"id":"0x82ba…9515",
"address": "81.221.227.209",
"tcp_port": 30303,
"client_version": "Nethermind/v1.21.0+bb9b72c0/linux-x64/dotnet7.0.11",
"eth_version": 68,
"last_seen": "2023-10-04 05:59:56.470468 UTC",
"country": "Switzerland",
"city": "Kriens"
}reth-crawler is not stable now and it's in active development. In order to try it, follow these steps:
git clone https://github.com/Keep-Reth-Strange/reth-crawlerOpen the directory where it's been installed previously and build it:
cargo build -p reth-crawlerGo to target/debug folder:
cd target/debugRun it:
./reth-crawler crawlFor local testing there is a flag to save peers in a peers_data.json file:
./reth-crawler crawl --save-to-json