bitcoin-seeder
bitcoin-seeder copied to clipboard
DNSSEC
Brought up by @TheBlueMatt recently. Not sure what's involved for adding support.
`ThreadDumper` saves the database to `dnsseed.dat` every 3200 seconds (~1 hour). It would be nice if it also saved upon graceful exit.
i want to run a dns seeder for bitcoin. i have registered a domain. How to setup nameservers pointing to dns seeder? I currently have nameservers setup correctly with godaddy....
The variable "clientVersion" is compared with REQUIRE_VERSION(which is a protocol version) in the function IsGood, ``` if (clientVersion && clientVersion < REQUIRE_VERSION) return false; ``` while it is compared with...
Hi I have a private network and want to use the dns application to resolve known hosts. How do i tell it to only search my network? I have three...
Hi, I'm looking to use DNSseeder script ... without DNS. I don't have any DNS server. I want to start crawling the network, by connecting it to 'localhost', a locally...
Any way to get this thing to use newline `\n` instead of a bunch of whitespace? ``` Starting 4 DNS threads for dnsseed.pigeoncoin.org on vps.pigeoncoin.org (port 53).......done Starting seeder...done Starting...
After How much time seeder marks the new node active and available? Where do i find code to change these settings? Thanks for your help.
question
Can I use this software and bind9 in one server together?
```sh ./dnsseed -p 5353 -h seed.testnet.bitcoin.sprovoost.nl -n ec2-18-195-105-234.eu-central-1.compute.amazonaws.com -m [email protected] --testnet Supporting whitelisted filters: 0x1,0x5,0x9,0xd Using testnet. Loading dnsseed.dat...done Starting 4 DNS threads for seed.testnet.bitcoin.sprovoost.nl on ec2-18-195-105-234.eu-central-1.compute.amazonaws.com (port 5353).......done Starting...