0

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!

  • Let me know if the Ruby code shared in this answer resolves your issue: https://bitcoin.stackexchange.com/a/99101/ –  Apr 27 '21 at 19:11
  • What do you mean by ‘it turns out a mess’ ? – Mike D Apr 27 '21 at 20:32
  • Can you clarify what you mean by "decoded the wallet"? An "alphanumeric string" is often hex, but it can also be Base 64 or base 58 or some other format. That "decode" process also apparently led you to believe that you got a private key. Can you point to or describe the process? I vote to close because it's been a while and the asker hasn't answered Mike D. – Dave Scotese Oct 09 '21 at 00:29

0 Answers0