Go to file
George Tankersley 77728106cd dnsseed: connect ServeDNS to the Zcash seeder 2020-05-20 22:16:41 -04:00
dnsseed dnsseed: connect ServeDNS to the Zcash seeder 2020-05-20 22:16:41 -04:00
zcash dnsseed: connect ServeDNS to the Zcash seeder 2020-05-20 22:16:41 -04:00
README.md initial commit 2019-10-09 18:32:15 -04:00
go.mod module: reinitialize module for functional Zcash Foundation namespace 2020-05-19 21:45:45 -04:00
go.sum module: reinitialize module for functional Zcash Foundation namespace 2020-05-19 21:45:45 -04: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.