eclair
One of the LN node implementations.
ACINQ/eclair: A scala implementation of the Lightning Network.
release-notes
Eclair does not include an on-chain wallet, channel opening transactions are funded by your Bitcoin Core node, and channel closing transactions return funds to your Bitcoin Core node.
Clustering
eclair/Cluster.md at master · ACINQ/eclair
To use custom config file path, give datadir option to start up script and put eclair.conf in the directory.
$ ./eclair-bin/eclair-node-0.10.0-a63d2c2/bin/eclair-node.sh -Declair.datadir="path/to/datadir"
cli docs
eclair/docs/Usage.md at v0.10.0 · ACINQ/eclair
cli source
eclair/eclair-core/eclair-cli at v0.10.0 · ACINQ/eclair
Pros and Cons of using Eclair vs other implementations (Lnd, C-lightning, etc)? · ACINQ/eclair · Discussion #2252
Script to create large data nodes · ACINQ/eclair · Discussion #2396
The architecture behind eclair. TL;DR: the architecture of eclair… | by ACINQ | Medium