From cd128fa52053a967e9903f6a4c6be7f4842ff9de Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 19 Feb 2020 14:18:31 +0100 Subject: [PATCH] added better recover info --- home.admin/00raspiblitz.sh | 7 ++++++- home.admin/70initLND.sh | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/home.admin/00raspiblitz.sh b/home.admin/00raspiblitz.sh index 046e5d5da..78a3d23a0 100755 --- a/home.admin/00raspiblitz.sh +++ b/home.admin/00raspiblitz.sh @@ -338,7 +338,12 @@ else LND accepted the channel.backup file you uploaded. It will now take around a hour until you can see, if LND was able to recover funds from your channels. - " 9 56 + +IMPORTANT: If you then still missing satoshis from +your on-chain balance try to recover your wallet +with your seed words with the ZAP desktop app and +then send funds back to your RaspiBlitz. + " 14 56 fi fi diff --git a/home.admin/70initLND.sh b/home.admin/70initLND.sh index 99ae4d186..41fbc33ce 100755 --- a/home.admin/70initLND.sh +++ b/home.admin/70initLND.sh @@ -376,7 +376,12 @@ to protect the seed words. Most users did not set this. if [ ${#err} -eq 0 ]; then dialog --title " SUCCESS " --msgbox " Looks good :) LND was able to recover the wallet. - " 7 53 + +IMPORTANT: After full sync wait an hour - if you +see still a on-chain balance of 0 satoshis try to +recover your wallet with the ZAP desktop app and +then send funds back to your RaspiBlitz. + " 12 53 else whiptail --title " FAIL " --msgbox " Something went wrong - see info below: