Something wrong with the current allocation concept. As per pool info the team produced 4.6M PPD, much less compared to normal day. Luck of for those who made it before the stat server stopped. Unlucky for those who's point comes in the next batch.
Really suggest to build some safety mechanism in. Right now it doesn't matter too much, but one the coin grow and big money comes in they might not accept that unbalance.
The easiest one is that 7844 points get only fully allocated when the stats server was fully active. A downtime of stat server of 12 hours should reduce the daily coins to 3922. And increase once that stat servers are back.
Kind of "cut and carry over". I know the points in PG don't get lost, they might get delayed. The same flow the "coin cake" should take
The backend software is showing a total of the correct number of points in the last round, and continues to run well, though I'm going to make some modifications tomorrow to fix a few small issues. The frontend stats.curecoinfolding.com page, which aside from time synchronization is completely independent of the actual backend server, seems to be having issues which I am looking into currently.
Here is the backend XML showing up for your account:
ChristianFAH
9062757
0
After a bit of investigating it appears due to the fact that it is scrabbling user data from the stats page for looping through an array of user scores, but it is grabbing the user scores from here:
http://fah-web.stanford.edu/cgi-bin/main.py?qtype=teampage&teamnum=224497 which caps out at the top 1000 users, so the software is throwing an index out of bounds exception, of course. What's surprising is that this issue didn't come up until now.
Either way, the backend fetches stats for each user from
http://fah-web2.stanford.edu/teamstats/team224497.html which doesn't have the 1000 user limit. The backend is working perfectly fine, and coins should be going out at the appropriate rate regardless of the frontend error. If this is NOT the case, please let me know.
I'll work on migrating the public pure-aesthetics frontend (stats.curecoinfolding.com) over to use
http://fah-web2.stanford.edu/teamstats/team224497.html sometime tomorrow, and so all stats should be updated and working correctly there by the day after.