Closed UnclWish closed 5 years ago
I suppose there is no way to compile just miner because deamon part works also as watcher. This switch is probably there to disable compile for both miner and daemon and compile just CCserver. It does not works as expected though.
But I compiled 1.9.5 same way and used miner via xmgirMiner.exe not daemon...
There is maybe a missing ifdef...
for now you can just start xmrigMiner.exe with --daemonized parameter
Yes, it works this way, thanks!
P.S. Good name for parameter "daemonized"! :)
I'll add the missing ifdef later aswell.
I'm try to compile via MSVS. On CMake disable both WITH_CC_CLIENT and WITH_CC_SERVER to copmpile just miner. All goes normal, compilation completed. But when I try to start xmrigMiner.exe it wrotes "XMRigCC is compiled with CC support, please start the daemon instead."
How to disable CC support complitely?