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?
create 2 bat files and start 2 instances.
see this option -> you can point every gpu to another pool if you want, it's very simple
Mining options:
...
-gpus <123 ..n> Use only the specified GPUs (if more than 10, separate the indexes with comma)
...
in a single .bat file? i mean, creating 2 bat files is not a problem, but are you saying this option can make this in a single bat file? Can i get an example?
PhoenixMiner.exe -pool [pool] -wal [wallet] -pass x -gpus 123
PhoenixMiner.exe -pool [pool1] -wal [wallet1] -pass x -gpus 456
like so?