Post
Topic
Board Mining (Altcoins)
Re: Team Black Miner (Ethereum Ethereum classic Vertcoin Zilliqa 0.5% fee)LHR unlock
by
sp_
on 30/03/2022, 21:04:30 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:

--all-platforms 1
--algo ethash
--log

do you need to exclude some cards?

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

--cl-devices [1,0]