RainbowMiner / RainbowMiner

GPU/CPU Mining script with intelligent profit-switching between miningpools, algorithms, miners, using all possible combinations of devices (NVIDIA, AMD, CPU). Features: actively maintained, uses the top actual miner programs (Bminer, Ccminer, Claymore, Dstm, EnemyZ, Sgminer, T-rex and more) easy setup wizard, webinterface, auto update.
GNU General Public License v3.0
608 stars 168 forks source link

Disabled miners still get benchmarked #2216

Open smyers63 opened 1 year ago

smyers63 commented 1 year ago

I purposely disabled all the instances of BzMiner and MultiMiner in the Miners section of the localhost interface before running benchmarks again. Those 2 miners fail for every pool/coin/OC profile so I didn't want time wasted benchmarking those again. They were benchmarked anyway.

Is this normal behavior? How can I prevent failing miners from being benchmarked over and over?

RainbowMiner commented 1 year ago

No, this is a bug - until I fix this, I recommend you put both miners on the ExcludeMinerName list in config.txt (or use the localhost:4000/setup.html Pools, Miners and Algorithms section). That should really shut them off.

smyers63 commented 1 year ago

That was going to be my next step. I'll do that. Thanks.