mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
Wire the new discover.CrawlIterator into devp2p discv4/discv5 crawl behind a --mode flag (default 'lookup', i.e. existing behaviour). devp2p discv4 crawl --mode=fast --timeout 30s nodes.json devp2p discv5 crawl --mode=fast --timeout 30s nodes.json Smoke test against mainnet bootnodes for 30s on a residential link yields ~2.4x more nodes under --mode=fast (587 vs 240 in one run), with the new per-tick LogDist log showing a much more uniform distribution of query distances. Workers default to the existing --parallel value (16); pacing is RTT-driven. The 'lookup' default keeps existing behaviour byte-identical for any operator running the saved devp2p discv4 crawl from a script. |
||
|---|---|---|
| .. | ||
| abidump | ||
| abigen | ||
| blsync | ||
| clef | ||
| devp2p | ||
| era | ||
| ethkey | ||
| evm | ||
| fetchpayload | ||
| geth | ||
| keeper | ||
| rlpdump | ||
| utils | ||
| workload | ||