I have a Blockchain wallet but I'm locked out. My password is not working and my mnemonic phrase is wrong. Despite I just only have 1 mnemonic phrase ever written down in my life.
I used to connect with my wallet true the app with the pin-code. But I have a new mobile and forgot to transfer the Bitcoins to another account (Bitstamp). I removed the sd-card from my old mobile into the new and now the app on my old mobile doesn't work any more (the app seemed to be installed on that SD-card). So that SD-card can't be used anymore because it was formatted during installing it in the new mobile.
Contacted support of Blockchain and the only that they can do is remove the Two Factor Authentication. And that is what they did on my request but it didn't solved my problem.
Now I'm trying to use btcrecover as a last hope but I encounter some problems.
I started btcrecover with this command:
C:\python27\python btcrecover.py --wallet wallet.aes.json --tokenlist tokens.txt --autosave savefile --no-dupchecks
and it started counting passwords. There is no progress bar.
If it appears to be stuck just counting upwards with the message Counting passwords ... and no progress bar, please read the Memory limitations section
It's running on a laptop with 6GB ram and the laptop was all the time accessible. How to fix the problem with the missing progress bar? Where to justify for example the amount of threads?
During typing this message btcrecover stopped with the message:
at least 13,322,800,000 passwords to try, ETA > --max eta option (168 hours), exiting
How can I expand the ETA?
Last question: I'm trying to bruteforce a backup of Blockchain wallet. The possible password exists of a combination of numbers, upper en lower case letters. All together between 8 and 11 characters. Is this tokens.txt correct for the job?
Thank you in advance!