Skip to content

Commit

Permalink
remove soon to be shutdown seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
erkmos committed Jan 11, 2015
1 parent 4fe7bf9 commit 912d72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions contrib/seeds/README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Utility to generate the pnSeed[] array that is compiled into the client
(see src/net.cpp).

The 600 seeds compiled into the 0.8 release were created from bengt's DNS seed data, like this:
The 600 seeds compiled into the 0.8 release were created from DNS seed data, like this:

curl -s http://p2pool2.etyd.org/seeds | head -1000 | ./makeseeds.py
curl -s somesite | head -1000 | ./makeseeds.py

The input to makeseeds.py is assumed to be approximately sorted from most-reliable to least-reliable,
with IP:port first on each line (lines that don't match IPv4:port are ignored).
4 changes: 0 additions & 4 deletions src/net.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1186,14 +1186,10 @@ 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] = {
{"dnsseed.meningslos.info", "dnsseed.meningslos.info"},
{"ams1.vertcoin.org", "ams1.vertcoin.org"},
{"ams2.vertcoin.org", "ams2.vertcoin.org"},
{"ams3.vertcoin.org", "ams3.vertcoin.org"},
{"ams4.vertcoin.org", "ams4.vertcoin.org"},
{"nl1.vertcoin.org", "nl1.vertcoin.org"},
{"nl2.vertcoin.org", "nl2.vertcoin.org"},
{"se1.vertcoin.org", "se1.vertcoin.org"},
{"ny.vertcoin.org", "ny.vertcoin.org"},
{"la.vertcoin.org", "la.vertcoin.org"},
{"eu.vertcoin.org", "eu.vertcoin.org"},
Expand Down

0 comments on commit 912d72e

Please sign in to comment.