dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
364 stars 610 forks source link

Pending balance/ total owed #684

Closed xtc18 closed 3 years ago

xtc18 commented 3 years ago

I have an issue with xmr where after paying out blocks there is a small amount left over that builds up under pending balance but never pays out, It looks to be the pool fee potentially being added to pending balance after payment? The payments module says "No workers' balances reached the minimum payment threshold" once this amount goes over the min payment. This also causes the total owed in admin to go up with each block. Otherwise the pay amount seems fine, the small amount seems to never go into next payment even though it builds up in redis under workers balance.

xtc18 commented 3 years ago

Adjusting the denomination has resolved my issue.