[quote author=psxboy link=topic=1976.msg2227485#msg2227485 date=1369172007]
[quote author=sgbullion link=topic=1976.msg2227361#msg2227361 date=1369171315]
Ok then I need to know what the actual (for someone that barely passed algebra but can do stats) formula of how to figure what my score is (where did that number come from) and how to figure what my reward should be. Now I understand that I might not be able to comprehend all of the math but there should be a way to understand were the numbers came from.
[/quote]
From [url=https://bitcointalk.org/index.php?topic=1976.msg50002#msg50002]https://bitcointalk.org/index.php?topic=1976.msg50002#msg50002[/url] :
Matematically said, for every submitted share, pool perform
[code]score = score + exp(round_time/C)
round_time is count of seconds between "now" and time when round started, C is magic constant which define how fast old shares lose their value. All following calculations are using C=300, but it may be changed in the future to provide the best cheatproof/usability ratio.
And on the end of round, system calculate rewards using formula
reward = user score / total score * 25
[/quote]
huh?? where the hell did C come from like I said quantum Mechanics gave me less of a head ache. and were do you get [/code] what code?