Bitcoin Forum
July 02, 2024, 01:04:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Time Limits and Member Levels  (Read 483 times)
#bitcoin (OP)
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
February 03, 2014, 06:10:02 PM
 #1

What are the time limits for different member levels?

When will I be able to post in less than 6-minute intervals?
SaltySpitoon
Legendary
*
Offline Offline

Activity: 2590
Merit: 2154


Welcome to the SaltySpitoon, how Tough are ya?


View Profile
February 03, 2014, 07:38:47 PM
 #2

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