Go to file
George Tankersley 54a67e5e72 zcash: working but unpleasant refactoring of address handling 2019-12-30 20:54:38 -05:00
zcash zcash: working but unpleasant refactoring of address handling 2019-12-30 20:54:38 -05:00
README.md initial commit 2019-10-09 18:32:15 -04:00
go.mod module: use fork of btcd with mockable peers 2019-10-12 12:43:16 -04:00
go.sum zcash: working but unpleasant refactoring of address handling 2019-12-30 20:54:38 -05:00

README.md

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 project.

It uses btcsuite for networking and crawshaw/sqlite for storing peer data.