3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-14 19:25:51 +00:00

MainNetParams: Add dnsseed.emzy.de to DNS seeds.

ACK https://github.com/bitcoin/bitcoin/blob/master/doc/dnsseed-policy.md

I'm willing to keep it up and running, unless something bad happens.
I have 15+ years experience running dns servers.

About my setup:

- the server may change over time, but the service will be up all the time
- running [sipa/bitcoin-seeder](https://github.com/sipa/bitcoin-seeder) with default settings (and the non-root port redirect)
This commit is contained in:
Stephan Oeste 2019-01-02 19:53:12 +01:00 committed by Andreas Schildbach
parent 828036cb4a
commit 81c262ab4c

View File

@ -79,6 +79,7 @@ public class MainNetParams extends AbstractBitcoinNetParams {
"seed.btc.petertodd.org", // Peter Todd
"seed.bitcoin.sprovoost.nl", // Sjors Provoost
"seed.bitnodes.io", // Addy Yeow
"dnsseed.emzy.de", // Stephan Oeste
};
httpSeeds = new HttpDiscovery.Details[] {
// Andreas Schildbach