Bitcoin Forum

Other => Meta => Topic started by: Sujoris on December 11, 2018, 04:56:56 AM



Title: Ho to establish profile?
Post by: Sujoris on December 11, 2018, 04:56:56 AM
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??


Title: Re: Ho to establish profile?
Post by: bones261 on December 11, 2018, 05:06:46 AM
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);



Title: Re: Ho to establish profile?
Post by: Sujoris on December 11, 2018, 05:25:34 AM
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