tpruvot/ccminer — reverse-engineered prompt
Reverse engineered prompt
Build me a command line NVIDIA CUDA cryptocurrency miner like ccminer. It should run on Windows and Linux, connect to mining pools from a simple config file, and support multiple hashing algorithms such as scrypt, sha256, x11 style algos, lyra2, neoscrypt, equihash, lbry, decred, skein, quark, qubit, and similar GPU mining algorithms.
I want it to show useful console stats while running, like accepted shares, hashrate, GPU status if available, pool connection messages, and errors. Include a benchmark mode so I can test algorithms without mining, plus sample config files for pools and miner settings.
Please set up the build scripts for Windows Visual Studio and Linux, using CUDA, OpenSSL, curl, and pthreads where needed. Keep compatibility with older NVIDIA cards and older Windows versions in mind. Add clear README instructions for installing dependencies, building, choosing CUDA versions, and running the miner with example commands.
Want more depth? Deep Reverse