LND

LND

Docker 应用程序 from Raccommode's Repository

概述

LND is the Lightning Network Daemon, a complete Lightning Network node implementation. This template starts LND on Bitcoin mainnet with the Neutrino light-client backend by default, exposes the Lightning P2P, gRPC, and REST ports, and persists the full /root/.lnd directory. LND can custody real bitcoin; back up the wallet seed and static channel backup before funding channels.

要求

LND has no web interface. Use lncli inside the container or connect compatible Lightning tools through gRPC/REST with the generated TLS certificate and macaroons from /root/.lnd. For a production routing node, consider editing Post Arguments to use your own Bitcoin Core or btcd backend instead of Neutrino.

运行时参数

网络
bridge
外壳
sh
特权
false

模板配置

LND DataPathrw

Persistent LND data, wallet, TLS certificate, macaroons, channel database, logs, and static channel backup.

目标
/root/.lnd
默认值
/mnt/user/appdata/lnd
价值
/mnt/user/appdata/lnd
Lightning P2P PortPorttcp

Lightning peer-to-peer port. Forward this port from your router if this node should accept inbound public peers.

目标
9735
默认值
9735
价值
9735
gRPC API PortPorttcp

LND gRPC API port. Requires TLS and macaroons.

目标
10009
默认值
10009
价值
10009
REST API PortPorttcp

LND REST API port. Requires TLS and macaroons. Host port defaults to 8081 to avoid common web UI port conflicts.

目标
8080
默认值
8081
价值
8081

详细信息

存储库
lightninglabs/lnd:v0.20.1-beta
最后更新2026-05-31
初见2026-05-16

在Unraid 上运行 LND 。

LND 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。