PSBT Toolkit v0.1.1
Release Notes
- Various Improvements to PSBT parsing
- Adds ability to fetch relevant PSBT data from blockstream.info (clearnet be careful)
- New Transaction Builder
- New Crypto Tab that allows for signing and hashing arbitrary data
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 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 psbt-toolkit
81f29d358597ee6ccddc56ff742d34de0937859b0c6c6f064a3efdc2bd263c1f psbt-toolkit
$ gpg --verify SHA256SUMS.asc
gpg: Signature made Sun 09 Aug 2020 10:19:16 PM CDT
gpg: using RSA key 0AD83877C1F0CD1EE9BD660AD7CC770B81FD22A8
gpg: Good signature from "Ben Carman <benthecarman@live.com>"