Hi
I hope someone can help me last Friday I was mugged and had my IPhone stolen
A very unpleasant experience
I have my algo’s on a ledger but I haves all my ASA’s
On my algorand wallet and a few coins
I thought I was super careful with the pass phrase but apparently not
I have only noted 24 words and not the 25th one, and I’m locked out of my account
This is cropped but the words are OK and it continues like this:
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Traceback (most recent call last):
File "recover.py", line 37, in <module>
curr = confirmed.index(" ", curr + 1)
ValueError: substring not found
Since i am not a programmer this looks like gibberish to me?
It kind of expects something too be there that isn’t
Hi, @josh
Please try this REDACTED procedure. (see comment below)
Enter the 24 words into the second panel, after “At least the first 22 words of passphrase:”, then press “Compute passphrase”
Thanks @Maugli for the code.
While your website indeed may help less technical users, we are afraid of the security risks.
As currently reviewed the code is secure, but if the website gets hacked, hackers may easily still users mnemonics.
For this reason, we have removed the link.
Please feel free to publish the HTML on a github and link to a precise commit on the Github, which should mitigate security issues.
I could reproduce the above error with an invalid passphrase. (Simply entered ‘soon’ as the 24th word)
There are two cases: (1) either the last word is really incorrect. In that case, simply OMIT the last word ( and the space before it), give your addrress in the first box, and run the procedure.
(2) the 24 word mnemonic is not a standard Algorand wallet mnemonic at all. Try to remember the type of the wallet. See also this theme.
For better security, the HTML/JS procedure will be published on my Github soon.