Bitcoin Forum
May 10, 2024, 01:35:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [SOLVED] How to get BTC from Bitcoin-qt wallet into Electrum wallet  (Read 1085 times)
LoydBraun (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 16, 2016, 04:41:33 AM
Last edit: January 16, 2016, 05:02:45 AM by LoydBraun
 #1

I have my wallet.dat file created with Bitcoin-qt, and I have my new Electrum install. I DO NOT have Bitcoin-qt anymore, and it'll take weeks to get a new install "in sync", as it'll have to download the entire blockchain. How do I move my old BTC to the new Electrum wallet?

It appears as though I need to "sweep" the BTC using the private keys located in my original qt wallet.dat file, sending everything to an address in my new Electrum wallet. But how do I get the private keys from the qt wallet.dat file? I don't know what to do. Any guidance here would be much appreciated. Please be as specific as possible - pretend you're responding to a 4 year old. Thanks in advance.

[SOLVED] Answer found here: https://bitcoin.stackexchange.com/questions/7536/how-do-i-export-my-private-keys-from-my-bitcoin-qt-client
1715304900
Hero Member
*
Offline Offline

Posts: 1715304900

View Profile Personal Message (Offline)

Ignore
1715304900
Reply with quote  #2

1715304900
Report to moderator
1715304900
Hero Member
*
Offline Offline

Posts: 1715304900

View Profile Personal Message (Offline)

Ignore
1715304900
Reply with quote  #2

1715304900
Report to moderator
1715304900
Hero Member
*
Offline Offline

Posts: 1715304900

View Profile Personal Message (Offline)

Ignore
1715304900
Reply with quote  #2

1715304900
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715304900
Hero Member
*
Offline Offline

Posts: 1715304900

View Profile Personal Message (Offline)

Ignore
1715304900
Reply with quote  #2

1715304900
Report to moderator
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
January 16, 2016, 08:24:33 AM
 #2

I have my wallet.dat file created with Bitcoin-qt, and I have my new Electrum install. I DO NOT have Bitcoin-qt anymore, and it'll take weeks to get a new install "in sync", as it'll have to download the entire blockchain. How do I move my old BTC to the new Electrum wallet?

It appears as though I need to "sweep" the BTC using the private keys located in my original qt wallet.dat file, sending everything to an address in my new Electrum wallet. But how do I get the private keys from the qt wallet.dat file? I don't know what to do. Any guidance here would be much appreciated. Please be as specific as possible - pretend you're responding to a 4 year old. Thanks in advance.

[SOLVED] Answer found here: https://bitcoin.stackexchange.com/questions/7536/how-do-i-export-my-private-keys-from-my-bitcoin-qt-client

Instead of dumpprivkey I suggest you use dumpwallet[1] to make sure you have all private keys and dont miss any btc. You use it the same as dumpprivkey, but with a path where the file should be. Depending on your OS, this could be (Win):

Code:
dumpprivkey c:\mykeys.txt

or (Linux)

Code:
bumpprivkey /home/user/mykeys.txt

The import in electrum works like this:

#1 File -> New/Restore
#2 Pick a name, confirm with ok
#3 Select "Restore a wallet or import private keys" and "Standard wallet", confirm with next
#4 enter the private keys one in each line and follow the rest of the instructions (it should ask for a password and scan for the balance)


[1] https://bitcoin.org/en/developer-reference#dumpwallet

Im not really here, its just your imagination.
LoydBraun (OP)
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 18, 2016, 06:56:25 PM
 #3

shorena, Just wanted to thank you again for your help. You explained it perfectly above. While I don't have a lot in BTC, it IS a lot to me, so this was very important to me. It made a big difference to have access to you and this forum.
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!