4
I have bought some bitcoins a while back, and stored them in bitcoin core. Now I try to use them, but I have to download the whole blockchain (1 year and 23 weeks to go) which takes about forever..
I donwloaded the electrum wallet and want to wire the bitcoins to that wallet.
Is this possible without downloading the entire blockchain? It would be the first time I do a transaction with bitcoins so I am a bit careful.. There is a transaction cost I can set (normal - fast) which gives a confirmation in 25 - 1 block. Is this confirmation sent after I downloaded the entire chain?
simple question, but I do not find the answer...
thanks in advance!
Hi,thanks for the help. How do I find the private key and how do I import it? do you have any suggestions which wallet to use?
kind regards – Pieter – 2017-03-15T16:40:55.963
1Run the command
dumpprivkey <address>to get the private key associate to your address. To run this command, you can either run it in bitcoin-qt console or with command line in bitcoin-cli. I'm now using BreadWallet which is easy to use and pretty nice UI/UX, you can search for it in Google Play or App Store and take a look to see whether it fits your needs. – hoanghs13 – 2017-03-16T01:45:46.203You can also look up for other useful commands with Bitcoin core here: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
– hoanghs13 – 2017-03-16T01:50:58.380Also, You can use Electrum instead of the Mobile wallets mentioned. After you have gotten your private key, then follow this guide: http://docs.electrum.org/en/latest/faq.html#can-i-sweep-private-keys-from-other-bitcoin-clients
– Rouse – 2018-08-09T13:39:11.763