github fort-nix/nix-bitcoin v0.0.39
nix-bitcoin-0.0.39

latest releases: v0.0.107, v0.0.106, v0.0.105...
3 years ago

#313 Lightning pool (@sputn1ck)

Highlights

New Lightning pool module that can be used as follows

 ### lightning-pool
 # Enable this module to use Lightning Lab's non-custodial batched uniform
 # clearing-price auction for Lightning Channel Leases.
 # Use the `pool` command to interact with the lightning-pool service.
 # Automatically enables lnd.
 # services.lightning-pool.enable = true;
 #
 # lightning-pool requires that lnd has a publicly reachable address.
 # Set this to create a public onion service for lnd.
 # nix-bitcoin.onionServices.lnd.public = true;

Don't miss a new nix-bitcoin release

NewReleases is sending notifications on new releases.