
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 or Linux? Refer to the manual below. On macOS? Use the DMG file.
Make sure Git and Python are available on Windows.
Git for Windows: https://git-scm.com/install/windows
Python for Windows: https://www.python.org/ftp/python/3.13.12/python-3.13.12-amd64.exe
Access GIT CMD.
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 :)