diff options
author | Michael Ford <fanquake@gmail.com> | 2014-06-29 13:20:19 +0800 |
---|---|---|
committer | Michael Ford <fanquake@gmail.com> | 2014-06-29 13:20:19 +0800 |
commit | ffebc1be43751050c0b35d7140ba127783708d13 (patch) | |
tree | edf5eab57371172e4deb74cc934ac32a90a387b7 /contrib/verifysfbinaries/README.md | |
parent | 7b8fc9d8ad4791269fb8439126b5ceff39217f56 (diff) |
Update verify.sh script to point to bitcoin.org
Now that downloads are no longer hosted on Sourceforge, update the
script to retrieve the binaries and signature file from bitcoin.org.
Diffstat (limited to 'contrib/verifysfbinaries/README.md')
-rw-r--r-- | contrib/verifysfbinaries/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/verifysfbinaries/README.md b/contrib/verifysfbinaries/README.md index f646d1efd1..8c038865bd 100644 --- a/contrib/verifysfbinaries/README.md +++ b/contrib/verifysfbinaries/README.md @@ -1,5 +1,5 @@ ### Verify SF Binaries ### -This script attempts to download the signature file `SHA256SUMS.asc` from SourceForge. +This script attempts to download the signature file `SHA256SUMS.asc` from https://bitcoin.org. It first checks if the signature passes, and then downloads the files specified in the file, and checks if the hashes of these files match those that are specified in the signature file. |