Skip to content

Krystal Bull v0.1.0

Compare
Choose a tag to compare
@benthecarman benthecarman released this 22 Feb 17:19
· 51 commits to master since this release
bbf2b35

Warning Note

DLCs are still a work in progress protocol and backwards incompatible changes are likely.
For this reason there is a max 3 month maturity time for events in this version of Krystal Bull.
This limit can be raised by going into the settings and enabling the Advanced Mode.

Krystal Bull

To run Krystal Bull you will need Java installed, checkout the beginning instructions about building from source for help.

If you want to run the standalone binaries, after verifying PGP signatures, you can run it with ./krystal-bull to start the app. If you are on Windows it will instead need to run krystal-bull.exe or if just want to execute the jar you can generally just double click it, or use java -jar krystal-bull.jar.

Verifying signatures

This release is signed with benthecarman's signing key with fingerprint 0AD83877C1F0CD1EE9BD660AD7CC770B81FD22A8

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 it's file name.
After doing that you can use gpg --verify to authenticate the signature.

Example:

$ sha256sum krystal-bull.jar 
e3421820224cf83e963ae11fd44da16b115243bb20def01a6153ab3fc45b4531  krystal-bull.jar
$ gpg --verify SHA256SUMS.asc 
gpg: Signature made Mon 22 Feb 2021 11:07:38 AM CST
gpg:                using RSA key 0AD83877C1F0CD1EE9BD660AD7CC770B81FD22A8
gpg: Good signature from "Ben Carman <[email protected]>"