Post
Topic
Board Meta
Merits 4 from 1 user
Re: Unofficial list of (official) Bitcointalk.org rules, guidelines, FAQ
by
TheQuin
on 20/05/2022, 02:56:05 UTC
⭐ Merited by xandry (4)
This is a great work I must say.

But I couldn't find guidelines for posting. I want to understand if there's a time limits to posts. What I mean is if I make a post now how long do I need to wait to make another post or I can make posts many time?

It's dependent on your activity score.

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