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
Now after looking at it, I believe the equation would not work properly with number of miners since not all miners will have transaction fee applied to them if they have not reached minimum payout threshold. I believe it might be best to do against number of miners based on equal or greater then minimum payout amount pending.
Example equation:
poolTxFee / #transactions pending equal to or greater minimumPayout = minerTxFee
Respectfully request automated dynamic minerTxFee based on the number of active miners against the poolTxFee.
Example equation:
poolTxFee / #activeMiners = minerTxFee
Simulated example:
0.1 / 25 = 0.004
Currenly I'm doing this manually for the pool with the newest commit available.
Thank you POCC developer team for all the hard work and making awesome refined pool software for the community :)
V/r,
Khomitchr
The text was updated successfully, but these errors were encountered: