Topic: 10K Universe Badge does not show if you have 10000.00 Cobblestones.
I have exactly 10000.00 Universe@Home Cobblestones, yet I don't see any badge. I suspect the problem is the test for the breakpoint. I think the test is "IF total > 10000" rather than "IF total >= 10000". It's that missing "or equal to" =.
This is probably the same problem that JayPi has although of course his is > 1000000. I hope that helps.