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