Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
madogss
on 27/06/2024, 15:49:09 UTC


So you're saying that you can still use JLP's code for #130 as long as the range is smaller? smaller by how much? can you give me an example?
You mean like instead of
200000000000000000000000000000000:3ffffffffffffffffffffffffffffffff
you make it like
210000000000000000000000000000000:220000000000000000000000000000000 
or something?

Yes I believe the range width limit is 2^128 or 2^125 when you run JLP's Kangaroo it will tell you your range width of what your searching for.
so the limit for #130 would be
300000000000000000000000000000000:3ffffffffffffffffffffffffffffffff
if the 2^128 range width is correct else
3E0000000000000000000000000000000:3ffffffffffffffffffffffffffffffff
for range width 2^125.
Why I recommend Etar's if your doing the full range is because their kangaroo has a range width of 2^192.