walletool icon indicating copy to clipboard operation
walletool copied to clipboard

a tool for reading wallet.dat files

Results 20 walletool issues
Sort by recently updated
recently updated
newest added

Running on my m1 Macbook pro OSX 12.5. Gives a Modules not found error. tested on Python 2.7 and python 3.9 and same error. Please help :)

Hi, Thanks for your work on this. Wanted to report that * [bsddb3](https://www.jcea.es/programacion/pybsddb.htm) is deprecated; Python 3.9 is the final minor release line of Python that it'll support * bsddb3's...

## Primarily converted the depreciated library bsddb3 to berkelydb Added: - Comments in the new, now named `main.py` file. - Logging-to-file capability for the address and private-key. And to make...

I cant get this to run at all. installed zipfile and bsdd3 and wont run.

did run `python3 wt_extract_keys.py -d WAL1.dat -v 0` and nothing happend

most wallets used compressed address/key.

kali@kali:~/Desktop/walletool-master$ python wt_extract_keys.py -d wallet.dat -v 0 Traceback (most recent call last): File "wt_extract_keys.py", line 3, in from walletool.wallet_items import parse_wallet_dict, KeyWalletItem File "/home/kali/Desktop/walletool-master/walletool/wallet_items.py", line 5, in from walletool.bc_data_stream import...

how to resolve thisi am getting this after running walletool

\Python36\walletool-master\walletool\wallet_files.py", line 16, in read_wallet_dat d.open(filename, 'main', db.DB_BTREE, db.DB_THREAD | db.DB_RDONLY) bsddb3.db.DBInvalidArgError: (22, 'Invalid argument -- BDB0210 E:\\Python36\\walletool-master\\R.DAT: metadata page checksum error') reason there is a checksum error?

Traceback (most recent call last): File "D:\Personal\bitcoin\walletool-master\walletool-master\wt_extract_keys.py", line 31, in main() File "D:\Personal\bitcoin\walletool-master\walletool-master\wt_extract_keys.py", line 19, in main w_data = read_wallet_dat(args.filename) File "D:\Personal\bitcoin\walletool-master\walletool-master\walletool\wallet_files.py", line 16, in read_wallet_dat d.open(filename, 'main', db.DB_BTREE, db.DB_THREAD...