diff options
Diffstat (limited to 'contrib/seeds/README.md')
-rw-r--r-- | contrib/seeds/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md index 3bca094d3b..c53446bfb0 100644 --- a/contrib/seeds/README.md +++ b/contrib/seeds/README.md @@ -10,8 +10,9 @@ to addrman with). The seeds compiled into the release are created from sipa's DNS seed data, like this: - curl -s http://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt + curl https://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt python3 makeseeds.py < seeds_main.txt > nodes_main.txt + cat nodes_main_manual.txt >> nodes_main.txt python3 generate-seeds.py . > ../../src/chainparamsseeds.h ## Dependencies |