Post
Topic
Board Beginners & Help
Re: How to dump all private keys
by
shorena
on 28/01/2016, 20:16:05 UTC
Which wallet are you using?

Bitcoin Core 0.11.2

the command is dumpwallet you can use it from the terminal and you must give it a full path, e.g.

dumpwallet c:\mykeys.txt

If you have set a password you need to unlock the wallet first. The below command will unlock it for 60 seconds.

walletpassphrase PASSWORD 60

They will be exported unencrypted(!) so be careful.