Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v9.4 (Windows/Linux)
by
avp2306
on 07/06/2017, 01:22:02 UTC
Does anyone know if its possible to have 3 cards mine EXP and other 3 card mine ETH on the same rig?

I have 3x 2GB card and 3x 4GB cards, so I can't mine ETH with all 6 due to DAG size.

How can I config the miner to mine 2 different ETH based pools (1 ETH pool & 1 EXP pool) at the same time?

Thanks!

My response to lazyturtle is applicable here as well - just substitute the second/solo mine call for whichever pool you need for the 2GB cards.

For example:  
EthDcrMiner64.exe -epool eth.coinmine.pl:4000 -ewal lazyturtle.1 -epsw x -di 012 -dpool sia.suprnova.cc:7777 -dwal lazyturtle-dpsw x -dcoin sia -allpools 1
EthDcrMiner64.exe -epool -ewal lazyturtle.1 -epsw x -di 345

Oh so you mean I just run 2 instances of the miner exe or 2 separate processes?

I'm sure there's more than 1 way to skin this cat but yes,  my suggestion was to call 2 instances of the executable within your batch file. The important aspect in those calls however is the -di parameter which specifies the GPUs to be allocated for that instance.

Great, thanks! gonna give it a try..