ghostlander / nsgminer

NeoScrypt OpenCL GPU Miner
https://bitcointalk.org/index.php?topic=712650.0
GNU General Public License v3.0
97 stars 68 forks source link

Enable CPU broken #18

Closed Digipup1 closed 6 years ago

Digipup1 commented 7 years ago

When I run ./nsgminer -C I receive the error: ./nsgminer: -C: unrecognized option. How do I fix this?

ghostlander commented 7 years ago

CPU mining is disabled by default. Compile the miner yourself if you need this option or use CPUminer which is faster.

Digipup1 commented 6 years ago

Thanks.