nodejs-pool
nodejs-pool copied to clipboard
The Pool Fee is always .3%
No matter what I change the fees in the config, the main page always says .3% Any thoughts? Thanks,
devDonation, poolDevDonation.
Либо кеш браузера, либо pm2 restart all
@bobbieltd Thank you, what file is it located in?
This is in the mysql database
in nodejs-pool run command pm2 restart all --update-env Than all modules should get actual config from mysql
@bobbieltd Thanks but I'm blind and I can't find the table or cell. Sorry..... Thanks.
@ArqTras Do you know where the location is in the SQL database?
Thanks,
Go to deployment there is basesql file all is described
@ArqTras Thanks I found that, how can I confirm that the devDonation is setup for the Core Dev's wallet?
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%
https://github.com/Snipa22/nodejs-pool/blob/c8d07c9913cdac00c9dc9ac25ac9177cf7df07b8/deployment/base.sql#L191
Than command ;)
I ran:
update config set item_value = '.6' where id = 24;
run pm2 restart api --update-env Restart browser clear cache
@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,
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.