OK,
This is the plan
I am going to shut down the proportional pool. There are other proportional pools out there and I would rather maintain one pool from each coin,as I add coins to the mine. After I finish the proportional pool final payouts, I will start working on the PPS pool.
I have a bug-fix I made for a seemingly random share counting bug. The pool software developers deny it exists, but tell that to the miners whose accounts got bitten by it. Unfortunately the fix might make the pool more vulnerable to the double manual payout bug that exists in all mmcFE based pools (unless fixed of course).
This means that I will not have manual payouts available on the pool. However I will increase the choice range of auto-payout to 1-1000. One can simulate a manual payout by simply lowering the threshold below the balance. Payout will occur in the next update cycle.
Cron timers are gone, instead updates and payouts trip when a new block comes on the network.
I believe the bug is happening when the cron update and a block is solved at almost the same time. I believe the share counting cron is setting its cut-off point and miners turning in valid shares at the exact wrong time, are getting shares orphaned behind the cut-off. Somehow this starts to effect all the shares the user turns in afterwards.
This was a RARE occurrence, but a pain in the arse when it happened. Expensive for me because I tend to send a inconvenience bonus out with payment to the miners bitten by this bug.
By basing the updates on when a new block comes on the network, and placing a small delay to the start up of the update jobs, gives miners a windows to get their shares in before the cut-off.
Then I want to do a general clean-up of the server. I will then reset the PPS pool, and it will be up and running.
Sorry, re-registering will be required as I will update the pool software to the latest and I find to avoid problems, it is just easier to start with a clean database.
So after the proportional shuts down, the PPS pool should be back up in a couple of hours (maybe sooner).