~/.bitcoin$ bitcoind dumpprivkey blah
error: {"code":-32601,"message":"Method not found"}
~/.bitcoin$ bitcoind getinfo
{
"version" : 32400,
"balance" : 0.00000000,
"blocks" : 0,
"connections" : 0,
"proxy" : "",
"generate" : false,
"genproclimit" : -1,
"difficulty" : 1.00000000,
"hashespersec" : 0,
"testnet" : false,
"keypoololdest" : 1393101789,
"paytxfee" : 0.00000000,
"errors" : ""
}
I've tried moving the wallet.dat file to a machine with a newer bitcoind installation, but it isn't working. Any idea how to fix this?
run
bitcoind listaddressgroupings
identify those addresses containing non-zero bitcoins/satoshi
use
bitcoind dumpprivkey ADDRESS
to get the privatekeys