How to correctly setup Claymore 10.6 in SimpleMining.net for Ethermine.org? Im running 2 rigs of 6 x XFX 470 8Gb solo mining Ethereum in a ethermine.org and I have huge problems regarding reported hashrate vs average hashrate.
Im using the following command line:
-wd 0 -r -1 -epool stratum+tcp://eu1.ethermine.org:4444 -ewal 0xwallet.Miner -esm 0 -epsw x -allpools 1 -asm 1 -dcri 5
Explanation:
wd 0 // if one card is stuck because of bad riser or some other problem the minner keeps going.
r -1 // no restart except manually
epool // Stratum protocol
-esm 0 // should I use 1?
-epsw x // I should drop this
-allpools 1 // I guess this pays the devfee, correct?
-asm 1 // related to dcri option
-dcri 5 // is it really needed if I dont dual mine?
Thanks for your help

Once I sort out the problem I`ll post the right command line so other can future use it.