btcd v0.24.0 #2084
Roasbeef
announced in
Announcements
btcd v0.24.0
#2084
Replies: 3 comments 3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release is a major release that includes several general bug fixes, security bug fixes, and also a series of performance improvements that dramatically reduce the time for initial block download from ~45 hours+ to around 6 hours! With this release,
btcdnow also supports BIP 155 and has gained support for pruning (--prune=MiB).Verifying the Release
In order to verify the release, you'll need to have
gpgorgpg2installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:Once you have the required PGP keys, you can verify the release (assuming
manifest-roasbeef-v0.24.0.sigandmanifest-v0.24.0.txtare in the current directory) with:You should see the following if the verification was successful:
That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the
sha256hash of the archive withshasum -a 256 <filename>, compare it with the corresponding one in the manifest file, and ensure they match exactly.What's Changed
New Contributors
Full Changelog: v0.23.4...v0.24.0
This discussion was created from the release btcd v0.24.0.
Beta Was this translation helpful? Give feedback.
All reactions