mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-16 04:05:50 +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:
parent
828036cb4a
commit
81c262ab4c
@ -79,6 +79,7 @@ public class MainNetParams extends AbstractBitcoinNetParams {
|
|||||||
"seed.btc.petertodd.org", // Peter Todd
|
"seed.btc.petertodd.org", // Peter Todd
|
||||||
"seed.bitcoin.sprovoost.nl", // Sjors Provoost
|
"seed.bitcoin.sprovoost.nl", // Sjors Provoost
|
||||||
"seed.bitnodes.io", // Addy Yeow
|
"seed.bitnodes.io", // Addy Yeow
|
||||||
|
"dnsseed.emzy.de", // Stephan Oeste
|
||||||
};
|
};
|
||||||
httpSeeds = new HttpDiscovery.Details[] {
|
httpSeeds = new HttpDiscovery.Details[] {
|
||||||
// Andreas Schildbach
|
// Andreas Schildbach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user