Bitcoin Forum
June 06, 2026, 02:46:12 PM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: newbie help please; how activity react with your post and time logged in?  (Read 113 times)
Naitik (OP)
Member
**
Offline

Activity: 714
Merit: 11


View Profile
December 23, 2017, 06:04:07 AM
 #1

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.
PavelIvanov
Newbie
*
Offline

Activity: 27
Merit: 0


View Profile
December 23, 2017, 06:17:14 AM
 #2

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);
mk4
Legendary
*
Offline

Activity: 3052
Merit: 3897


📟 paldo.io


View Profile WWW
December 23, 2017, 06:18:49 AM
 #3

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://bitcointalk.org/index.php?topic=1689727.0

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!