Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
algorithm32
on 26/05/2023, 14:42:26 UTC
No, the only reason you think that is because the software you know of is basically copy-paste code.

better chance you have to solve the puzzle #66 with this basic code:

What is your speed?  Roll Eyes Roll Eyes Huh

It's not a question of speed, due to current computing limitations sequential search is a lost cause.
if you have 1000 petakey/s
and you search in a range 50% greater than your speed is not feasible -R + sequential.
because your software would not influence the first digits.

on the other hand, a real random has more opportunity with less computing power.
example

pk =1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
your code                                                                                          100000000000000000000000000

random sequential just changes the values in color "red" more slowly, than with a true random.