So I created this thing for the 1000 Bitcoin puzzle:
https://github.com/mrwhalebones/puzzlesolverhttps://privatekeys.pw/puzzles/bitcoin-puzzle-txI found this forum through there and am just sharing the work I did. One script, has pause/save/load states for workers and I'm working on including GPU workers.
It's a standalone non-internet dependent puzzle solver with no undermining. Best of luck!
Edit: just a heads up on how the workers act on threads. Each "worker" in Linear mode, creates two threads moving forward and backward in the nonce range. I included a hybrid and random mode as well. You can change the nonce range and search for more than one winning address at a time. I missed the deadline for making money through the Google hackathon, so just enjoy. I'll be adding support for GPU threads as well. I bricked a couple laptops, so I'm starting with a raspberry pi 400 setup as the initial GPU release.