| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SHA256SUMS.asc | 2025-09-25 | 997 Bytes | |
| phoenix-109-2.6.6-mainnet.apk | 2025-09-25 | 16.7 MB | |
| Phoenix v2.6.6 source code.tar.gz | 2025-09-24 | 3.5 MB | |
| Phoenix v2.6.6 source code.zip | 2025-09-24 | 4.4 MB | |
| README.md | 2025-09-24 | 1.0 kB | |
| Totals: 5 Items | 24.6 MB | 0 | |
Changes
This is a minor release that improves the feerate fallback on Android, fixes the 16kb alignment of the secp256k1 library for Google Play, and fixes a race condition between splices and LN payments.
Full changelog
- phoenix: https://github.com/ACINQ/phoenix/compare/android-v2.6.5...android-v2.6.6
- lightning-kmp: https://github.com/ACINQ/lightning-kmp/compare/v1.10.7...v1.10.8
Package ID
The Android application ID is fr.acinq.phoenix.mainnet. The iOS Bundle identifier is co.acinq.phoenix.
Verifying signatures
You will need gpg and our release signing key E434ED292E85643A. Note that you can get it:
- from our website: https://acinq.co/pgp/padioupm.asc
- from github user @pm47, a committer on eclair: https://api.github.com/users/pm47/gpg_keys
To import our signing key:
$ gpg --import padioupm.asc
To verify the release file checksums and signatures:
$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped