Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
fmg75
on 20/09/2025, 16:07:15 UTC

An update to CUDACyclone that generates non-repeating, persistent random subranges.
Ideal for collaborative search.

./CUDACyclone \                                                                                                                                                 
              --range 400000000000000000:7fffffffffffffffff \
              --address 1PWo3JeB9jrGwfHDNpdGK54CRas7fsVzXU \
              --random-subranges --num-subranges 10000000 --grid 256,8

Would it not be faster if you target Hash 160 of the Address instead of the BTC Address. i.e. cut down on calculating Address from PK which is not needed.


Internally, the comparison is made against hash160().
The address is displayed in the interface for convenience only.