mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 04:37:19 +02:00
added better recover info
This commit is contained in:
@@ -338,7 +338,12 @@ else
|
|||||||
LND accepted the channel.backup file you uploaded.
|
LND accepted the channel.backup file you uploaded.
|
||||||
It will now take around a hour until you can see,
|
It will now take around a hour until you can see,
|
||||||
if LND was able to recover funds from your channels.
|
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
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
@@ -376,7 +376,12 @@ to protect the seed words. Most users did not set this.
|
|||||||
if [ ${#err} -eq 0 ]; then
|
if [ ${#err} -eq 0 ]; then
|
||||||
dialog --title " SUCCESS " --msgbox "
|
dialog --title " SUCCESS " --msgbox "
|
||||||
Looks good :) LND was able to recover the wallet.
|
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
|
else
|
||||||
whiptail --title " FAIL " --msgbox "
|
whiptail --title " FAIL " --msgbox "
|
||||||
Something went wrong - see info below:
|
Something went wrong - see info below:
|
||||||
|
Reference in New Issue
Block a user