@nomachine, do we need to change seed for #66? I found 30 on mobile in 30 seconds, lol now we can compare a phone with a pc.
Of course you should. Each puzzle has a separate seed that needs to be discovered. It's best to start with:
constant_prefix = b''
but you can start with
constant_prefix = b'\xc9\xd9\x1d\xbc' (seed for 65 starts like that)
the script itself generates the additional number of bytes to the required length
increasingly I think the length is bits/8 or
length = (puzzle//8)
I have the most hits that way
