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
288 stars 441 forks source link

PPLNT fix for multiple instances #314

Closed crutched closed 6 years ago

crutched commented 6 years ago

There is a known issue about "mining time" when you have multiple z-nomp instances (usually for regional stratums) working against one redis. If one miner (with same address) will mine on two or many pool instances all PPLNT system will be broken:

Commit also fixes "0" currRoundTime in worker_stats api.

This is important fix for pools with PPLNT turned on and have multiple z-nomp instances working with one redis database in same time.

appkoders commented 6 years ago

Is it safe to apply this update on a running pool? Will my miners lose share or something else?