Go Language dns seeder for Bitcoin based networks
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module github.com/gombadi/dnsseeder |
|
|
|
go 1.12 |
|
|
|
require ( |
|
github.com/btcsuite/btcd v0.20.1-beta |
|
github.com/miekg/dns v1.1.27 |
|
)
|
|
|