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 was archived by the owner on Oct 20, 2023. It is now read-only.
It is weird to put poolFeePercent, donationsPercent inside poolStats. I think they belongs to paymentProcessing or a brand new item.
lifetime pool shares received/ blocks founds?
The API should avoid hardcoding definitions into the UI, especially UI shouldn't need to update their coding once MiningCore added new coinType/ changed coinType numerical value.
As I am working on the client-side UI, I think there are few improvements can be done on API for developer use.
/api/pools
"coin": { "type": 5 },, give the coin symbol instead. In this case, it isXMR. It is not friendly for integrations."payoutScheme": 1,, which is better to givePPLNS. same problem as abovenetworkHashRate,poolHashRateunit?H/s?kH/s?MH/s?poolFeePercent,donationsPercentinsidepoolStats. I think they belongs topaymentProcessingor a brand new item.The API should avoid hardcoding definitions into the UI, especially UI shouldn't need to update their coding once
MiningCoreadded newcoinType/ changedcoinTypenumerical value./api/pool/{poolid}/stats/hourly
networkHashRate,connectedMinersas well?/api/pool/{poolid}/blocks
statushere? same problem as above/api/pool/{poolid}/payments
Other issue:
I will continue update this issue while I am implementing the UI.