Post
Topic
Board Mining (Altcoins)
Re: Team Black Miner (Ethereum Ethereum classic Vertcoin Zilliqa 0.5% fee)LHR unlock
by
Movalis
on 31/03/2022, 16:09:02 UTC
Miner extra config arguments

--all-platforms 1
--cl-devices [0,1]
--cuda-devices [0,1,2,3]
--algo ethash
--log

why don't you just run with:

--algo ethash
--log
--no-ansi

do you need to exclude some cards?

To reverse the order of the AMD gpu's you can probably do:

--cl-devices [1,0]


Yes, need to exclude 2 Cuda devices --cl-devices [1,0] didn't work out