aboutsummaryrefslogtreecommitdiff
path: root/contrib/seeds/README.md
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2014-12-23 17:43:32 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-01-06 11:02:50 +0100
commit58fda4d6895aa1aba1d7a31500c0f823e736c3fa (patch)
tree616325a6be82c6d39abc21be9392ba433283fe93 /contrib/seeds/README.md
parent68c0580dfbb5dbbc8da95621e487dc7a16984019 (diff)
downloadbitcoin-58fda4d6895aa1aba1d7a31500c0f823e736c3fa.tar.xz
Update seed IPs, based on bitcoin.sipa.be crawler data
Rebased-From: be22b3da1df15757ef15e4c4963507bcdff6a872 Github-Pull: #5532
Diffstat (limited to 'contrib/seeds/README.md')
-rw-r--r--contrib/seeds/README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md
index f9a0c277e2..bc88201f0f 100644
--- a/contrib/seeds/README.md
+++ b/contrib/seeds/README.md
@@ -1,11 +1,8 @@
### Seeds ###
-Utility to generate the pnSeed[] array that is compiled into the client
-(see [src/net.cpp](/src/net.cpp)).
+Utility to generate the seeds.txt list that is compiled into the client
+(see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and [share/seeds](/share/seeds)).
-The 600 seeds compiled into the 0.8 release were created from sipa's DNS seed data, like this:
+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 | 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).
+ curl -s http://bitcoin.sipa.be/seeds.txt | makeseeds.py