Skip to content

Krystal Bull 1.4.0

Latest
Compare
Choose a tag to compare
@Christewart Christewart released this 15 Feb 19:59

Upgrades the bitcoin-s dependency to 1.9.0.

Please see the release notes: https://github.com/bitcoin-s/bitcoin-s/releases/tag/1.9.0

Verifying signatures

This release is signed with Chris's signing key with
fingerprint 339A49229576050819083EB3F99724872F822910

To do the verification, first hash the executable using sha256sum. You should check that the result is listed in
the SHA256SUMS.asc file next to its file name. After doing that you can use gpg --verify to authenticate the
signature.

Example:

$ sha256sum krystal-bull-assembly-1.4.0.jar 
0814ef917bdb36ca828a440025e341863d0b63ace16f7e5df7b781a2ef64abc2  krystal-bull-assembly-1.4.0.jar
$ gpg --verify SHA256SUMS.asc
gpg: Signature made Thu 24 Sep 2020 12:49:39 PM CDT
gpg:                using RSA key 339A49229576050819083EB3F99724872F822910
gpg:                issuer "[email protected]"
gpg: Good signature from "Chris Stewart <[email protected]>"