-
Notifications
You must be signed in to change notification settings - Fork 1k
Issue 875 - Manual and Auto TXFee #929
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
Conversation
Added txfee_manual and txfee_auto to config file so you can set two different transaction fees for manual and auto payouts
Removed all nonsense comments. I mixed up txfee with pool fee :/ Looks great! I am pretty sure this should work but I'd like someone else to test this too if possible. |
Looks good to me, but doesn't seem to initialize txfee_manual and txfee_auto with a default if it's not specified in the global.inc.php file. I guess by default it should be the same as the old txfee for both? |
Configuration updates are not using a default fallback. That would add a lot of temporary code during development. Just ensure you don't do a blind git pull. If the dist config was updated or SQL files were added, make sure to check what has changed. |
So, has anyone tested this yet? I did search using github web search for txfee and modified it everywhere it was found, has anyone found a file that has to be modified and has not? N I C O On Wed, Dec 11, 2013 at 7:12 AM, Sebastian Grewe notifications@github.com
|
It's more an issue with pools upgrading and not having those new options :) Then the payout fees won't be applied and you get array errors on payouts. You can test this by removing the options, payouts run into issues then. Other than that it should be good enough. It's a straight forward change and doesn't affect many places. |
This is somewhat offtopic.. Many pool ops just 2013/12/11 Sebastian Grewe notifications@github.com
|
@nicoschtein Rebase and re-push this PR so I can merge it :) |
Will do! 2013/12/16 Sebastian Grewe notifications@github.com
|
Just an FYI, but I have been running this now for several days along with the new payouts.php and it has been running perfectly. |
Thanks! Once nico updates the PR I shall merge it. If possible join IRC for all those people pulling blindly ;-) |
Finally! check Pull Request #1039 |
Please review this and test AFTER you have fully reviewed this, since it plays with coin client transactions amounts.
Also check if i'm missing any file that shoud be modified too.
Closes #875 when merged.