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

pool: filter out dust payments. #254

Merged
merged 3 commits into from
Oct 9, 2020
Merged

Conversation

dnldd
Copy link
Member

@dnldd dnldd commented Oct 8, 2020

This depends on #250

This updates payment generation to filter out dust payments. These dust payments will be forfeited by the accounts generating them and be added to the pool fee payout. This is being done since dust outputs will cause the payout transaction to error and also serve as a deterrent to miners sporadically contributing to a pool.

This updates payment generation to filter out
dust payments. These dust payments will be
forfeited by the accounts generating them
and be added to the pool fee payout. This is
being done since dust outputs will cause the
payout transaction to error and also serve as
a deterrent to miners sporadically contributing
to a pool.
This documents how the the pool handles dust payments
generated by pool accounts.
Copy link
Member

@jholdstock jholdstock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a few minor typos

README.md Outdated Show resolved Hide resolved
pool/paymentmgr.go Outdated Show resolved Hide resolved
pool/paymentmgr_test.go Outdated Show resolved Hide resolved
@dnldd dnldd merged commit 7f154c4 into decred:master Oct 9, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants