Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
57180960
Topic
5335039
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.