Skip to content

Commit

Permalink
Updated Nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tillkoeln committed Jun 15, 2017
1 parent eafb7bd commit fabb561
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/net.cpp
Expand Up @@ -1132,7 +1132,20 @@ void MapPort()
// The first name is used as information source for addrman.
// The second name should resolve to a list of seed addresses.
static const char *strDNSSeed[][2] = {
{"1", "p-x.ddns.net"},
{"DNSSEED-1", "dnsseed111.ddns.net"},
{"DNSSEED-2", "p-x.ddns.net"},
{"DNSSEED-3", "stratumtest.ddns.net"},
{"DNSSEED-4", "dns-seed.ddns.net"},
{"Node1", "185.45.193.24"},
{"Node2", "185.45.193.21"},
{"Node3", "185.82.202.164"},
{"Node4", "185.82.202.159"},
{"Node5", "185.82.202.160"},
{"Node6", "185.82.202.142"},
{"Node7", "185.82.202.143"},
{"Node8", "185.106.121.130"},
{"Node9", "185.117.73.207"},
{"Node10", "185.117.73.210"},
};

void ThreadDNSAddressSeed(void* parg)
Expand Down

0 comments on commit fabb561

Please sign in to comment.