From b8524720a5d652922173990050e2cf728cceb7d1 Mon Sep 17 00:00:00 2001 From: nixbitcoin Date: Mon, 14 Feb 2022 14:04:11 +0000 Subject: [PATCH] lnd: point out SCB functionality more clearly --- README.md | 2 +- examples/configuration.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 09f4b47..d102ee1 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ NixOS modules ([src](modules/modules.nix)) * [rebalance](https://github.com/lightningd/plugins/tree/master/rebalance): keeps your channels balanced * [summary](https://github.com/lightningd/plugins/tree/master/summary): print a nice summary of the node status * [zmq](https://github.com/lightningd/plugins/tree/master/zmq): publishes notifications via ZeroMQ to configured endpoints - * [lnd](https://github.com/lightningnetwork/lnd) with support for announcing an onion service + * [lnd](https://github.com/lightningnetwork/lnd) with support for announcing an onion service and [static channel backups](https://github.com/lightningnetwork/lnd/blob/master/docs/recovery.md) * [Lightning Loop](https://github.com/lightninglabs/loop) * [Lightning Pool](https://github.com/lightninglabs/pool) * [charge-lnd](https://github.com/accumulator/charge-lnd): policy-based channel fee manager diff --git a/examples/configuration.nix b/examples/configuration.nix index 0c84226..84d0c0e 100644 --- a/examples/configuration.nix +++ b/examples/configuration.nix @@ -83,6 +83,8 @@ # You should also backup your channel state after opening new channels. # This will allow you to recover off-chain funds, by force-closing channels. # scp bitcoin-node:/var/lib/lnd/chain/bitcoin/mainnet/channel.backup ./backups/lnd/ + # + # Alternatively, you can have these files backed up by services.backups below. ### RIDE THE LIGHTNING # Set this to enable RTL, a web interface for lnd and clightning.