Post
Topic
Board Marketplace
Re: Don't buy "wallet.dat" files with lost passwords; EXCHANGE THEM.
by
mikecolins
on 20/01/2021, 20:02:12 UTC
Hi!

I have done some "research" on wallets.dat I got, don't mean that they are the same like here, but you should check, before you try to guess the password...

at the following wallet if you compare the files in a simple way the iteration is the same.
All have: 35714

10.08    1EQjwXjyom9T35764huyriFEredLGmneVC
12.8219  19tLSCZWhX5YBVy6uX2kLheNjdUb9RBojS
22.85    19Hj5Pzi4hCj12porw97i183XYTrScbtXS
42.2445  1NKmf6GszBQ6wo349LUT4Je1csNyDDpb5Y

I'd say it very unlikely that so much wallets have the same, iteration!
Maybe this is only true for my files, but check this...

Bye

Hey, that's incredible remark!
Then it's is possible to assume that duplicate iterations are crafted fake wallets.

Code:
cat all.btc.hashes | cut -d'$' -f7 | sort | uniq -c | sort -nr
If you'll see in the result more than one instance of iteration - don't waste time on it

I will be more than happy if author of this thread will check his wallet hashes for duplicate iterations and mark them as probably fake Smiley

Thanks!