BTCP-Rebase/contrib/verifysfbinaries
Wladimir J. van der Laan 182bec4279 contrib: remove hardcoded version from verify.sh
Closes #7595 as by removing the hardcoded version number from
`verify.sh`.
2016-04-25 13:29:53 +02:00
..
README.md [doc] Fix markdown 2016-03-01 14:35:19 +01:00
verify.sh contrib: remove hardcoded version from verify.sh 2016-04-25 13:29:53 +02:00

README.md

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.