dogecoin/contrib/seeds
Jackson Palmer 68b0507f00 Initial commit
Successfully building on Ubuntu + Windows.
2014-01-19 15:41:55 +11:00
..
makeseeds.py Initial commit 2014-01-19 15:41:55 +11:00
README Initial commit 2014-01-19 15:41:55 +11:00

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 sipa's DNS seed data, like this:

curl -s http://bitcoin.sipa.be/seeds.txt | 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).