zcash-patched-for-explorer/contrib/seeds
Wladimir J. van der Laan 41bbc85ec9
Hardcoded seeds update June 2015
- Moved all seed related scripts to contrib/seeds for consistency
- Updated `makeseeds.py` to handle IPv6 and onions, fix regular
  expression for recent Bitcoin Core versions
- Fixed a bug in `generate-seeds.py` with regard to IPv6 parsing

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).

Github-Pull: #6333
Rebased-From: ccd4369a23ca78cc348bc66a7a8c69a971ffcbf7 884454aebe9e20964643b70ff8c41f47709380bc b9329536cd8a6c152b41c9276f1def14b4d2442d
2015-06-25 17:10:09 +02:00
..
README.md Hardcoded seeds update June 2015 2015-06-25 17:10:09 +02:00
generate-seeds.py Hardcoded seeds update June 2015 2015-06-25 17:10:09 +02:00
makeseeds.py Hardcoded seeds update June 2015 2015-06-25 17:10:09 +02:00
nodes_main.txt Hardcoded seeds update June 2015 2015-06-25 17:10:09 +02:00
nodes_test.txt Hardcoded seeds update June 2015 2015-06-25 17:10:09 +02:00

README.md

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