Releases: Cyrix126/monero-crawler-rs
Releases · Cyrix126/monero-crawler-rs
v0.2.1
v0.2.0
Full Changelog: v0.1.0...0.2.0
- feat: Add seed capability (allows to return only or exclude seed nodes included in monerod)
- feat: Update dependencies
- fix: do not scan seed nodes twice
- fix: have each call of
discover_peerskeep their own scanned nodes list, instead of relying on a static. It allows to start a new crawl from scratch without restarting the program using this library.
v0.1.0
Only the server/crawler crate is functional.
Use at your own risk.