Bitcoin Forum
June 28, 2024, 12:59:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Marketplace / Re: Don't buy "wallet.dat" files with lost passwords. EXCHANGE THEM! on: February 14, 2022, 08:43:30 PM
i have 129 uncracked wallet and 10 cracked ones... i don't know addresses because i am looking only hashes.

Why don't you publish the hashes of the wallets you cracked to see if somebody else have the wallet.dat file for it?
2  Other / Beginners & Help / Re: Discussion! Don't BUY FAKE! "wallet.dat" files with lost passwords. on: February 14, 2022, 08:19:44 PM
    all wallets are scam!
     You check your wallets with pywallet tools  python pywallet -d -w wallet.dat
     You will find the keypool time is incorret.
     for example 18NxttmXTJfifBJCeJnJYTVvTniR5hZRBB  75.2 btc
     the keypool is:
     "pool": [
        {
            "addr": "1N7nnUeJEmRdUCjUFSgoZSWn6cqNmyPPvc",
            "n": 1,
            "nTime": 1513148460,
            "nVersion": 80500,
            "public_key_hex": "029621dc737db8e74cfdb75e94a1ef5f7c266d62a200f97607074a549c943c9241"
        },
        {
            "addr": "1FgTU13mAVJenBLTGeqXQuEj3ZAFEt9q2s",
            "n": 2,
            "nTime": 1513148460,
            "nVersion": 80500,
            "public_key_hex": "0231b7eb1c9eb9aaed4bd19759c54120767a0cd1ac07ff65299b59ee5a6294274e"
        },
       the nTime is modify password time,
      I  buy this wallet 2017-12-30  the modify password time is 2017-12-13
      password is forgot after two weeks, so the wallet.dat is scam
   

What tool do you use? My pywallet.y gives this error:

no such option: -d
3  Economy / Marketplace / Re: Hi you are a great guy, thanks for your research! on: February 14, 2022, 07:34:16 PM
We need an tool that is capable to check if accounts have private keys at all defined (in encrypted format) then we can at least filter some of forged wallets. Thanks!
I noticed that inside the original wallet.dat file there are addresses to which the coins were transferred, that is, all outgoing transactions are written to the wallet file.



In this wallet the type field is empty and the Label shows (n/a) while the incoming transactions show the address there.
Does that mean it is a fake according to your research?
4  Economy / Marketplace / Re: Don't buy "wallet.dat" files with lost passwords; EXCHANGE THEM. on: February 09, 2022, 08:30:07 PM
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!

From my perspective, and wallets i have, the following are md5's of wallets with duplicate iteration numbers, in format of md5(wallet_hash). They are probably fake wallets.
Compare these with wallet hashes you have, and mark it as probably fake.

Code:
while read line; do echo -n $line | md5sum; done < all.btc.hashes

ebc5d38a456d1ecea8ab3de8d0ed9f3e
f4eb0964d0c6217e025e2f7433510e89
36429177dada25bb0089705b5d352bef
43ef9d2b9551dca78f5cf3507f25ec8a
963e6eaed379c82a698e9e3603f8d84f
4d60f7042ef9525886a699fef61b40ae
b4edfd455728537f77823d6a8f42ae94
ac8197928d773bc042773e7388b196a6

Sorry for a complexity, but this quite outside the scope of thread's subject.

I have a wallet but I do not understand how to use the code provided in this reply. Do I replace 'all.btc.hashes' part of the example code with the wallet.dat hash generated for Hashcat?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!