Skip to content

nix-bitcoin-0.0.35

Compare
Choose a tag to compare
@jonasnick jonasnick released this 11 Feb 21:32
· 1032 commits to master since this release
81503eb

#316 lndconnect: add preconfigured lndconnect-rest script (@nixbitcoin)
#317 Pkg updates (@erikarvstedt)
#312 Refactorings, cleanups (@erikarvstedt)
#315 Use doas instead of sudo (@nixbitcoin)

Highlights

You can now connect to the nix-bitcoin lnd with zeus or zap, by enabling a service in your config:

 # Set this to create an lnd REST onion service.
 # Adds binary `lndconnect-rest-onion` to the system environment.
 # This binary generates QR codes or URIs for connecting applications to lnd via the
 # REST onion service.
 # services.lnd.restOnionService.enable = true;

See also the usage instructions.