Next scheduled rescrape ... never
Version 1
Last scraped
Scraped on 28/04/2025, 07:46:03 UTC
In theory, modular traversal is bijective and randomized
In theory, modular traversal is bijective and randomized. So, generally speaking, if the target keys are randomly distributed across the keyspace, modular traversal can be as efficient as linear traversal. But, for clustered targets like in the 2^69 puzzle, modular traversal is not efficient because the targets were clustered near the starting point (within a small range of the keyspace). So we need a "new" linear traversal.

just my 2cents.
Original archived Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
Scraped on 28/04/2025, 07:41:05 UTC
In theory, modular traversal is bijective and randomized. So, generally speaking, if the target keys are randomly distributed across the keyspace, modular traversal can be as efficient as linear traversal. But, for clustered targets like in the 2^69 puzzle, modular traversal is not efficient because the targets were clustered near the starting point (within a small range of the keyspace).

just my 2cents.