add DNS seednodes

This commit is contained in:
Steven Saxton 2017-05-10 20:39:17 -04:00 committed by GitHub
parent cfbe952384
commit 29b55a35d3

View File

@ -1149,7 +1149,8 @@ void MapPort()
// 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 *strDNSSeed[][2] = { static const char *strDNSSeed[][2] = {
{"", ""}, {"seed.curecoin.net", "seed.curecoin.net"},
{"seed2.curecoin.net", "seed2.curecoin.net"},
}; };
void ThreadDNSAddressSeed(void* parg) void ThreadDNSAddressSeed(void* parg)