Author

Topic: Exporting private keys (dumpprivkey) (Read 2240 times)

legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
April 13, 2012, 01:34:41 PM
#3
Hey all

I'm trying to export some keys as a safe backup, i'm using an external drive as my datadir and that usually works fine but now i'm running into some trouble.

i'm running:

./bitcoind -datadir=/media/BTC listreceivedbyaddress

it then returns:
error: couldn't connect to server

Am i doing something wrong or how should i go about this?

i assume you enter that command by console so you can try first...

Code:
./bitcoind -datadir=/media/BTC&

wait a few moments for hte bitcoin daemon to start-up and do...

Code:
./bitcoind getinfo

or

Code:
./bitcoind help

when this commands return you some nice info try...

Code:
./bitcoind listreceivedbyaddress

hero member
Activity: 518
Merit: 500
April 13, 2012, 01:06:28 PM
#2
Hey all

I'm trying to export some keys as a safe backup, i'm using an external drive as my datadir and that usually works fine but now i'm running into some trouble.

i'm running:

./bitcoind -datadir=/media/BTC listreceivedbyaddress

it then returns:
error: couldn't connect to server

Am i doing something wrong or how should i go about this?

Yeah seems like the BTC server is not running so first run something like : ./bitcoind -daemon

Then run your command !

Do I get a bounty if it works Cheesy ?
legendary
Activity: 1937
Merit: 1001
April 13, 2012, 01:03:04 PM
#1
Hey all

I'm trying to export some keys as a safe backup, i'm using an external drive as my datadir and that usually works fine but now i'm running into some trouble.

i'm running:

./bitcoind -datadir=/media/BTC listreceivedbyaddress

it then returns:
error: couldn't connect to server

Am i doing something wrong or how should i go about this?
Jump to: