Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
kTimesG
on 02/07/2025, 18:30:58 UTC
And every bit at every position has a 50% chance of being either 0 or 1
wrong.
value 101010100101010100101010100101010100101010100....101010100 impossible too.
have generator by statistic for huge amount of random numbers. its a very nice with python, but very slow for real work.
so do a CircleTraversal (up to 255 bit range) for GPU, its a best DLP solution (may be soon will publish).

Are you saying that the private key 101010100101010100101010100101010100101010100....101010100 does not exist as one of the 2**70 equally likely options? Well, that's new.

Any decent random generator will use entropy that guarantees that you get 0 and 1 with equal chances, otherwise it's broken.