3rd EDIT
Feeleep is online but hasn't responded to my PM. I'm pulling my miners and going elsewhere until my account is properly credited for the the shares I've mined, which looks like every single one going back thru my transaction history. I'd recommend avoiding this pool until the issue is resolved, which is kind of a pity because the only other pushpool listed in post #2 of this thread is closed to registrations.
Seeing the same problem at
http://stc.coinmine.pl Hi All,
Sorry guys for not responding but my PC was on and I was just away.
As explained already in PM - there are couple of reasons for this:
1. New pools always have inaccurate estimations of payouts due to a nature of PPLNS calculation - my pool is set up to 50000 so until the pool reached this point it is very difficult to predict payouts
2. all PPLNS pools are designed to support steady miners so if you jump between pools then your payouts will fluctuate (but anyway in long term you will receive what you earned)
If you want guys I can setup pool with proportional payouts so you will receive instant payments for every block
feeleep
You might try reducing the lastNshares value since the difficulty is very low.
this calculation will yield what the dynamic value should be. Since you are using a fixed value system, you might want to double it from the result of the formula and update it when the network difficulty changes a lot. Just a suggestion though
Round(2 x ((NetworkDifficulty * 65536) / ShareDifficulty)) = lastNshares
Example : Round(2 x ((0.83741167 * 65536) / 60)) = 1,829