mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +02:00
seed result
This commit is contained in:
@@ -213,10 +213,10 @@ if [ ${walletExists} -eq 0 ]; then
|
|||||||
do
|
do
|
||||||
|
|
||||||
# dialog to enter
|
# dialog to enter
|
||||||
$_temp="/home/admin/.seed.tmp"
|
#$_temp="/home/admin/.seed.tmp"
|
||||||
dialog --backtitle "RaspiBlitz - LND Recover" --inputbox "Please enter/paste the SEED WORD LIST:\n(just the words, seperated by commas, in correct order as numbered)" 9 78 2>$_temp
|
wordstring=$(dialog --backtitle "RaspiBlitz - LND Recover" --inputbox "Please enter/paste the SEED WORD LIST:\n(just the words, seperated by commas, in correct order as numbered)" 9 78)
|
||||||
wordstring=$( cat $_temp | tr -dc '[:alnum:]-.' | tr -d ' ' )
|
#wordstring=$( cat $_temp | tr -dc '[:alnum:]-.' | tr -d ' ' )
|
||||||
shred $_temp
|
#shred $_temp
|
||||||
echo "processing ..."
|
echo "processing ..."
|
||||||
|
|
||||||
# remove spaces
|
# remove spaces
|
||||||
|
Reference in New Issue
Block a user