zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
998 stars 1.02k forks source link

Not enough funds to cover the tx fees for sending out payments #697

Open ghost opened 3 years ago

ghost commented 3 years ago

still getting this error for litecoin

Not enough funds to cover the tx fees for sending out payments, decreasing rewards by 1% and retrying
ghost commented 3 years ago

maybe it has something to do with using a legacy address for rewards payment

cryptomaxsun commented 3 years ago

I have a similar problem. the pool does not pay, there are coins on the wallet, before there were payments. it's not about the address. how can i fix it?

pvccrypto commented 2 years ago

Hello guys have you figure this part out? I am getting the same issue note-enough-funds

pvccrypto commented 2 years ago

Hello guys, I have the same problem. This is what I have done, logged on to redis and run a flushall command i say this from webdev simplified youtube channel. Everything seemed to work well after that, i am still waiting to see the consequences of what ive done but som far it seems everything is working. Let me know your insights.

astro-dad commented 2 years ago

Try setting a fallback fee in the yourcoin.conf file. eg:

fallbackfee=0.0001

This resolved this issue for me.