I am not able to import a private key using the importpvtkey command. I tried with with and without passphase set, it always throw the error
error: {"code":-4,"message":"Error adding key to wallet"}
Here is the getinfo about my setup.
{
"version" : 80600,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 276480,
"timeoffset" : -3,
"connections" : 8,
"proxy" : "",
"difficulty" : 1180923195.25802612,
"testnet" : false,
"keypoololdest" : 1387767080,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"unlocked_until" : 1387806110,
"errors" : ""
}
I am on ubuntu 12.04. Any suggestions ?