Skip to content

Commit f154470

Browse files
MarcoFalkelaanwj
authored andcommitted
[contrib] Remove reference to sf and add doc to verify.sh
1 parent 182bec4 commit f154470

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

contrib/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ Test and Verify Tools
5151
### [TestGen](/contrib/testgen) ###
5252
Utilities to generate test vectors for the data-driven Bitcoin tests.
5353

54-
### [Verify SF Binaries](/contrib/verifysfbinaries) ###
55-
This script attempts to download and verify the signature file SHA256SUMS.asc from SourceForge.
54+
### [Verify Binaries](/contrib/verifybinaries) ###
55+
This script attempts to download and verify the signature file SHA256SUMS.asc from bitcoin.org.
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
### Verify Binaries ###
1+
### Verify Binaries
22
This script attempts to download the signature file `SHA256SUMS.asc` from https://bitcoin.org.
33

44
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.
55

66
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.
7+
8+
Usage:
9+
10+
```sh
11+
./verify.sh bitcoin-core-0.11.2
12+
./verify.sh bitcoin-core-0.12.0
13+
```
File renamed without changes.

0 commit comments

Comments
 (0)