How do I find the private key in order to transfer my bitcoins from bitcoin core. The block chain keeps crashing before synchronization takes place. Appreciate the feedback
Asked
Active
Viewed 5,348 times
1 Answers
0
if you are on linux then you can use
$ bitcoin-cli dumpprivkey youraddress
where you replace youraddress
with your actual bitcoin address. do this for as many addresses as you have to get the private key for each of them.

mulllhausen
- 1,713
- 2
- 15
- 33
youraddress
is your bitcoin address - eg1MTChe67xXyAnckt693ZaCk4J3vWyiquFB
. but if you are on windows then i suggest following the comment posted by Nick ODell below your question. – mulllhausen Jun 21 '15 at 07:49