[Miner parameter]
Adjust how much ETH-speed you can afford to lose, to gain speed on the second algo - normally TON or ALPH. The miner uses a build in tuning progress to optimize the ratio between ETH and the second algo.
Default values are:
Default values used to be:
If your rig have 6 gpus, and you want to adjust GPU3 and GPU4 (Fourth and fifth GPU), and disabling second algo (ETH only) on GPU1 (second GPU), you simple add
--maxdualimpact *,0,*,4,6,* to your miner options. This will let GPU0, GPU2 and GPU5 run default values, indicated by the *, while GPU3 uses 4% and GPU4 uses 6% possible ETH speed loss. GPU1 will only mine ETH.
Examples with command added:
-a ETHASH -p eu1.ethermine.org:4444 -u 0x222222.WORKER --dualmode TONDUAL --dualuser EQ222222 --dualpool https://next.ton-pool.com --apiport 4444 --tls 0 --watchdogscript reboot.sh --maxdualimpact *,0,*,4,6,*