github akumaigorodski/wallet 2.0.3

latest releases: 2.5.8, 2.5.7, 2.5.6...
2 years ago

Changelog

  • Fee rate representation bug fix.

Verifying signature

You will need gpg and release signing key 15780F46E10485AB.
It can be obtained at https://api.github.com/users/btcontract/gpg_keys
Or at https://lightning-wallet.com/akumaigorodski.asc

To import a signing key:

$ gpg --import akumaigorodski.asc

To verify release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

Building from source

Compiled APK contains a baked in LN Graph snapshot, but snapshot file itself is not present in git repository to reduce its size. So before compiling an app please copy graph.snapshot-mainnet.zlib file into app/src/main/assets/ folder.

Don't miss a new wallet release

NewReleases is sending notifications on new releases.