nodejs-pool icon indicating copy to clipboard operation
nodejs-pool copied to clipboard

The Pool Fee is always .3%

Open snoski3 opened this issue 6 years ago • 15 comments

No matter what I change the fees in the config, the main page always says .3% Any thoughts? Thanks,

snoski3 avatar Mar 10 '18 19:03 snoski3

devDonation, poolDevDonation.

bobbieltd avatar Mar 10 '18 19:03 bobbieltd

Либо кеш браузера, либо pm2 restart all

swa74 avatar Mar 11 '18 15:03 swa74

@bobbieltd Thank you, what file is it located in?

snoski3 avatar Mar 12 '18 01:03 snoski3

This is in the mysql database

swa74 avatar Mar 12 '18 02:03 swa74

in nodejs-pool run command pm2 restart all --update-env Than all modules should get actual config from mysql

ArqTras avatar Mar 13 '18 00:03 ArqTras

@bobbieltd Thanks but I'm blind and I can't find the table or cell. Sorry..... Thanks.

snoski3 avatar Mar 15 '18 03:03 snoski3

@ArqTras Do you know where the location is in the SQL database?

Thanks,

snoski3 avatar Mar 17 '18 03:03 snoski3

Go to deployment there is basesql file all is described

ArqTras avatar Mar 17 '18 13:03 ArqTras

@ArqTras Thanks I found that, how can I confirm that the devDonation is setup for the Core Dev's wallet?

snoski3 avatar Mar 18 '18 22:03 snoski3

I just did a test and increased my poolDevDonation to 1.0 then ran pm2 restart all --update-env, the fee still shows 0.3%

snoski3 avatar Mar 18 '18 22:03 snoski3

https://github.com/Snipa22/nodejs-pool/blob/c8d07c9913cdac00c9dc9ac25ac9177cf7df07b8/deployment/base.sql#L191

Than command ;)

ArqTras avatar Mar 18 '18 22:03 ArqTras

I ran: update config set item_value = '.6' where id = 24; image

image

snoski3 avatar Mar 18 '18 23:03 snoski3

run pm2 restart api --update-env Restart browser clear cache

ArqTras avatar Mar 19 '18 00:03 ArqTras

@ArqTras That worked. So, do I need to manually add the different fees together? Should the pplnsFee be the total of the two donations and other fees?

Thanks,

snoski3 avatar Mar 20 '18 02:03 snoski3

I believe the donation fees are taken from the PPLNS fee, so total fee is the PPLNS Fee, and then donations are taken from this fee.

BKdilse avatar Mar 21 '18 09:03 BKdilse