Post
Topic
Board Mining (Altcoins)
Re: [CMD] Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer & Bminer
by
zeef
on 27/02/2018, 23:00:51 UTC
Hi,

Nice work on bat Smiley

Im testing the functionality, but i have two doubts.

If i want to add an backup pool i add this on Config_xClay:

# =================================================== [Miner]
# Set the main server mining command here to auto-create Clay_miner.bat file if it is missing or wrong. [keep default order]
commandserver1=NsGpuCNMiner.exe -xpool stratum+tcp://eu.xxxxmine.graft.network:4444 -xwal xxxx -xpsw x -allpools 1 -tstop 80 -logfile miner.log -wd 0
# When the main server fails, ClayXMRautorun.bat will switch to the additional server below immediately. [in order]
commandserver2=NsGpuCNMiner.exe -xpool stratum+tcp://pool.graftpool.online:4444 -xwal xxxx -xpsw x -allpools 1 -tstop 80 -logfile miner.log -wd 0
# Configure miner command here. Old Clay_miner.bat will be removed and a new one will be created with this value. [keep default order] internetcheck=1 required.
# The default number of servers is 5, however, you can add or remove as many as you need. e.g. you can have servers 1 2 3 or you can have 1 2 3 4 5 6 7 8 9. There is no upper limit - e.g. you can have 1000 if you want. The minimum is 1.
# =================================================== [Overclock program]


But when for example i put purposely an error in my first server1, the program doesn t shift to commandserver2!   Cool

Its ok my syntax? or have to change the ClayXMRautorun instead of Config_xClay..

Another thing is If i tried to change :

 # Set how many GPU devices are enabled.
gpus=1

and have 8 gpus, doens t gives me any error too..

and why it comes with default valor of 0, and worked good with 0 value? Smiley Even if i have more gpus installed..

Regards