Post
Topic
Board Bitcoin Technical Support
Merits 1 from 1 user
Re: Bitcoin wallet
by
ETFbitcoin
on 27/09/2019, 19:01:41 UTC
⭐ Merited by TalkStar (1)
The Bitqoin program bitcoin-qt runs ok and obviusly finds the wallet. opening the wallet shows data that is unreadable. Running bitcoin-qt is no problem. Is there a program I can use that can show me the content of the wallet?

Some data/information of wallet.dat could be extracted/parsed with dumpwallet command or tools such as https://github.com/jackjack-jj/pywallet

If you want to extract/parse more data, there's no choice other than analyze source code of Bitcoin Core to see how wallet.dat is created and read.