Bitcoin Forum
May 17, 2024, 11:53:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Ho to establish profile?  (Read 130 times)
Sujoris (OP)
Member
**
Offline Offline

Activity: 80
Merit: 46


View Profile
December 11, 2018, 04:56:56 AM
 #1

I am kind of new here.. but then this merit thing happened - which is good in my humble opinion. Reduces the clutter.
But I have a 360 second limit between my posts .. asks me to establish my profile - does 'establish' necessarily mean I must rank up ? or earn merit? or just have more logged in hours??
bones261
Legendary
*
Offline Offline

Activity: 1806
Merit: 1827



View Profile
December 11, 2018, 05:06:46 AM
 #2

Your wait time will decrease as you gain more activity. You don't need to get a merit or rank up to reduce your wait time.

What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.

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

Sujoris (OP)
Member
**
Offline Offline

Activity: 80
Merit: 46


View Profile
December 11, 2018, 05:25:34 AM
 #3

Your wait time will decrease as you gain more activity. You don't need to get a merit or rank up to reduce your wait time.

What are the time limits on posting and the levels??
I know 360 seconds are for new people like me, but was wondering if there was break down somewhere on this.

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




Thank you thread locked
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!