Question,
If there is a failed algo during benchmark will it be tried again or it's now disabled?
Can i disable failed algos ?
Thanks
Yes, on fail bench algo is disabled.
https://github.com/Quake4/MindMiner/blob/master/Config.mdYou can disable:
1. Miner algo: in miner config file write false in parameter Enabled at needed algo.
2. Algo from pool: see pools section "DisabledAlgorithms" param.
3. Algo in program: see algorithms section "DisabledAlgorithms" param.