Post
Topic
Board Mining (Altcoins)
Re: SRBMiner-MULTI AMD & NVIDIA & CPU cryptocurrency miner
by
doktor83
on 23/01/2023, 09:19:43 UTC
Hi.

I've a rig with 7 different GPUs.
I want to dual-mine ETC/ZIL+ALEPHIUM on 6 of them (they are AMDs), with different intensities between etchash & blake3
I'm a bit confused about how to declare that :

Code:
SRBMiner-MULTI.exe --disable-gpu-nvidia --algorithm etchash;blake3_alephium --gpu-intensity 23!23!23!23!23!23;7!0!9!7!7!1

doesn't work, all gpus have the same intensities : 23;7.
Is it possible to tune that per GPU?



If using a dual algorithm (like etchash/blake3) miner will find the best intensity for the second algorithm based on your current OC settings.
You can define them manually too, but you first need to define which gpu's you wanna use with --gpu-id. so:

Code:
--gpu-id 0!1!2!3!4!5 --gpu-intensity 23!23!23!23!23!23;7!0!9!7!7!1