<<  >> (p.111)
    Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 324006 times)
    WanderingPhilospher
    Sr. Member
    ****
    Offline Offline

    Activity: 1372
    Merit: 268

    Shooters Shoot...


    View Profile
    April 05, 2023, 04:33:22 PM
     #2201

    And even better, what if we can apply the prefix concept on hash160 too. Instead of looking for address prefix, we look for hash160 prefix. Even more speed. In fact, this would be the fastest way ever.
    Won't work, rmd160 has 40 characters and by searching for their prefix, should we stop hashing half way? Meaning converting sha256 hash of public key into rmd160 but only looking for a specific prefix, either we generate the whole hash and compare with our target or we can't generate just a prefix to compare because it would break the function and we wouldn't know the result.

    About brute force tools, bitcrack, vanity etc they all convert rmd160 to address, otherwise why would they accept an address as an input to check against?
    Say huh?! You have it backwards. Or at least saying it backwards. Vanity takes addresses and converts to 160.
    I also believe it converts the partial strings to 160 as well; I’d have to recheck on that but I’m pretty sure it does.


    If that's the case then there is another way to speed up the process but this would work for addresses with known public key. Searching only for the public key, saves us a sha256 and rmd160 to skip.
    Yeah that’s already a thing…for at least 2 years now.
Page 110
Viewing Page: 111