Skip to content

Commit

Permalink
remove DNS Seeder
Browse files Browse the repository at this point in the history
  • Loading branch information
tumf committed Jul 13, 2014
1 parent fba54de commit 520de48
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/net.cpp
Expand Up @@ -1192,18 +1192,12 @@ void MapPort(bool)
// 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] = {
{"litecointools.com", "dnsseed.litecointools.com"},
{"litecoinpool.org", "dnsseed.litecoinpool.org"},
{"xurious.com", "dnsseed.ltc.xurious.com"},
{"koin-project.com", "dnsseed.koin-project.com"},
{"weminemnc.com", "dnsseed.weminemnc.com"},
// {"monacoin.org", "dnsseed.monacoin.org"},
{NULL, NULL}
};

static const char *strTestNetDNSSeed[][2] = {
{"litecointools.com", "testnet-seed.litecointools.com"},
{"xurious.com", "testnet-seed.ltc.xurious.com"},
{"wemine-testnet.com", "dnsseed.wemine-testnet.com"},
// {"monacoin.org", "test-dnsseed.monacoin.org"},
{NULL, NULL}
};

Expand Down

0 comments on commit 520de48

Please sign in to comment.