Bitcoin Forum

Other => Meta => Topic started by: crypto_Butterfly on October 30, 2017, 07:57:16 PM



Title: Postins per day and reposting time.
Post by: crypto_Butterfly on October 30, 2017, 07:57:16 PM
I do not want to get banned so just asking this question.

  • In a day how many posts (valid) I can post in a day, is there any limit to posting per day?
  • Please tell me after posting a post what is the minimum time I need to wait before posting again.

I am asking for posting valid posts, not about posting spam or under valued posts.
I tried to search but i could not find it.


Title: Re: Postins per day and reposting time.
Post by: actmyname on October 30, 2017, 08:50:00 PM
There is no limit to the number of posts you can create in a day, albeit you probably won't pump out quality posts constantly and consistently.

In terms of the strict minimum time you have to wait before posting/PMing, that is simply calculated with the following:

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

If you instead mean in terms of not spamming, there again is no minimum time. However, it is logical to assume that quality drops if the time between each post is less than 5 minutes (though there are exceptions).
So long as what you post isn't spam (or any other rule-breaking conduct), you can post as frequently as you'd like.


Title: Re: Postins per day and reposting time.
Post by: crypto_Butterfly on October 30, 2017, 08:52:53 PM
There is no limit to the number of posts you can create in a day, albeit you probably won't pump out quality posts constantly and consistently.

In terms of the strict minimum time you have to wait before posting/PMing, that is simply calculated with the following:

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

If you instead mean in terms of not spamming, there again is no minimum time. However, it is logical to assume that quality drops if the time between each post is less than 5 minutes (though there are exceptions).
So long as what you post isn't spam (or any other rule-breaking conduct), you can post as frequently as you'd like.

Alrighty bro, thanks for the detailed reply. it really helped me.


Title: Re: Postins per day and reposting time.
Post by: Hermes Mercury on November 01, 2017, 05:33:27 PM
There is no limit to the number of posts you can create in a day, albeit you probably won't pump out quality posts constantly and consistently.

In terms of the strict minimum time you have to wait before posting/PMing, that is simply calculated with the following:

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

If you instead mean in terms of not spamming, there again is no minimum time. However, it is logical to assume that quality drops if the time between each post is less than 5 minutes (though there are exceptions).
So long as what you post isn't spam (or any other rule-breaking conduct), you can post as frequently as you'd like.


This information is the first time I have seen here, of that, if my account is old if I post with quality, I recover the activities?

Sample account for 3 months = 84 activities, correct?

If I do not post on this account for 3 months, can I recover?

or do I have to wait the next 14 days?

Only this information is missing to connect the dots!


Title: Re: Postins per day and reposting time.
Post by: dillpicklechips on November 01, 2017, 05:55:48 PM
There is no limit to the number of posts you can create in a day, albeit you probably won't pump out quality posts constantly and consistently.

In terms of the strict minimum time you have to wait before posting/PMing, that is simply calculated with the following:

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

If you instead mean in terms of not spamming, there again is no minimum time. However, it is logical to assume that quality drops if the time between each post is less than 5 minutes (though there are exceptions).
So long as what you post isn't spam (or any other rule-breaking conduct), you can post as frequently as you'd like.


This information is the first time I have seen here, of that, if my account is old if I post with quality, I recover the activities?

Sample account for 3 months = 84 activities, correct?

If I do not post on this account for 3 months, can I recover?

or do I have to wait the next 14 days?

Only this information is missing to connect the dots!
Yes. It is called "potential activities." It updates in hourly basis.


Title: Re: Postins per day and reposting time.
Post by: actmyname on November 01, 2017, 09:35:09 PM
This information is the first time I have seen here, of that, if my account is old if I post with quality, I recover the activities?

Sample account for 3 months = 84 activities, correct?

If I do not post on this account for 3 months, can I recover?

or do I have to wait the next 14 days?

Only this information is missing to connect the dots!
You gain potential activity by having at least one post in an activity period. These periods are in (roughly) durations of one fortnight each. If you miss posting in an activity period, you do not gain the potential activity. Thus, there will not be an increase in activity.