Skip to content

PSBT Toolkit v0.1.0

Compare
Choose a tag to compare
@benthecarman benthecarman released this 07 Jul 13:55
· 73 commits to master since this release
f6121ed

Running PSBT Toolkit

To run PSBT Toolkit 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 ./psbt-toolkit to start the app. If you are on Windows it will instead need to run psbt-toolkit.exe or if just want to execute the jar you can generally just double click it, or use java -jar psbt-toolkit.jar.

Verifying signatures

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

To do the verification, first use sha256sum on the file you will be using.
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 psbt-toolkit
8230313a79ecebb86b013dca9a6beb0f8558f6d6e90a870e43457f3f491f911b  psbt-toolkit
$ gpg --verify SHA256SUMS.asc
gpg: Signature made Tue 07 Jul 2020 08:34:26 AM CDT
gpg:                using RSA key 0AD83877C1F0CD1EE9BD660AD7CC770B81FD22A8
gpg: Good signature from "Ben Carman <benthecarman@live.com>"