We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e3538 commit cb83bebCopy full SHA for cb83beb
contrib/seeds/README.md
@@ -3,6 +3,9 @@
3
Utility to generate the seeds.txt list that is compiled into the client
4
(see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and other utilities in [contrib/seeds](/contrib/seeds)).
5
6
-The 512 seeds compiled into the 0.10 release were created from sipa's DNS seed data, like this:
+The seeds compiled into the release are created from sipa's DNS seed data, like this:
7
+
8
+ curl -s http://bitcoin.sipa.be/seeds.txt > seeds_main.txt
9
+ python makeseeds.py < seeds_main.txt > nodes_main.txt
10
+ python generate-seeds.py . > ../../src/chainparamsseeds.h
11
- curl -s http://bitcoin.sipa.be/seeds.txt | makeseeds.py
0 commit comments