All apps · 0 apps
Phoenixd
Docker app from Raccommode's Repository
Overview
Readme
View on GitHubphoenixd
phoenixd is the server equivalent of the popular phoenix wallet for mobile. It is written in Kotlin Multiplatform and runs natively on Linux (x86 and ARM), MacOS (x86 and ARM), and Windows (WSL).
Build
Requirements
Native Linux/WSL x64
./gradlew linuxX64DistZip
Native Linux arm64
./gradlew linuxArm64DistZip
Native MacOS x64
./gradlew macosX64DistZip
Native MacOS arm64
./gradlew macosArm64DistZip
JVM
./gradlew jvmDistZip
Install Phoenixd on Unraid in a few clicks.
Find Phoenixd in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
acinq/phoenixd:latestRuntime arguments
- Network
bridge- Shell
bash- Privileged
- false
- Extra Params
--user=0:0
Template configuration
Phoenixd HTTP API port. Container port: 9740. The API requires Basic Auth using the password generated in phoenix.conf.
- Target
- 9740
- Default
- 9740
- Value
- 9740
Persistent wallet seed, phoenix.conf API passwords, channel database, payment database, logs, and exports. Keep this path writable by the container and back it up before funding the wallet.
- Target
- /phoenix/.phoenix
- Default
- /mnt/user/bitcoin/phoenixd
- Value
- /mnt/user/bitcoin/phoenixd
Container home directory. Keep this set to /phoenix so Phoenixd writes to the mounted Data path at /phoenix/.phoenix.
- Target
- HOME
- Default
- /phoenix
- Value
- /phoenix