]> Git Repo - VerusCoin.git/blame - contrib/seeds/README
Broken Link in /Doc README
[VerusCoin.git] / contrib / seeds / README
CommitLineData
9126e087
GA
1Utility to generate the pnSeed[] array that is compiled into the client
2(see src/net.cpp).
3
4The 600 seeds compiled into the 0.8 release were created from sipa's DNS seed data, like this:
5
6curl -s http://bitcoin.sipa.be/seeds.txt | head -1000 | makeseeds.py
7
8The input to makeseeds.py is assumed to be approximately sorted from most-reliable to least-reliable,
9with IP:port first on each line (lines that don't match IPv4:port are ignored).
This page took 0.026284 seconds and 4 git commands to generate.