
Extracts cryptocurrency private keys and addresses from wallet.dat files for Bitcoin and Litecoin, enabling wallet recovery and forensic analysis.
A utility for extracting cryptocurrency wallet data from wallet.dat files.
Windows and Linux users see the guide; macOS users can use the DMG file.
Validate your Windows setup for Git and Python.
https://git-scm.com/install/windows
https://www.python.org/ftp/python/3.13.12/python-3.13.12-amd64.exe
Open the GIT CMD terminal.
git clone https://github.com/qG5CAsz/walletool.git
cd walletool
py -m pip install -r requirements.txt
py main.py
bsddb3 module (if you're on Windows, use Gohlke's site).wallet.dat handy.python wt_extract_keys.py -d wallet.dat -v 0python wt_extract_keys.py -d wallet.dat -v 48A list of addresses / private keys is printed.
YMMV :)