Can I import my wallet while my btc core is syncing

2

I'm upgrading my btc core to v0.18.1. I'd like to export my wallet to electrum. Is it possible while syncing? How?

dave

Posted 2019-10-25T16:34:10.050

Reputation: 61

Answers

1

Like this?

This guide is intended for users of Bitcoin-Qt who do not want to wait for their wallet to be synchronized with the network, which may take many hours or days depending on the hardware spec. The guide teaches users how to transfer their coins to Electrum bitcoin wallet, which has lower security but a faster startup time.

To answer your question, yes you can. Syncing the blockchain has nothing to do with your private keys. Electrum has a list of blockchain servers to use your keys with immediately.

tgunnoe

Posted 2019-10-25T16:34:10.050

Reputation: 191

I did that with all the receiving addresses I had on my btc qt wallet but my account doesn't match. I'm missing some btc. Any thoughts?dave 2019-10-25T20:58:51.680

Is there any way to import the whole wallet? Doesn't seem like it would make a difference but I don't know why I'm missing some btc from my account.dave 2019-10-25T21:00:06.730

You can dump your Master HD key. Go to the same console and type dumpwallet (filename) then get the xprv key at the top of the file.tgunnoe 2019-10-25T23:57:00.173

I updated the answer above.tgunnoe 2019-10-26T00:04:56.310

3@tgunnoe Downvoted. Bitcoin Core uses a hardened derivation to derive keys from master private key. From the account level, Electrum uses a non-hardened derivation. So the master private keys are not interchangeable between Bitcoin Core and Electrum. What can be done is dumping each key individually and then importing each key in Electrum.Ugam Kamat 2019-10-26T05:59:19.527

Alright, thanks. edited answer from above. New information for metgunnoe 2019-10-26T07:10:26.447