Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SHA256SUMS.asc | 2025-07-11 | 978 Bytes | |
phoenix-106-2.6.2-mainnet.apk | 2025-07-11 | 16.7 MB | |
Phoenix v2.6.2 source code.tar.gz | 2025-07-10 | 3.5 MB | |
Phoenix v2.6.2 source code.zip | 2025-07-10 | 4.4 MB | |
README.md | 2025-07-10 | 1.2 kB | |
Totals: 5 Items | 24.6 MB | 0 |
Changes
Add fiat currency converter
A new screen has been added to easily convert an amount in multiple fiat currencies at once. This screen is accessible from the settings menu, or from the amount inputs when generating an invoice, or sending a payment. It should make it easier to switch between various currencies, especially when travelling.
For details see [#726].
Full changelog
This release also contains various fixes. See: - phoenix: https://github.com/ACINQ/phoenix/compare/android-v2.6.1...android-v2.6.2 - lightning-kmp: https://github.com/ACINQ/lightning-kmp/compare/v1.10.2...v1.10.4
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 E04E48E72C205463. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf2.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
To import our signing key:
$ gpg --import drouinf2.asc
To verify the release file checksums and signatures:
$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped