dnsseeder icon indicating copy to clipboard operation
dnsseeder copied to clipboard

Go Language dns seeder for Bitcoin based networks

Results 8 dnsseeder issues
Sort by recently updated
recently updated
newest added

It would be helpful if the seeder returned an `NS` record, corresponding to the domain name where the seeder is running. This would enable stuff like `dig NS seed.namecoin.libreisp.se` to...

Fixes https://github.com/gombadi/dnsseeder/issues/1 There's still a DNS leak (which I'll fix later), but this can at least establish peer connections over SOCKS, which is an improvement over the status quo.

Is there any reason why dnsseeder doesn't use the btcd/peer package for its connections to the P2P network? Seems like doing so might avoid duplicating code between btcd and dnsseeder.

It would be useful to support a SOCKSv5 proxy (e.g. Tor) for the P2P connections.

This dnsseeder implementation is missing a major feature of `sipa`'s dnsseeder. Filtering by service bits. The`x49`service bit shows that a node supports `NODE_NETWORK | NODE_WITNESS | NODE_COMPACT_FILTERS`, and this could...

At least Google's Public DNS servers and tor-resolve (Tor SOCKS5 implementation) is incompatible with servers running this dnsseeder. Google's Public DNS servers used to work fine, but recently stopped doing...