MoneroOcean/meta-miner

algo_min_time argument not working

TheSleepingAbyss opened this issue · 4 comments

I noticed that meta-miner doesn't seem to respect the algo minimum running time entered. I set it to 900 seconds (15 min) but it often changes before that. The most recent example; I was mining ETH and it switched to ERG from 1:36:32 pm to 1:46:35 pm, when it switched back to ETH. Pretty much exactly 10min.

version 4.3
using mm.exe file
Windows 10

I set the min time to 1200sec after my post, yet it switched to c29s last night, from 2:16:36 to 2:17:26.

Is this expected behavior?

The algo-min-time number is simply passed to the pool in the login packet along with your algo-perf structure and etc. So the actual function is on the pool side, we must wait for @MoneroOcean to answer things which happen in the pool.

algo-min-time is used in the pool but can be ignored in case pool thinks it have to switch to other coin because current coin daemon is in bad state.

algo-min-time is used in the pool but can be ignored in case pool thinks it have to switch to other coin because current coin daemon is in bad state.

Ok, gotcha