Browse Source
0.13fa26652
Make sure LogPrintf strings are line-terminated (MarcoFalke)fa97f95
[doc] Fix markdown (MarcoFalke)fa06ce0
Fix doxygen comment for payTxFee (MarcoFalke)
Wladimir J. van der Laan
9 years ago
9 changed files with 12 additions and 16 deletions
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
### Verify SF Binaries ### |
||||
### Verify Binaries ### |
||||
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. |
||||
|
||||
The script returns 0 if everything passes the checks. It returns 1 if either the signature check or the hash check doesn't pass. If an error occurs the return value is 2. |
||||
The script returns 0 if everything passes the checks. It returns 1 if either the signature check or the hash check doesn't pass. If an error occurs the return value is 2. |
||||
|
Loading…
Reference in new issue