Post
Topic
Board Altcoin Discussion
Re: how to see my private key bye decrypted wallet.dat
by
BASE16
on 07/06/2021, 17:48:29 UTC
If db_dump does not work you can also try
Code:
hexdump 'wallet.dat' -C > wallet.hex

And then open in notepad and use search and find 'mkey' and 'ckey'
If the wallet is not corrupt it should be in there.