Bitcoin Puzzle Scanner - Professional GPU-based private key search tool
Searches for Bitcoin private keys by matching public key X coordinates
I’ve spent this month focusing more on programming than anything else.
I have several projects in the works, but this is the first one of the year to be completed.
I’ve uploaded it to my GitHub:
https://github.com/ebookcms/bitcoin-puzzle-scannerThis tool searches for any puzzle as long as the public_key is known.
I have two more projects in the final stages: one using the BSGS method and another that searches by hash160.
All of them are built for CUDA.