You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: