Here is my bat file
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
EthDcrMiner64.exe -epool us1.ethermine.org:4444 -ewal Myaddress.Caprica -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://decred.eu.nicehash.com:3354 -dwal Myaddress.Caprica
pause
can you guys see anything wrong in there?
In ethermine.org you should use -esm 0 or -esm 1
I believe you won't be able to connect properly if you use the wrong stratum mode
remove -esm . Its 0 by deafult. For me it works perfect without that command.