Then, SAVE AS ALL FILES, not as a txt file. Name it "launch.bat", or any name with a *.bat file ending. If you save it as a *.txt file, it will not work. And, the file path has to be as claymore is on YOUR system --scryptr
Did like that
:loop
C:\CDM-2\EthDcrMiner64.exe -epool etc-eu1.nanopool.org:19999 -ewal 0xb1229de282d6869d2bbf9ccdd50a22b7ec081a34/ps_jb/ -epsw x -dpool stratum+tcp://sia-eu1.nanopool.org:7777 -dwal 94e7da5b2612bbdc6cc3dfb40f2d5f7abaf9deb9cd8316a527a8c422eb1ec5eb36bbd8d194f9/ps_jb/ -dcoin sia -dcri 40
pause
goto loop
.bat file is in the same directory C:\CDM-2
Does not work - because somehow .bat tries to start from c:\windows\system32
not sure why looping is good, once the miner starts, you won't start it again, if anything fails, the miner resets itself so you won't open it again by looping or maybe it opens twice? that would be a fail
here's my bat
timeoutt 30
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
timeoutt 5
EthDcrMiner64.exe
start miner 30sec after windows loads.
go to config.txt and put this inside
-epool etc-eu1.nanopool.org:19999
-ewal 0xb1229de282d6869d2bbf9ccdd50a22b7ec081a34/ps_jb
-epsw x
-dpool stratum+tcp://sia-eu1.nanopool.org:7777
-dwal 94e7da5b2612bbdc6cc3dfb40f2d5f7abaf9deb9cd8316a527a8c422eb1ec5eb36bbd8d194f9/ps_jb
-dpsw x
-esm 0
-mode 0
-dcoin sia
-tstop 95
-dcri 40
Thats all you need, don't put the miner's location in the bat, just put the exe's name and the shortcut handles the location.
go to CDM-2, right click the bat, create shortcut. copy shortcut, go to start, programs, startup-> rightclick, open, rightclick paste.