i dont really want to switch to ezil.me , since shardpool allows me to keep mining eth on ethermine
p.s. got same issue on 1.23 also , thats why i made post , so this is something recurring.
try without --xintensity -1. What is your complete bat file ? so we can debug
on 2060s card box im using -xintensity -1 , on 3080 im using default , caught issue on both
on 3080 bat is totally strightforward:
Set ETH_WALLET=xxx
Set ZIL_WALLET=yyy
:loop
TBMiner --algo ethash --hostname eu1-zil.shardpool.io --port 3333 --wallet %ETH_WALLET% --server-passwd %ZIL_WALLET%@eu1.ethermine.org:4444 --worker-name 3080 --no-cpu
timeout 10
goto :loop