yes alot im in using the new drivers but ill turn them back after doom coin
this is a coin that could use this restart bat file but cant get timer part to work with ccminer or nvminer. Works with cuda.
:start
nvMiner.exe -a luffa -o stratum+tcp://doom.suprnova.cc:5112 -u -p x --time-limit 180
goto start
does anybody know if you can use this timer command in ccminer or nvminer ?
Nope, but until then you can run a secondary bat file that closes ccminer periodically:
echo off
title control
:start
timeout -t 30
taskkill -t -f /im ccminer.exe
cls
goto start
I'll ask ocminer to open up a port with static difficulty as the problem comes from ccminer not being a big fan of vardiff.
What's wrong with vardiff and ccminer?
Not saying there isn't a problem but I've never seen any issues.