-
Notifications
You must be signed in to change notification settings - Fork 424
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
Set a negative fee to give bonus to miners? #463
Comments
Just * their payments by 1.01 for 1% bonus |
Hmm that's an option as well, changing the code on payments module, you say? If possible I'd like an option that could be confirmed by miners when checking the pool's API. I remember an AEON Chinese pool that had negative fee value, but it wasn't a nodejs-pool |
A better option (I think) would be to have a flag IsBonusEnabled = true/false. BonusPercentage = n. Then blockmanager.js has the code to apply the percentage. Not an expert in this, so not 100% sure on coding required. |
hmmm maybe @Snipa22 could clarify if this is possible and how easy is to implement... |
Can I set on MySQL pool.config field "pplnsFee" to a negative value and after finding a block, miners will get more than they mined? I tested this on a testnet pool but blocks are found too quickly and I couldn't get if the negative fee was being payed correctly or not.
Thanks
The text was updated successfully, but these errors were encountered: