Post
Topic
Board Mining (Altcoins)
Re: Team Black Miner (Ethereum, Ethereum classic, Vertcoin, Zilliqa+dual 0.5% fee)
by
mo35
on 08/11/2021, 09:49:43 UTC
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