I want to open this thread to talk about the tool that i develop
Keyhunt available on github.
https://github.com/albertobsd/keyhuntKeyhunt use the BSGS algorimth to find privatekeys with the publickey, the program runs on CPU and make several use of RAM to boost the speed.
Current Version
0.2.230430 Satoshi QuestLastest changes on development branchHow to useDownload and build
Run againts puzzle 66 (addres mode)
13zb1hQbWVsc2S7ZTZnP2G4undNNpdh5so 6.6
BTC./keyhunt -m address -f tests/66.txt -b 66 -l compress -R -q -s 10
You need to add -t numberThreads to get better speed
Run againts Puzzle 130 (bsgs mode) 1Fo65aKq8s8iquMt6weF1rku1moWVEd5Ua 13 BTC
./keyhunt -m bsgs -f tests/130.txt -b 130 -q -s 10 -R
You need to add -t numberThreads and -k factor to get better speed
Best regards!