In SRBMulti can be defined algorithm, pool, wallet, password values for each involved in mining algorithm separatly. User can multiple times define --algorithm --wallet --password --pool arguments, SRBMulti create a collection and add every similar parameter definition to this collection, but AM overwrite all definitions with the last value. This made imposible to start dual mining with this method of parameters definition.
I have maqnually created a command string where every algorithm, pool, wallet, etc. was defined with individual --algorithm --pool --wallet parameters and executed over terminal and this allow me to mine in dual mode. But if AM create command line, then only last defined values will be used. Please clear this bug. Regards.
If I have a miner with dual configured, where I select one Pool and one Secondary Pool, the command line I get from Awesome Miner is for example:
--algorithm etchash
--pool stratum+tcp://us1-etc.ethermine.org:4444
--wallet
--password x
--algorithm sha512_256d_radiant
--pool stratum+tcp://stratum-eu.rplant.xyz:7086
--wallet
--password x
--api-enable
--api-port 4039
This starts the dual mining perfectly fine. I don't see what kind of parameters that would be overwritten here. Awesome Miner simply adds a second set of algorithm+pool+wallet+password parameters when you enable dual mining.
The example above is without any manually configured command line arguments. Are you using any manual parameters as well?
Diagnostic show me, that the generated command string contains only one --algorithm parameter and this is Radiant, which i have put in "command line parameters". If i try to add a additional --algorithm dynex in "command line parameters" (before radiant) then i recive error from SRBMulti: You defined less pools than algorithms. I simple cant use dual mining due AM overwrite first --algorithm with --algorithm from my command line instead to add next algo defenition. Normaly, i am awaiting that the AM use main algo from my pool definition and additional algo i define in command lines parameters field. Try self this scenario in Managed Profit mode. Regards
mode1: normal generation
mode2: AM use only data from "command line arguments" field only. And only statistics conection params will be added from AM. In this mode, user must self init all pool connection parameters for miner.
So is my suggestion. Regards
Upd: Just try to start dual mining DNX+RXD in "Managed Miner" mode, get the same problem. The second --algorithm parameter will be overwritten with the last value. I also try to put second deffenition of --algorithm param in command line, no success. I wrote to SRBMulti dev, maybe he can add a alternative method for second algo defenition, like --algorithm2 param.
Upd: Same problem if i use "Managed Miner" mode and choose "Generic miner" where i define all parameters for both algos (DNX+RDX). --algorithm will be overriden with last defenition. Looks like dual mining work only with ETC and ETH as first (main) algo. Maybe now is time to add this dual mining mode for Dynex? Becouse DNX is very promised algo for future. Regards.