z-classic / z-nomp

z-nomp is mining pool software for Zcash and Zclassic so you can create internet money in your home!
MIT License
291 stars 437 forks source link

Quick Question: Mark everything paid #326

Open christianreiss opened 6 years ago

christianreiss commented 6 years ago

Hey folks,

I am my own pool and when I disable the payout system (process payouts = false) then no network stats are shown. So I set minimal payout amount to 50k Coins. Is it possible to set all confimed but pending coins to just paid in Redis?

christianreiss commented 6 years ago

Is this truly impossible?!

TheComputerGenie commented 6 years ago

z-nomp isn't really designed for solo-miners who want to keep an eye on stats. Because of the way the checks/loops work, you best bet is to enable payouts and set minimumPayment to something absurd like 9999999. That would allow the check loops to run and avoid sending any actual payments.