HI, Who can rewrite the program so that it search for the privat keys from the file .txt ?
or mask generation
I don't know what do you mean by "mask generation", but for .txt file you could create
.bat file to parse/loop parameter on .txt file and then execute BitCrack.
i pay....
You could create a thread on
Services to seek people who can do the job.
how is possible that high puzzles already cracked in this high bit range
70 , 75 , 80 , 85 , 90 , 95 , 100 , 105 , 110 , 115
and why 120 and 125 and 130 unsolved
The author of the puzzles release the publickey by doing some small spending in those puzzles. Those were solved with kangaroo or some other tools. The 120 bit puzzle and above are really big and the cost to solve those puzzles is bigger than they worth.
To be more specific, those algorithm (such as Pollad's Kangoroo and BSGS) have time complexity lower than
O(2^bits). For example, Pollad's Kangoroo time complexity
O(sqrt(2^bits)).