This example will mine ETH with 8GB cards, and ETC with 4GB cards!
--algo ETHASH --pool eu1.ethermine.org:4444 --user 0x222222.$rigName --dualmode etc --dualpool eu1-etc.ethermine.org:4444 --dualuser 0x333333.$rigName
Remember to change 0x222222 to your ETH-wallet and 0x333333 to your ETC-wallet!
By default 4GB or less will mine ETC, and other cards will mine ETH. If you want to specify which GPUs to mine ETC, you can add:
--dualdevices 0,2,3 - this will make GPU0, GPU2 and GPU3 mine ETC.
Back