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=$(echo"${wordstring}"| sed 's/[^a-zA-Z0-9 ]//g')
# string to array
IFS=','read -r -a seedArray <<<"$wordstring"
echo"ENTER SEED"
# dialog to enter
#$_temp="/home/admin/.seed.tmp"
wordstring=$(whiptail --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)