We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ba984 commit ac9cd95Copy full SHA for ac9cd95
contrib/seeds/README.md
@@ -8,7 +8,7 @@ and remove old versions as necessary.
8
9
The seeds compiled into the release are created from sipa's DNS seed data, like this:
10
11
- curl -s http://bitcoin.sipa.be/seeds.txt > seeds_main.txt
+ curl -s http://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt
12
python3 makeseeds.py < seeds_main.txt > nodes_main.txt
13
python3 generate-seeds.py . > ../../src/chainparamsseeds.h
14
0 commit comments