glv2 / bruteforce-wallet

Try to find the password of an encrypted Peercoin (or Bitcoin, Litecoin, etc...) wallet file.
Other
352 stars 134 forks source link

Multibit support? #15

Closed neilmunday closed 6 years ago

neilmunday commented 6 years ago

Hi,

Does your tool support Multibit (classic) wallet or key files?

I tried it with both but I got the following error:

$ ./bruteforce-wallet -l 3 -m 5 -t 2 ~/MultiBit/multibit.wallet BDB0004 fop_read_meta: /home/neil/MultiBit/multibit.wallet: unexpected file type or format Error: /home/neil/MultiBit/multibit.wallet.

: Invalid argument

glv2 commented 6 years ago

The program only works on wallet files using the "bitcoin-qt wallet.dat" format. The error message you got indicates that Multibit uses a different format.

neilmunday commented 6 years ago

Ok, no worries.