hello is there a code to be able to crack several wallet.dat files
ex: wallet.dat ====> pass1 ====> no found
wallet2.dat ====> pass1 ====> no found ect..........
yes, you could use Hashcat for this.(i have done this with 20+ wallet.dat files)
First you need john the ripper to extract the hash value from each wallet, put all hashes in one file.( the python tool is bitcoin2john.py)
then use hashcat and specify the hash file as the hash
note, this only works with same versions of wallets, i.e. if you use 11300 it should apply to all hashes
you can dowbload jtr here
https://github.com/magnumripper/JohnTheRipperyou can download hashcat here
https://github.com/hashcat/hashcatgood luck!
ps. i would also recommend to use hashcat brain to store all tried attacks to avoid doubles
/KX