dnsseeder/README.md

6 lines
380 B
Markdown
Raw Normal View History

2019-10-09 15:32:15 -07:00
## Zcash Network Crawler
This is a CoreDNS plugin that scrapes addresses of peers from a Zcash network. It's intended as a safer and more scalable replacement for the [zcash-seeder](https://github.com/zcash/zcash-seeder) project.
It uses [btcsuite](https://github.com/btcsuite) for networking and [crawshaw/sqlite](https://crawshaw.io/blog/go-and-sqlite) for storing peer data.