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
Hello man, update your software. Previous version of a Cyclone has a bug. I did a mistake with a first batch of the thread, not right computing center point of the first batch, and than the last batch finish not in the end of the range. Last half batch of points from the end of the each thread doesnt computing!
Hi, what was exactly the bug in the software? How would I rescan the already covered ranges?
Suppose my command with older version was
./CUDACyclone --range 40003da10000000000:40003da1ffffffffff --address 1PWo3JeB9jrGwfHDNpdGK54CRas7fsVzXU --grid 512,512
Do I need to run this range once again with
./CUDACyclone --range 40003da10000000000:40003da100000000ff --address 1PWo3JeB9jrGwfHDNpdGK54CRas7fsVzXU --grid 512,512
and
./CUDACyclone --range 40003da1ffffffff00:40003da1ffffffffff --address 1PWo3JeB9jrGwfHDNpdGK54CRas7fsVzXU --grid 512,512
to recheck for the missing keys?
I want to clarify that my post refers to a modified version of the original CUDACyclone project, where I added the features I mentioned.
I don't know what bugs @FrozenThroneGuy is referring to.