aion_miner icon indicating copy to clipboard operation
aion_miner copied to clipboard

handleShare never called - pool never accepts any shares..

Open g00dnatur3 opened this issue 5 years ago • 2 comments

So i setup the pool, tried to follow all the directions.. etc.

But the pool never calls handleShare and this never accepts any shares

i tried this code inside shareProcessor:

    this.handleShare = function(isValidShare, isValidBlock, shareData){

        console.log()
        console.log('handleShare', `isValidShare: ${isValidShare}`, `isValidBlock: ${isValidBlock}`, 'shareData:', shareData)
        console.log()

I have redis setup, everything looks good, I cant figure out why this is happening...

Any help would be much obliged

Thank You

g00dnatur3 avatar May 18 '19 21:05 g00dnatur3