<<  >> (p.156)
    Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 324370 times)
    bestie1549
    Jr. Member
    *
    Offline Offline

    Activity: 75
    Merit: 5


    View Profile
    August 11, 2023, 07:02:45 PM
     #3101

    zahid888 before you posted that my guess was the same :
    my guess:
           #63       0=27   correct     1=36
           #64       0=34   correct     1=30
           #65       0=36   correct     1=29
           #66       0=34   guess       1=32
           #67       0=40   guess       1=27
           #68       0=33   guess       1=35
           #69       0=32   guess       1=37
           #70       0=36   correct     1=34

    Maybe James should publish the GPU code for the 1s and 0s searching and also make it possible for us to be able to arrange the positioning of the second 1s where we don't need to start all over again when the program stops working due to power loss or something and also make it in such a way that it program can continue from where it stopped so it doesn't have to keep doing the same thing over and over again. the code has so much potentials but we are going to give it a try too

    import math

    n = 66
    k = 32

    combination = math.factorial(n) (math.factorial(k) * math.factorial(n - k))

    print(combination)


    7007092303604022272  combination   2^62.6.....

    7,007,092,303,604,022,272/50,000,000,000,000/86,400=1.62 days with just 50 Trillion keys/s
    We go faster than that on keyhunt BSGS if you have sufficient amount of RAM and a good number of CPU in your machine you can even go as fast as 500 Trillion

    This calculation is incorrect, all possible combinations are larger when the ratio of 1s and 0s is 50%, if 1 or 0 is smaller, the total decreases.

    when will you publish the GPU version of the code for benchmarking and fully operational testing that way we can be sure which one is the time taken to get the key
Page 155
Viewing Page: 156