--max-absolute-fee
by --max-mining-fee
(#32)
It makes much more sense to consider only the mining fee, for the absolute fee check, as it is volatile and amount-independent. The service fee is in % and predictable. The default value is equivalent as before (1% of the default `auto-liquidity`, given that the previous value of 2% included the 1% liquidity service fee). Previous option is deprecated and explicitly rejected.
phoenixd
phoenixd is the server equivalent of the popular phoenix wallet for mobile. It is written in Kotlin Multiplatform and runs natively on Linux, MacOS (x86 and ARM), and Windows (WSL).
Build
Native Linux/WSL
Requires libsqlite-dev
and libcurl4-gnutls-dev
, both compiled against glibc 2.19
.
./gradlew packageLinuxX64
Native MacOS x64
./gradlew packageMacOSX64
Native MacOS arm64
./gradlew packageMacOSArm64
JVM
./gradlew distZip
Description
Languages
Kotlin
95.8%
C++
3.4%
Dockerfile
0.8%