Browse Source
Now that downloads are no longer hosted on Sourceforge, update the script to retrieve the binaries and signature file from bitcoin.org.0.10
Michael Ford
11 years ago
2 changed files with 5 additions and 5 deletions
@ -1,5 +1,5 @@
@@ -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. |
||||
|
||||
|
Loading…
Reference in new issue