Phoenixd

Phoenixd

Aplicación Docker from Raccommode's Repository

Visión general

Phoenixd is the server equivalent of the Phoenix self-custodial Bitcoin Lightning wallet. It runs a Phoenix node with automated liquidity management and exposes an HTTP API for balance, invoices, payments, exports, and webhooks.

Requisitos

Phoenixd is self-custodial and can custody real bitcoin. Back up seed.dat and phoenix.conf from the Data path before funding the wallet. Do not reuse the same seed with another Phoenix mobile or server instance. The HTTP API uses Basic Auth; the full-access and limited-access passwords are generated in phoenix.conf on first start, and can be edited there with phoenixd option names such as http-password, http-password-limited-access, webhook, auto-liquidity, max-mining-fee, and mempool-space-url. This template runs Phoenixd as root with --user=0:0 and HOME=/phoenix so Unraid data directories created with restrictive ownership are still writable and Phoenixd keeps using /phoenix/.phoenix. If you previously created the Data path with another user, run this once from an Unraid terminal before recreating the container: mkdir -p /mnt/user/bitcoin/phoenixd && chown -R 0:0 /mnt/user/bitcoin/phoenixd && chmod -R u+rwX /mnt/user/bitcoin/phoenixd

Argumentos en tiempo de ejecución

Red
bridge
Concha
bash
Privilegiado
false
Parámetros adicionales
--user=0:0

Configuración de plantillas

HTTP API PortPorttcp

Phoenixd HTTP API port. Container port: 9740. The API requires Basic Auth using the password generated in phoenix.conf.

Objetivo
9740
Por defecto
9740
Valor
9740
DataPathrw

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.

Objetivo
/phoenix/.phoenix
Por defecto
/mnt/user/bitcoin/phoenixd
Valor
/mnt/user/bitcoin/phoenixd
HomeVariable

Container home directory. Keep this set to /phoenix so Phoenixd writes to the mounted Data path at /phoenix/.phoenix.

Objetivo
HOME
Por defecto
/phoenix
Valor
/phoenix

Detalles

Repositorio
acinq/phoenixd:latest
Última actualización2026-05-31
Visto por primera vez2026-05-19

Ejecute Phoenixd en Unraid.

Phoenixd se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.