JWWeatherman / yeticold

https://yeticold.com
Other
66 stars 23 forks source link

Fix Bitcoin Core Verification #146

Closed Rspigler closed 3 years ago

Rspigler commented 3 years ago
  1. Download the Signing Key
  2. Check signature of SHA256SUMS
  3. Check that valid signature is w/ Signing Key (using full fingerprint; not Short/Long Key ID)
  4. Check hash of application

Doesn't currently check fingerprint (shoutout to @BenWestgate)

willweatherman commented 3 years ago

Thanks for catching this and helping to fix this @BenWestgate.