How do I get my encrypted private key converted?

1

1

"addr":              "typicalbitcoinaddress", 
"compressed":        true, 
"encrypted_privkey": "this  is my private key that is 96 characters long", 
"label":             "Wallet", 
"pubkey":            "Public key of the address",
"salt":              "random small set of digits not sure what this is"

I dont know how to convert my private key that is under "encrypted_privkey" (96 characters long) (Not sure what it is encrypted to) to a Wallet Import Format like to import it into blockchain.info....Any help on the process to convert this to a WIF private key would be greatly appreciated, I am unable to provide the private key of course...

user14755

Posted 2014-03-22T21:32:21.330

Reputation: 11

Blockchain has import instructions on their import page for wallet.dat files near the bottom. Assuming you are using Bitcoin-QT, which you should have mentioned.

John T 2014-03-22T23:03:06.400

Yeah, it would help if you mentioned what wallet you are using.Murch 2014-03-25T00:25:00.820

No answers