From db05f4b180e88f25c0d274849e29c0b07fe16007 Mon Sep 17 00:00:00 2001 From: ruben beck Date: Fri, 13 Oct 2023 11:16:20 +0200 Subject: [PATCH] node recovery info --- src/guide/static_channel_backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/static_channel_backup.md b/src/guide/static_channel_backup.md index 9e3549d..6a9d5cc 100644 --- a/src/guide/static_channel_backup.md +++ b/src/guide/static_channel_backup.md @@ -3,7 +3,7 @@ A static channel backup is automatically saved by the Breez SDK in the background. More specifically, the static backup is updated each time a new channel is opened. -The static channel backup can be used as a last resort to recover funds in case the Greenlight node becomes inaccessible. Recovering the funds is currently not part of the Breez SDK. In order to recover the funds, the user can initialize a new core lightning node with its seed, and trigger a channel recovery through [the recoverchannel method](https://docs.corelightning.org/reference/lightning-recoverchannel) provided by CLN. +The static channel backup can be used as a last resort to recover funds in case the Greenlight node becomes inaccessible. Recovering the funds is currently not part of the Breez SDK. In order to recover the funds, the user can initialize a new core lightning node with its [HSM secret](https://docs.corelightning.org/docs/hsm-secret) using their seed. Then trigger a channel recovery through [the recoverchannel method](https://docs.corelightning.org/reference/lightning-recoverchannel) provided by CLN. In order to use the recoverchannel method, the user needs to provide the static channel backup file. It can be retrieved from the SDK's working directory as follows: