Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
lordfrs
on 02/05/2023, 08:56:34 UTC
Is there any python script for BSGS or Kangaroo algorithm to search with bit range of 2^80?Huh??

This one is not working, I tested it. https://github.com/Telariust/pollard-kangaroo/blob/master/pollard-kangaroo.py
Check this https://github.com/iceland2k14/kangaroo

Bro thanks for replying, can you pl tell me How to run it in cmd with my particular range & pub key, plus can it take multiple pubkeys at a time, all within same range of 2^80??


-p = "Public Key in hex format (compressed or uncompressed)
-keyspace "Keyspace Range ( hex ) to search from min:max. default=1:order of curve
-ncore= "Number of CPU to use. default = Total-1
-n = "Total range search in 1 loop. default=72057594037927935
-rand = "Start from a random value in the given range from min:max and search 0XFFFFFFFFFFFFFF values then again take a new r
-rand1= "First Start from a random value, then go fully sequential, in the given range from min:max

run the following code in the same folder as the files, write the range you want to search, set the settings, save it as a bat file and run it

kangaroo.py -p 02CEB6CBBCDBDF5EF7150682150F4CE2C6F4807B349827DCDBDD1F2EFA885A2630 -keyspace 800000000000000000000000000000:FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF -n 720575940379279350 -rand -ncore 7