Go to file
Christian Clauss 19e4f9007b
Get the ruff rules right... (#23)
2023-04-16 22:14:02 +03:00
.github Get the ruff rules right... (#23) 2023-04-16 22:14:02 +03:00
testdata Initial code (guts adapted from PyWallet) 2017-08-26 17:42:50 +03:00
walletool Include DASH main-net version constant 2021-04-14 19:54:28 +03:00
.gitignore Initial code (guts adapted from PyWallet) 2017-08-26 17:42:50 +03:00
README.md Initial code (guts adapted from PyWallet) 2017-08-26 17:42:50 +03:00
check_bchain.py Add scripts to check balances/txns for some coins 2018-01-23 20:09:32 +02:00
check_dogechain.py Add scripts to check balances/txns for some coins 2018-01-23 20:09:32 +02:00
wt_extract_keys.py Do not automagically sort by address 2018-01-23 19:56:47 +02:00

README.md

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 :)