You can “recover” your seed considering you have all of your words and one or two went wrong while noting them down ( If you see my previous posts you’ll know I lost mine hence made this program to recover)
There’s two possibilities in where you got one word wrong
Last word (or checksum) is wrong One of the first 23 words are wrong
FIRST CASE :
For the first case it’s really easy to recover.
Let’s say you got the last one wrong i.e you wrote immense instead of island
Just enter your wrong 24 words in the mnemonic box in this website [!! Warning do not enter your seeds on any websites unless they’re absolutely trusted !!]
Just copy and paste the same entropy and you’ll get the right mnemonic , Try to recover using that phrase, if it doesn’t work its second case
SECOND CASE :
Considers checksum (or last word) is right
It takes all the words closest to the seed words using the Levenstein’s distance and tries all possible conditions where only one word is wrong and gets the seed
Example : The 24 words I’m using here as example are lift cricket must assist repair dose damp acid notice blade regular mobile pudding rival process hazard anchor meat water current gorilla multiply cruel wrist
I’ll be intentionally changing the third word must to music
Now using the program , Ill be running it generates the files seeds, log.log, allnumbers
where seeds contains all the possible combinations and allnumbers contains the binary form of seeds and lastly log.log which if successfully finds the seed stores it in the end of the file
And voila there’s your seed
With this I end my write up with the links
Source code for recovery : https://github.com/sonuishaq67/recover-ledger-seed
Here’s My other post about mnemonics if you wanna learn : https://np.reddit.com/r/CryptoCurrency/comments/p4bsmj/i_learnt_about_mnemonics_while_recovering_my_seed/
submitted by /u/sonuishaq67
[link] [comments]