Is the p2pool working properly? Yet to have a payout with a couple hours of hashing....
Working on pumproom.asspenny.org today. There were 2 blocks found overnight, but for some reason no payout was made.
I found the issue with the Pump Room not paying out correctly. When setting up the pool config, I mistakenly set the pool fee to 100%.
My original setting was:
Code:
"feePercent": 1
The correct setting for a 1% fee is:
Code:
"feePercent": 0.01
This change went into effect a few hours ago, and should be applied when our current pending block becomes confirmed. I did two manual payouts based on the shares submitted from the pool DB... your hashrates did not go to waste!