aboutsummaryrefslogtreecommitdiff
path: root/contrib/verifysfbinaries/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-04-15 12:18:12 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-04-25 13:29:54 +0200
commitf1544700703a442191ac1dfaae7f31b04ba7b12b (patch)
tree26bc59021cc362807571db33bc75e0a939d9ceba /contrib/verifysfbinaries/README.md
parent182bec427946d4ce951e8572130c903f0131447e (diff)
downloadbitcoin-f1544700703a442191ac1dfaae7f31b04ba7b12b.tar.xz
[contrib] Remove reference to sf and add doc to verify.sh
Diffstat (limited to 'contrib/verifysfbinaries/README.md')
-rw-r--r--contrib/verifysfbinaries/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/verifysfbinaries/README.md b/contrib/verifysfbinaries/README.md
deleted file mode 100644
index 1db3fe52fc..0000000000
--- a/contrib/verifysfbinaries/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-### 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.