Author

Topic: newbie help please; how activity react with your post and time logged in? (Read 89 times)

mk4
legendary
Activity: 2716
Merit: 3817
Paldo.io 🤖
You gain activity by how active you are here on bitcointalk.

Activity is calculated with: activity = min(time * 14, posts)
Basically, to maximize activity increase, you need to post once a day. Activity updates every 2 weeks.

For more info: https://bitcointalksearch.org/topic/newbies-read-before-posting-1689727
newbie
Activity: 27
Merit: 0
30 Activity: Jr. Member

How long do I need to wait between forum posts?
Waiting time between forum posts is calculated with the following formula:
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);
member
Activity: 714
Merit: 11
Hey i want to know that Activity of the account is rekated to the the time spend or your post and replies. Do anyone help me.
I think i stuck with my account.
Jump to: