Bitcoin Forum
June 10, 2024, 12:53:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Old Bitcoind - Export Private Key - HELP!  (Read 602 times)
theonewhowaskazu (OP)
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
March 02, 2014, 05:12:19 PM
 #1

~/.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?

dbbit
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
March 03, 2014, 12:02:53 AM
 #2

Have you tried using pywallet to dump the private key?

Alternatively, upload your wallet.dat to blockchain.info.
xeroc
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
March 03, 2014, 03:14:30 PM
 #3

~/.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
Code:
bitcoind listaddressgroupings
identify those addresses containing non-zero bitcoins/satoshi
use
Code:
bitcoind dumpprivkey ADDRESS
to get the privatekeys
theonewhowaskazu (OP)
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
March 03, 2014, 03:49:43 PM
 #4

run
Code:
bitcoind listaddressgroupings
identify those addresses containing non-zero bitcoins/satoshi
use
Code:
bitcoind dumpprivkey ADDRESS
to get the privatekeys

That's what I originally tried, however dumpprivkey wasn't implemented in this Bitcoind, it was too old. I ended up using pywallet to extract the private key, apparently its the only way.

Alternatively, upload your wallet.dat to blockchain.info.
It kept on saying that I entered the wrong password, even though I was entering the correct one. Maybe its an old format of wallet.dat? *shrugs*

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!