Post
Topic
Board Bitcoin Technical Support
Re: Btcrecover token file question
by
WalletPasswordRecovery
on 08/01/2023, 11:13:31 UTC
it can be done more efficent, use btcrecover to generate dictionary than use hashcat with the dictionary
1) in btcrecover command instead of "--wallet wallet.dat" put "--listpass > dict1.txt"
2) sort dict1.txt | uniq > dict2.txt
3) use hashcat with dict2.txt