Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 556 Bytes

File metadata and controls

17 lines (10 loc) · 556 Bytes

Docker-Lightning

Quick and easy lightning-node setup based on LND / bitcoind

Use-Case

You have already have a machine that does docker-compose and want a bitcoin lightning-node ASAP without hassle. This docker-compose environment spins up a bitcoind (pruned to 10GB) and starts a lnd lightning-node on top of it.

Possibly the fastest way to get a flexible lnd-instance with full access to get started for developing for the lightning network.

Usage

To start a lnd/bitcoind instance running the latest version:

$ docker-compose up