MoneroOcean / meta-miner

Allows to add algo switching support to *any* stratum miner. Zero fees.
GNU General Public License v3.0
124 stars 61 forks source link

algo_min_time argument not working #35

Closed TheSleepingAbyss closed 3 years ago

TheSleepingAbyss commented 3 years ago

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

TheSleepingAbyss commented 3 years ago

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?

Spudz76 commented 3 years ago

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.

MoneroOcean commented 3 years ago

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.

TheSleepingAbyss commented 3 years ago

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