Post
Topic
Board Beginners & Help
Re: A QUICK READ OF THE NEWBIE README
by
Sonny
on 05/02/2014, 16:55:55 UTC

are you sure activity is updated every 30 mins .. because i don't think so.. atleast not for newbie member..!

You can only get a max 14 activity every two weeks. Not sure what the 30 minutes means.  
DONE
grt can you also add the time limits members has to face like as a newbie i must wait 360secs before posting a new comment.. ! what is the time limit for jr. members , members nd others..?

You can find it here.
https://bitcointalk.org/index.php?topic=237597.msg4131557#msg4131557

What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.

Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);