You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
I was wondering if there is a way to update the performance samples update frequency. I just set this up for the first time and the updates seem to only be once an hour.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was wondering if there is a way to update the performance samples update frequency. I just set this up for the first time and the updates seem to only be once an hour.
example from API
{ "pendingShares": 0.0014130198629556136, "pendingBalance": 0, "totalPaid": 0, "todayPaid": 0, "lastPayment": null, "lastPaymentLink": null, "performance": { "created": "2021-11-28T06:17:31.577715", "workers": { "Zemlya": { "hashrate": 1681, "sharesPerSecond": 0.062 } } }, "performanceSamples": [ { "created": "2021-11-28T03:00:00", "workers": { "Zemly": { "hashrate": 436.6666666666667, "sharesPerSecond": 0.16566666666666668 } } }, { "created": "2021-11-28T04:00:00", "workers": { "Zemlya": { "hashrate": 1332.25, "sharesPerSecond": 0.408 } } } ] }
Beta Was this translation helpful? Give feedback.
All reactions