cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
687 stars 304 forks source link

Run in CPU-only mode #129

Open utahman opened 10 years ago

utahman commented 10 years ago

Since CUDAminer is made out of CPUminer, is it possible to add a mode where it uses only CPU to calculate hashes? Currently there is no switch for CPU-only. Something like -H 3 would be helpful. Otherwise people have to have two miners: CUDAminer and CPUminer. In other words, on system with no GPUs CUDAminer currently does nothing.

cbuchner1 commented 10 years ago

the optimized CPU miner code was removed. Too much assembly code, non portable to Visual C++ on Windows.

2014-04-12 17:16 GMT+02:00 utahman notifications@github.com:

Since CUDAminer is made out of CPUminer, is it possible to add a mode where it uses only CPU to calculate hashes? Currently there is no switch for CPU-only. Something like -H 3 would be helpful. Otherwise people have to have two miners: CUDAminer and CPUminer. In other words, on system with no GPUs CUDAminer currently does nothing.

— Reply to this email directly or view it on GitHubhttps://github.com/cbuchner1/CudaMiner/issues/129 .