dogecoin/contrib/seeds
Wladimir J. van der Laan 884454aebe contrib: Add port parsing to makeseeds.py
Allow for non-8333 nodes to appear in the internal seeds. This will
allow bitcoind to bypas a filter on 8333. This also makes it possible to
use the same tool for e.g. testnet.

As hosts with multiple nodes per IP are likely abusive, add a filter to
remove these (the ASN check will take care of them for IPv4, but not
IPv6 or onion).
2015-06-25 08:05:52 +02:00
..
generate-seeds.py contrib: Improvements to hardcoded seeds scripts 2015-06-25 08:05:33 +02:00
makeseeds.py contrib: Add port parsing to makeseeds.py 2015-06-25 08:05:52 +02:00
nodes_main.txt contrib: Improvements to hardcoded seeds scripts 2015-06-25 08:05:33 +02:00
nodes_test.txt contrib: Improvements to hardcoded seeds scripts 2015-06-25 08:05:33 +02:00
README.md contrib: Improvements to hardcoded seeds scripts 2015-06-25 08:05:33 +02:00

Seeds

Utility to generate the seeds.txt list that is compiled into the client (see src/chainparamsseeds.h and other utilities in contrib/seeds).

The 512 seeds compiled into the 0.10 release were created from sipa's DNS seed data, like this:

curl -s http://bitcoin.sipa.be/seeds.txt | makeseeds.py