<<  >> (p.442)
    Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 323994 times)
    nomachine
    Full Member
    ***
    Offline Offline

    Activity: 714
    Merit: 110


    View Profile
    April 09, 2025, 05:18:11 PM
    Last edit: April 09, 2025, 05:31:31 PM by nomachine
     #8821

    By the way, your version of mutagen (which you updated not so long ago) has become faster to check, before 300 billion took 12 hours, and now 8 hours. Cut another 6 hours and it will be like in Cyclone  Grin

    Code:
           for (int pos : flips) {
                Int mask;
                mask.SetInt32(1);
                mask.ShiftL(pos);
                currentKey.Xor(&mask);
            }


    Yes, this is the maximum. Only if you program XOR to work in assembly might it be faster. The same applies to the combination generator - they are a bottleneck  Wink


    https://github.com/NoMachine1/Mutagen/commit/ffcddcbcdbf2c4bba12b0439d61a403a08f22d3b

    BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
Page 441
Viewing Page: 442