1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-30 00:14:20 +00:00

added gostco.in to seeds

This commit is contained in:
orignal 2017-06-29 11:45:20 -04:00
parent 1dfd717655
commit 42f48d9e52

View File

@ -1232,7 +1232,7 @@ static const char *strI2PDNSSeed[][2] = {
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strMainNetDNSSeed[][2] = {
{"coinpool.in", "gostcoin.dnsseed.coinpool.in"},
{"gostco.in", "dnsseed.gostco.in"},
// {"anoncoin.net", "dnsseed01.anoncoin.net"},
{NULL, NULL}
};