Skip to content

Commit ac9cd95

Browse files
committed
contrib: Update location of seeds.txt
Update the steps for updating the hardcoded seed nodes to point to the new filename on @sipa's server, and add command to decompress it. Ref: #10163
1 parent 18ba984 commit ac9cd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/seeds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and remove old versions as necessary.
88

99
The seeds compiled into the release are created from sipa's DNS seed data, like this:
1010

11-
curl -s http://bitcoin.sipa.be/seeds.txt > seeds_main.txt
11+
curl -s http://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
1212
python3 makeseeds.py < seeds_main.txt > nodes_main.txt
1313
python3 generate-seeds.py . > ../../src/chainparamsseeds.h
1414

0 commit comments

Comments
 (0)