Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request for dynamic minerTxFee #25

Open
cybermancerr opened this issue Jul 1, 2018 · 1 comment
Open

feature request for dynamic minerTxFee #25

cybermancerr opened this issue Jul 1, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@cybermancerr
Copy link

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

@cybermancerr
Copy link
Author

cybermancerr commented Jul 2, 2018

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

Not sure if that makes sense?

@spebern spebern added the enhancement New feature or request label Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants