Current round effort #963
Replies: 5 comments 8 replies
-
I had a look at the code and it seems to be doable to add without much modification. Added data would be nice: Total number of shares submitted from all workers since last block was found. Total number of shares submitted per worker since last block was found. With this data current round effort could be calculated and to display when worker last submitted share with notification if time is above a predetermined value for worker offline notifications |
Beta Was this translation helpful? Give feedback.
-
Did anyone figure out how to implement Round Effort? |
Beta Was this translation helpful? Give feedback.
-
Thank you |
Beta Was this translation helpful? Give feedback.
-
Hi @oliverw, I think this feature is important to be prioritized. It brings transparency for miners regarding the current effort. |
Beta Was this translation helpful? Give feedback.
-
This feature can be backported from https://github.com/GetBlok-io/miningcore/blob/master/src/Miningcore/Persistence/Postgres/Repositories/ShareRepository.cs#L203 starttime would be the find time from the last block and endtime would be now. |
Beta Was this translation helpful? Give feedback.
-
Hello
Is there anyway to get current round effort and estimated payout for miner if block is found now from current api?
Beta Was this translation helpful? Give feedback.
All reactions