0.6.4
What's changed
- Changed the default Bitcoin electrum server to
tcp://blockstream.info:110
- Users can override the used Bitcoin electrum server by setting the
OVERRIDE_ELECTRUM_RPC_URL
/OVERRIDE_TESTNET_ELECTRUM_RPC_URL
environment variable to a valid RPC url. A list of publicly accessible electrum servers can be found here
GPG Signing
All the relevant release files have been GPG signed by @binarybaron. His GPG key can be found here or here.
For example to check the validitiy of the AppImage release file you need to important @binarybaron public key and then run this command:
curl https://unstoppableswap.net/binarybaron.asc | gpg --import
gpg --verify UnstoppableSwap-0.6.4.AppImage.asc UnstoppableSwap-0.6.4.AppImage