I'm trying to sweep some coins from an old (blockchain.info) wallet.
I decoded the wallet I have and it gave a private key as a 44 char alphanumeric string starting with 9.
This doesn't seem to be a standard format. I tried to base-64 decode it but it turns out a mess.
Any ideas on how to convert this into a WIF so that other wallets will recognize this?
Thanks!