Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v14.6 (Windows/Linux)
by
sxemini
on 29/05/2019, 10:05:52 UTC
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?
Code:
@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.
And why 2 folders?

Make two .bat files and start it seperate or start this two .bat files with a extra start.bat.