- use of proper darkcoin-seeder nodes

- source of darkcoin-seeder can be found at https://github.com/nightlydarkcoin/darkcoin-seeder
This commit is contained in:
Holger Schinzel 2014-07-05 15:17:42 +02:00
parent a2e69e4cb9
commit 21c4ba6643

View File

@ -1196,38 +1196,16 @@ void MapPort(bool)
// Each pair gives a source name and a seed name. // Each pair gives a source name and a seed name.
// The first name is used as information source for addrman. // The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses. // The second name should resolve to a list of seed addresses.
static const char *strMainNetDNSSeed[][2] = { static const char *strMainNetDNSSeed[][2] = {
{"", "23.23.186.131"}, //Evan's seed node {"darkcoin.io", "dnsseed.darkcoin.io"},
{"drkpool.com", "162.252.83.46"}, {"darkcoin.qa", "dnsseed.darkcoin.qa"},
{"", "107.155.71.72"}, {NULL, NULL}
{"", "50.16.206.102"},
{"", "50.19.116.123"},
{"", "98.165.130.67"},
{"", "23.23.186.131"},
{"", "50.16.206.102"},
{"", "50.19.116.123"},
{"", "50.19.116.123"},
{"", "23.21.204.34"},
{"", "188.142.39.105"},
{"", "50.16.206.102"}, //InternetApe's seed node
{"", "23.23.186.131"},
{"", "50.19.116.123"},
{"", "54.248.227.151"},
{"", "42.121.58.91"},
{"", "50.81.192.39"},
{"", "54.193.124.32"},
{"", "62.141.39.175"},
{"", "5.254.96.3"},
{"", "175.115.201.44"},
{"", "208.53.191.2"},
{"", "162.243.33.16"},
{NULL, NULL},
}; };
static const char *strTestNetDNSSeed[][2] = { static const char *strTestNetDNSSeed[][2] = {
{"", "23.23.186.131"}, {"darkcoin.io", "testnet-seed.darkcoin.io"},
{NULL, NULL}, {"darkcoin.qa", "testnet-seed.darkcoin.qa"},
{NULL, NULL}
}; };
void ThreadDNSAddressSeed() void ThreadDNSAddressSeed()