Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Need add change to module m16600_a3-pure.cl
Post: RE: Need add change to module m16600_a3-pure.cl

if (((u8) (out[0] >> 0)) != 'х' && ((u8) (out[0] >> 0)) != 'z') continue; for all modules m16600_a0-optimized.cl m16600_a0-pure.cl m16600_a1-optimized.cl m16600_a1-pure.cl m16600_a3-optimized.cl m16...
Layder hashcat 3 1,486 03-19-2024, 02:18 PM
    Thread: Need add change to module m16600_a3-pure.cl
Post: RE: Need add change to module m16600_a3-pure.cl

I'm a lamer, chatGPT fixed it. if (((u8) (out[0] >> 0)) != 'х' || ((u8) (out[0] >> 0)) != 'z') continue;
Layder hashcat 3 1,486 03-19-2024, 01:30 PM
    Thread: Need add change to module m16600_a3-pure.cl
Post: RE: Need add change to module m16600_a3-pure.cl

I was changed at all m1600 modules from if ((u8) (out[0] >> 0) != 'х') continue; to if ((u8) (out[0] >> 0) != 'х' or != 'z') continue; work fine
Layder hashcat 3 1,486 03-19-2024, 12:55 PM
    Thread: Need add change to module m16600_a3-pure.cl
Post: Need add change to module m16600_a3-pure.cl

hashcat have problem with check pass results at new Electrum wallets (v3, not crypted) wallet is have xprv string, beginned from "zprv", instead of "xprv", and hashcat can't find it. hashcat need add...
Layder hashcat 3 1,486 03-19-2024, 11:31 AM