Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akx/walletool
a tool for reading wallet.dat files
https://github.com/akx/walletool
bitcoin dogecoin litecoin wallet
Last synced: 17 days ago
JSON representation
a tool for reading wallet.dat files
- Host: GitHub
- URL: https://github.com/akx/walletool
- Owner: akx
- Created: 2017-08-26T14:46:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T19:14:02.000Z (over 1 year ago)
- Last Synced: 2024-10-19T23:51:44.933Z (24 days ago)
- Topics: bitcoin, dogecoin, litecoin, wallet
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 203
- Watchers: 14
- Forks: 85
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
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 :)