Oddbean new post about | logout
 there is zero guarantees about where your solution will fall, it just is probably going to fall around the middle of the bell curve for your target partial hash collision

my research and experiments with this kind of process show there is ways to make the curve taller and the edges lower (decreasing variance) but i don't think this can apply very easily to an irregular timing system like you have with nostr note ID hashes, the methods i discovered had to do with target variation over time, one that worked was a doubling series with averaging across multiple targets and another was the use of integrals, and i have read more about PID controllers and possibly derivatives can improve the timing of distribution if the integral has a noise filter added to it

prior to my foray into this area i knew about the principle of "mass action" in chemistry and it is also a similar thing that is the basis of statistical probability and the gaussian distribution (bell curve) but the only thing that improves timing other than varying your target in response to historical timing is increasing the number of attempts at finding a solution

so, i'm just telling you this because reality is not going to be what you expect, the numbers are too small to get such smooth predictable results