From 6751add2ea1c8218b38f7ded59c5a91b12e18f79 Mon Sep 17 00:00:00 2001 From: merge-script <90386131+bitcoin-core-merge-script@users.noreply.github.com> Date: Thu, 16 Feb 2023 15:10:41 +0100 Subject: [PATCH] Merge bitcoin/bitcoin#27107: doc: remove mention of "proper signing key" 304ae6dc8e2cd63142d34d190f93e95cbe83247a doc: remove mention of "proper signing key" (fanquake) Pull request description: This key is no-longer in use: https://lists.linuxfoundation.org/pipermail/bitcoin-core-dev/2023-February/000115.html > Please remove it from verification pipelines. ACKs for top commit: hebasto: ACK 304ae6dc8e2cd63142d34d190f93e95cbe83247a Tree-SHA512: 3dfd221a48f69ac56b4568db06b5d5b5d6a60b7d027a26157912219a2073589a0a3934cb30e11a161d48db55d3a637338f96617e3f3b92cb9e60e0d1d1dd372a --- contrib/verifybinaries/README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/contrib/verifybinaries/README.md b/contrib/verifybinaries/README.md index c50d4bef71..ab831eea28 100644 --- a/contrib/verifybinaries/README.md +++ b/contrib/verifybinaries/README.md @@ -1,16 +1,5 @@ ### Verify Binaries -#### Preparation: - -Make sure you obtain the proper release signing key and verify the fingerprint with several independent sources. - -```sh -$ gpg --fingerprint "Bitcoin Core binary release signing key" -pub 4096R/36C2E964 2015-06-24 [expires: YYYY-MM-DD] - Key fingerprint = 01EA 5486 DE18 A882 D4C2 6845 90C8 019E 36C2 E964 -uid Wladimir J. van der Laan (Bitcoin Core binary release signing key) -``` - #### Usage: This script attempts to download the signature file `SHA256SUMS.asc` from https://bitcoin.org.