From f0f96cc5f22467c0f1ae363e063d31da7fb697a2 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 9 Jan 2019 18:44:45 +0100 Subject: [PATCH] Started FAQ --- FAQ.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 FAQ.md diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 00000000..b9ab16bd --- /dev/null +++ b/FAQ.md @@ -0,0 +1,13 @@ +# FAQ - Frequently Asked Questions + +## How to backup my Lightning Node? + +CAUTION: Restoring a backup can lead to LOSS OF ALL CHANNEL FUNDS if its not the latest channel state. There is no perfect backup solution for lightning nodes yet - this topic is in development by the community. + +But there is one safe way to start: Store your LND wallet seed (list of words you got on wallet creation) in a safe place. Its the key to recover access to your on-chain funds - your coins that are not bound in an active channel. + +Recovering the coins that you have in a active channel is a bit more complicated. Because you have to be sure that you really have an up to date backup of your channel state data. The problem is: If you post an old state of your channel this looks to the network like you want to cheat and your channel partner is allowed claim all the funds in the channel. + +To really have a good backup to rely on such feature needs to be part of the LND software. Almost every other solution would not be perfect. Thats why RaspiBlitz is not trying to provide a backup feature at the moment. + +But you can try to backup at your own risk. All your Lightning Node data is within the `/mnt/hdd/lnd` directory. Just run a backup of that data when the lnd service is stopped. \ No newline at end of file