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

Payout #12

Closed
TheoRettisch opened this issue May 26, 2014 · 5 comments
Closed

Payout #12

TheoRettisch opened this issue May 26, 2014 · 5 comments

Comments

@TheoRettisch
Copy link

Is it possible to change the Payout logic to pay out miner when an amount is reached instead of every Block that they participated?

With all these small transactions its not possible to send larger amounts due to transaction size limits.

@zone117x
Copy link
Owner

The code splits up payment to miners in multiple transactions so the tx size limit isn't reached. I do plan on adding a "minPaymentThreshold" config that if not reached will store the coins in a "balances" key in redis. That's what NOMP does but haven't implemented it for this pool yet.

@whyyk7
Copy link

whyyk7 commented May 26, 2014

I just to transfor coin to myself to do this..

@TheoRettisch
Copy link
Author

minPaymentThreshold sound good. I am aware that there is an easy solution for that by consolidating your coins on an new address or even send them to the same address.
But many people wont understand this. So avoiding this problem completely is the best way to solve this imho.

@monero-project
Copy link

For anyone interesting in implementing the fix ( as it is a pressing issue), it should do something along these lines:
1.) keep track of all shares on the server and distribute reward per block for contribution internally
2.) allow the user to request manual payout or set auto payout threshold
3.) allow only payments in increments of 0.1 (because of the denomination code); do not allow payments smaller than 0.1

@zone117x
Copy link
Owner

Min payout threshold is now implemented.

theprogramer pushed a commit to pool-rio/node-cryptonote-pool that referenced this issue Jul 13, 2019
reload network stats on update
theprogramer pushed a commit to pool-rio/node-cryptonote-pool that referenced this issue Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants