getumbrel / umbrel-dashboard

[Deprecated] Moved to https://github.com/getumbrel/umbrel/tree/master/packages/dashboard. Web-based dashboard to interact with your Umbrel.
https://github.com/getumbrel/umbrel/tree/master/packages/dashboard
Other
132 stars 69 forks source link

warn by typo in seed recovery #420

Open rage-proof opened 2 years ago

rage-proof commented 2 years ago

Hi, when recovering my umbrel with a seed I got an error messages that was confusing. The problem was, I had a typo in one of the 24 words and it would be helpful if umbrel would check each word for there validity and raise the error. Here is the wordlist for LND https://github.com/lightningnetwork/lnd/blob/master/aezeed/wordlist.go (actually everyone uses this list) with the 2048 words that are allowed in the seed and no other words. I figured my problem out by checking each of my seed words against the mentioned list and finding the typo.