From a cgminer POV, you cannot direct different devices to different pools in a single miner instance.
If you run 2 (or more) cgminers then you can have one cgminer point at pool A and the other pool B (etc ...)
So from a command line POV it would be 2 cgminers with this extra option:
cgminer ... --usb ICA:3 blah ... -o PoolA ...
cgminer ... --usb ICA:4 blah ... -o PoolB ...
If you run 2 (or more) cgminers then you can have one cgminer point at pool A and the other pool B (etc ...)
So from a command line POV it would be 2 cgminers with this extra option:
cgminer ... --usb ICA:3 blah ... -o PoolA ...
cgminer ... --usb ICA:4 blah ... -o PoolB ...
Ok, that sounds like a good solution. Is this do-able on minepeon?
I'm guessing I would have to use
Code:
sudo systemctl stop cgminer.service
What command would I use to launch them in mine peon (sorry to be a pain)?
Thanks!