Is it possible to set up the miner (.bat) file to mine on more then one address from a single .bat file?
Let's say i have 1 rig with 7 GPU-s and i want 4 of them to mine on one address and 3 on another?
@echo off
start "Wallet One" "C:\Claymore Wallet One\EthDcrMiner64.exe"
start "Wallet Two" "C:\Claymore Wallet Two\EthDcrMiner64.exe"
-di 0123 and -mport 0 @ Claymore Wallet One @ config.txt
-di 456 and -mport 0 @ Claymore Wallet Two @ config.txt
Why -mport 0? you must use two different ports for monitoring. For example 3333 and 3334. 0 makes no sense to me.
Make two .bat files and start it seperate or start this two .bat files with a extra start.bat.