Post
Topic
Board Bitcoin Technical Support
Re: Found my old Bitcoin wallet.dat. Already ran pywallet. What now?
by
nc50lc
on 24/08/2022, 02:46:03 UTC
-snip-
How can i figure out the private keys from these information please?
If you've provided the passphrase, the WIF private keys will be listed under the "keys" json array (usually above that master key array).

It contains "addr", "compressed", "encrypted_privkey" down to "secret",
the one that you're looking for are the "sec" above secret, which is the WIF prvKey of the address above it.