Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Successfully identified passphrase but can't decrypt keys #286

Open
dkori opened this issue Aug 16, 2018 · 4 comments
Open

Successfully identified passphrase but can't decrypt keys #286

dkori opened this issue Aug 16, 2018 · 4 comments

Comments

@dkori
Copy link

dkori commented Aug 16, 2018

I was able to successfully identify the correct passphrase for a very old wallet.dat file (last used December 2013) using the btcrecover tool (thanks so much! I'll definitely donate once I have access to the funds again).

However, when I try to use the passphrase to dump the decrypted wallet using pywallet, the program crashes. I'm able to dump the wallet with encrypted public keys using pywallet when I don't enter a passphrase.

I'd like to avoid installing Bitcoin Core and downloading the entire block chain, and I also don't know if the wallet is even compatible since it's so old. Is there a way for me to use btcrecover to dump the decrypted private keys now that I have the right passphrase? Thanks again!!

@vly3
Copy link

vly3 commented Aug 16, 2018

I think you can export the private keys from Bitcoin Qt using commands in the debug window even if offline or if the blockchain has not yet synchronized. The instructions at these two links seem to be the same. I think you can do these steps without it being synchronized.

https://bitcoin.stackexchange.com/questions/4203/how-can-i-export-the-private-key-for-an-address-from-the-satoshi-client

https://github.com/OmniLayer/omniwallet/wiki/Exporting-a-private-key-from-Bitcoin-Qt---Bitcoin-Core-and-importing-to-Omniwallet.org

@vly3
Copy link

vly3 commented Aug 16, 2018

@vly3
Copy link

vly3 commented Aug 17, 2018

If you export your private keys without syncing the blockchain, make sure you get your change addresses. I did that once and left some in a change address that I didn’t realize existed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@dkori @vly3 and others