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
290 stars 440 forks source link

OPID Monitoring BugFixes #179

Closed hellcatz closed 7 years ago

hellcatz commented 7 years ago

Fix issue when opids may have been cleared from node but not pool. Do not increase opid count when executing as another app may have created an operation.

hellcatz commented 7 years ago

This needs more testing for the added invalid address handling in payment processor. Clone patch-15 branch for testing on testnet or on mainnet if you are brave :)

lludlow commented 7 years ago

@hellcatz how will this work with pplnt? will the shares end up being removed since that address didn't actually mine the round?

hellcatz commented 7 years ago

Yes, the shares will be "reduced" but still given to the "invalidAddress" in config during paymentProcessing (The address did actually mine in the round if it submitted a share.)