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

Extra payouts experiment #256

Closed e4f4 closed 6 years ago

e4f4 commented 6 years ago

Hi. Looking for a way to do extra payouts to miners. Test coin - x11, block reward 50 coins. Deamon wallet balance 0. I send some coins to main deamon wallet. Balance is 100. When a block is found and confirmed how to make z-NOMP combine coins already in wallet and block reward. How to make payout 150. Something needs to be changed in paymentProcessor.js payout = (block reward / worker share) + (wallet balance / worker share)

Any help appreciated