SkillAgentSearch skills...

Walletool

a tool for reading wallet.dat files

Install / Use

/learn @akx/Walletool
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

walletool ~ a tool for reading wallet.dat files

Installation

  • Install Python 3.x.
  • Install the bsddb3 module (if you're on Windows, use Gohlke's site).

Extracting private keys from Bitcoin-QT/Litecoin-QT wallets

  • Have your wallet.dat handy.
  • 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 :)

Related Skills

View on GitHub
GitHub Stars254
CategoryDevelopment
Updated7h ago
Forks104

Languages

Python

Security Score

85/100

Audited on Mar 30, 2026

No findings