Bitcoin Forum

Other => Beginners & Help => Topic started by: markstivn98 on February 22, 2019, 10:43:50 AM



Title: post topics
Post by: markstivn98 on February 22, 2019, 10:43:50 AM
is there a limit to posting topics in the forum?
how many topics you can publish in a day?


Title: Re: post topics
Post by: DdmrDdmr on February 22, 2019, 10:48:23 AM
<...>
There is no formal limit (posts not topics), unless you get reported for spamming, in which case your account will be banned.

There is a cool down time though between posts:
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);
The cool down time therefore is relative to your activity. In your case, your activity is 42, so wait time should be 48 seconds (90-42) between posts.


Title: Re: post topics
Post by: Flash Cunt on February 22, 2019, 03:26:20 PM
One of the rules you could respect is - read the stickies at the top of the board indices.


Title: Re: post topics
Post by: Kopyleft on February 22, 2019, 07:26:34 PM
There is no limit to the number of posts you can make in a day, just post restrictions, or a break period between posts. This shortens with your activity. And your activity does not always rise with youe post. There is a limit to number of activity you can get, 14 every 14 days. Averagely 1activity a day.