LND lightninglabs/lnd:v0.20.1-beta https://hub.docker.com/r/lightninglabs/lnd bridge sh false 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. https://github.com/lightningnetwork/lnd/issues https://github.com/lightningnetwork/lnd https://raw.githubusercontent.com/lightningnetwork/lnd/master/README.md https://raw.githubusercontent.com/raccommode/Raccommode-Unraid-Community-Apps/main/templates/lnd.xml https://raw.githubusercontent.com/lightningnetwork/lnd/master/logo.png Network:Other Tools:Utilities 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. MIT --bitcoin.mainnet --bitcoin.node=neutrino --fee.url=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json --listen=0.0.0.0:9735 --rpclisten=0.0.0.0:10009 --restlisten=0.0.0.0:8080 --tlsautorefresh --debuglevel=info /mnt/user/appdata/lnd 9735 10009 8081