Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 4.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
NubyS
on 30/05/2019, 11:48:23 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?

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?
Quote
PhoenixMiner.exe -pool [pool] -wal [wallet] -pass x -gpus 123
PhoenixMiner.exe -pool [pool1] -wal [wallet1] -pass x -gpus 456

like so?