Skip to content

Commit cb83beb

Browse files
committed
net: Hardcoded seeds update January 2016
Github-Pull: #7415 Rebased-From: 4818dba
1 parent 32e3538 commit cb83beb

File tree

3 files changed

+1499
-1380
lines changed

3 files changed

+1499
-1380
lines changed

contrib/seeds/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Utility to generate the seeds.txt list that is compiled into the client
44
(see [src/chainparamsseeds.h](/src/chainparamsseeds.h) and other utilities in [contrib/seeds](/contrib/seeds)).
55

6-
The 512 seeds compiled into the 0.10 release were created from sipa's DNS seed data, like this:
6+
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
711

8-
curl -s http://bitcoin.sipa.be/seeds.txt | makeseeds.py

0 commit comments

Comments
 (0)