Walletool
a tool for reading wallet.dat files
walletool ~ a tool for reading wallet.dat files =============================================== The project is written primarily in Python, first published in 2017. Key topics include: bitcoin, dogecoin, litecoin, wallet.
walletool ~ a tool for reading wallet.dat files
Installation
- Install Python 3.x.
- Install the
bsddb3module (if you're on Windows, use Gohlke's site).
Extracting private keys from Bitcoin-QT/Litecoin-QT wallets
- Have your
wallet.dathandy. - For Bitcoin, run
python wt_extract_keys.py -d wallet.dat -v 0 - For Litecoin, run
python wt_extract_keys.py -d wallet.dat -v 48
A list of addresses / private keys is printed.
YMMV :)
Contributors
Showing top 2 contributors by commit count.
This article is auto-generated from akx/walletool via the GitHub API.Last fetched: 6/27/2026
