Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.6 (Windows/Linux)
by
iRrromka
on 20/04/2018, 14:01:04 UTC
Thx Claymore, how can we run start.bat in admin mode? it try to find it in system32

It's a good idea to move all options to "config.txt" file and start miner directly instead.

@Claymore here is my start.bat:

shutdown /a
shutdown /r /t 129600 /f /c "Reboot from miner."
timeout 10

set ETHPOOL=-epool eu1.ethermine.org:14444 -ewal %ETHWAL%.%COMPUTERNAME% -epsw x
set ETCPOOL=-epool ssl://eu1-etc.ethermine.org:5555 -ewal %ETCWAL%.%COMPUTERNAME% -epsw x
set DCR=-dcri 25 -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal iRrromka.%COMPUTERNAME% -dpsw x
set SYSPARAM=-gser 2 -r 1 -dbg -1 -mport 0 -mvddc 900 -cvddc 875 -tt 73 -ttdcr 78 -ttli 86 -tstop 90

if "%COMPUTERNAME%" == "MINE0" (EthDcrMiner64.exe -minspeed 172 -powlim 50 -cclock 1145 -mclock 1980 %SYSPARAM% %ETCPOOL%)

How can I do like this via config.txt if I have near 10 rigs? I use OneDrive to store miner directory so config.txt will be the same for all of my rigs.