Finished /Contrib Index. Standardized READMEs.

File and Link Fix.
This commit is contained in:
super3
2013-10-15 23:14:30 -04:00
parent dd9bd863cf
commit 27e2d8bfb5
17 changed files with 102 additions and 49 deletions

View File

@@ -1,9 +1,11 @@
### Seeds ###
Utility to generate the pnSeed[] array that is compiled into the client
(see src/net.cpp).
(see [src/net.cpp](/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
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).