You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script attempts to download the signature file `SHA256SUMS.asc` from https://bitcoin.org.
3
3
4
4
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.
5
5
6
-
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.
6
+
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.
Copy file name to clipboardExpand all lines: doc/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The following are developer notes on how to build Bitcoin on your native platfor
49
49
50
50
Development
51
51
---------------------
52
-
The Bitcoin repo's [root README](https://github.com/bitcoin/bitcoin/blob/master/README.md) contains relevant information on the development process and automated testing.
52
+
The Bitcoin repo's [root README](/README.md) contains relevant information on the development process and automated testing.
Copy file name to clipboardExpand all lines: doc/release-process.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ Note: check that SHA256SUMS itself doesn't end up in SHA256SUMS, which is a spur
210
210
211
211
- Optionally reddit /r/Bitcoin, ... but this will usually sort out itself
212
212
213
-
- Notify BlueMatt so that he can start building [https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin](the PPAs)
213
+
- Notify BlueMatt so that he can start building [the PPAs](https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin)
214
214
215
215
- Add release notes for the new version to the directory `doc/release-notes` in git master
0 commit comments