Can I import my wallet from my bitcoin core for electrum?

4

1

Bitcoin-qt, now bitcoin core is insane. It consumes 40GB hard disk space. It hogs network. I am thinking of using Electrum or something like that.

I want to use another bitcoin client.

Electrum is one of them. However, I got asicminer stocks that send me dividend. I want to import my wallet.dat file into Electrum.

Can that be done?

user4951

Posted 2015-03-13T10:24:04.167

Reputation: 1 124

possible duplicate of Is it possible to transfer a bitcoin wallet?

Nate Eldredge 2015-06-16T16:42:57.850

possible duplicate of Copy wallet to Electrum or Multibit?

Murch 2015-06-16T20:41:40.677

Answers

4

If you export the private keys for the addresses you want to keep then you are literally your own bank, most wallets allow you to import private keys in some way. I don't know the specifics of doing it on Electrum though.

To export from bitcoin-qt go into the debug console from the menus, and enter

dumpprivkey "1bitcoinaddresshere"

Keep that key safe - it is the key to all coins in that address now, past & future. Don't leave it on your desktop or dropbox, preferably carefully copy and paste it into the other wallet without writing to disk.

George

Posted 2015-03-13T10:24:04.167

Reputation: 586