Browse Source

added gostco.in to seeds

pull/16/merge
orignal 7 years ago
parent
commit
42f48d9e52
  1. 2
      src/net.cpp

2
src/net.cpp

@ -1232,7 +1232,7 @@ static const char *strI2PDNSSeed[][2] = { @@ -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}
};

Loading…
Cancel
Save