You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... does not deliver any blockshares. Blocks are correctly submitted to coindaemon, but blockshares do not show up anymore with this event. Problem is not limited to a specific coin. Any idea? Regular shares correctly propagate to this event.
You added variable shareDiff. Vardiff difficulty is limit to 512. But some shares occur with shareDiff 1000 or even 5000. Is data.shareDiff calculated correctly and should this diff be used to reward miner instead of data.difficulty?
Thank you very much,
PPanther
The text was updated successfully, but these errors were encountered:
Oops, that last commit broke block solutions from being emitted. I just pushed a fix so grab the latest code to get this fixed.
Also shareDiff variable is the actual difficulty of the share. Its almost always above the difficulty the miner is set to because the miner submits shares equal to or greater than its target diff. Every once in a while the actual share diff is as high as block diff which is how some shares find blocks.
use master branch.
The mining award did not automatically enter the miner's account.
In addition, I found three blocks and received a reward, but there is no Blocks information displayed in the mine. #153
Hi zone,
this pool server is great work. It's really time to move away from the hard maintainable python solutions.
pool.on('share', function(isValidShare, isValidBlock, data){
... does not deliver any blockshares. Blocks are correctly submitted to coindaemon, but blockshares do not show up anymore with this event. Problem is not limited to a specific coin. Any idea? Regular shares correctly propagate to this event.
Thank you very much,
PPanther
The text was updated successfully, but these errors were encountered: