Skip to content

Commit

Permalink
contrib: Update location of seeds.txt
Browse files Browse the repository at this point in the history
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: bitcoin#10163

Github-Pull: bitcoin#10495
Rebased-From: ac9cd95
  • Loading branch information
laanwj authored and nomnombtc committed Jul 17, 2017
1 parent d4b0825 commit 0e1fe8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/seeds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and remove old versions as necessary.

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

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
python3 makeseeds.py < seeds_main.txt > nodes_main.txt
python3 generate-seeds.py . > ../../src/chainparamsseeds.h

Expand Down

0 comments on commit 0e1fe8c

Please sign in to comment.