-
Notifications
You must be signed in to change notification settings - Fork 36.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contrib: Update location of seeds.txt #10495
Conversation
Tested ACK ac9df130a507177ec77ef3f5f4fa43c0c5ef57c3 |
contrib/seeds/README.md
Outdated
@@ -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 | gunzip > seeds_main.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Isn't | gzip -dc
preferred over | gunzip
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@laanwj Good question! :-) Perhaps it is a legacy thing, but for some reason I have it hard wired that gzip -dc
is used when operating on stdin/stdout and gunzip
is for unpacking file.gz
, removing the original file and leaving file
. They might be totally equivalent nowadays. If so, ignore my minor nit :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found this thread: https://lists.gnu.org/archive/html/bug-automake/2009-10/msg00012.html
IIRC on some systems, gunzip symlink was not available in the default install. |
I tried on FreeBSD, OpenBSD, Linux (Ubuntu) and |
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
ac9df13
to
ac9cd95
Compare
utACK ac9cd95 |
ACK ac9cd95 |
ac9cd95 contrib: Update location of seeds.txt (Wladimir J. van der Laan) Tree-SHA512: c12a75787ba87f03707c21731da083b466762a7e0af9ca501107695ea1074025907cc24805c7c87f4a66daa7f4f13e574da16be1681e61deaf1acbd72176b3ff
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
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
ac9cd95 contrib: Update location of seeds.txt (Wladimir J. van der Laan) Tree-SHA512: c12a75787ba87f03707c21731da083b466762a7e0af9ca501107695ea1074025907cc24805c7c87f4a66daa7f4f13e574da16be1681e61deaf1acbd72176b3ff
ac9cd95 contrib: Update location of seeds.txt (Wladimir J. van der Laan) Tree-SHA512: c12a75787ba87f03707c21731da083b466762a7e0af9ca501107695ea1074025907cc24805c7c87f4a66daa7f4f13e574da16be1681e61deaf1acbd72176b3ff
ac9cd95 contrib: Update location of seeds.txt (Wladimir J. van der Laan) Tree-SHA512: c12a75787ba87f03707c21731da083b466762a7e0af9ca501107695ea1074025907cc24805c7c87f4a66daa7f4f13e574da16be1681e61deaf1acbd72176b3ff
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