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

blockRefreshInterval and jobRebroadcastTimeout #250

Open pooltester opened 6 years ago

pooltester commented 6 years ago

Hi all, I test a pool with Zclassic.

I use P2P block notification and since I used that, I removed the blockRefreshInterval and jobRebroadcastTimeout loop. (I put a very big number to never have the call)

What do you think about that ? Is it important to keep them ?

My impression since I did that is that my pool is only able to find a block when a miner hash solve the block in less than 35 seconds. Before that I had some more normal time block. 100 to 400 seconds.

Thank you for your futures comments and help.