Hey Propulsion, thanks for this. I have found a private key for that address though. But still does not feel good about corrupted wallet. It was a single address, so easy to backup the priv key somewhere. But if this was anonymized/denominated wallet with a few hundred adresses in it?
Anyway I tried this gist and got:
Code:
python bitwalletrecover.py
Traceback (most recent call last):
File "bitwalletrecover.py", line 22, in <module>
import base58
ImportError: No module named base58
Sorry, might have done something wrong, I'm a linux noob
edit: just did python3 instead of python and worked but
Code:
python3 bitwalletrecover.py
Found 0 privKeys
Is that because the wallet is encrypted?