Post
Topic
Board Meta
Re: Account Help
by
TheQuin
on 24/04/2018, 09:33:31 UTC
https://bitcointalk.org/index.php?topic=178608.0

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);

As your activity level increases the wait time between post will reduce dramatically. It is a restriction to slow down the spambots.