BenWestgate / bitcoin-core-on-tails

Deprecated Setup script for installing Bitcoin Core to Tails persistent storage. Full node, wallet, backup and clone for a friend functions
MIT License
11 stars 1 forks source link

faulty URL for bitcoin core builder keys #5

Closed jorishr closed 1 year ago

jorishr commented 1 year ago
BenWestgate commented 1 year ago

Root cause: The bitcoin core repository has deleted the contrib/builder-keys/keys.txt file https://github.com/bitcoin/bitcoin/pull/26598

Even the bitcoincore.org instructions for verification are still out of date due to this: https://bitcoincore.org/en/download/

Comment on possible solution: Your file is for commits to the Bitcoin repo rather than the larger list of people who have built and signed releases, there's only 6 trusted keys for commits while a dozen have signed v24.0.1 release, and the old builder-keys/keys.txt file had 50+ individuals.

I have removed cross checking signatures against github in the successor for Tails 5.8+ https://github.com/Bails

I'll leave it to the paranoid user to find sources on their own to confirm the fingerprint displayed belongs to the signer they are considering trusting.

They do still have a list but it's a on a release by release basis. And it was incomplete as of last week.

When bitcoincore.org gives an update I will have Bails follow their newest verification instructions.

I will use your proposed solution in this repository since it's easier than removing it like I did in Bails/bin/bails.