From e3f3c891cdfd8ad836ffc616c91ac07d2ba627b5 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 13 Feb 2019 02:46:23 +0100 Subject: [PATCH] updated FAQ --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index d7e69afa4..15d8769f9 100644 --- a/FAQ.md +++ b/FAQ.md @@ -171,6 +171,7 @@ What you do is in priciple: - Setup a fresh RaspiBlitz - Stop LND with `sudo systemctl stop lnd` - Replace the new `/mnt/hdd/lnd` with your backuped version +- Make sure everything in `/mnt/hdd/lnd` is owned by bitcoin:bitcoin - Reboot the RaspiBlitz This is highly experimental. And again: If you restore the LND with an backup that is not representing the latest channel state, this will trigger the lightning "penalty" mechanism - allowing your channel counter part to grab all the funds from a channel. Its a measure of last resort. But if its working for you, let us know.