Author

Topic: How many posts until I won't have to wait between them? (Read 143 times)

newbie
Activity: 14
Merit: 0
I knew it had to be somewhere, that was what I was looking for. Looks like I'm two posts away from having the limit slashed.
member
Activity: 148
Merit: 18
Hi!

I guess this is the information you were looking for:

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


more info can be found here: https://bitcointalksearch.org/topic/forum-rankspositionsbadges-what-do-those-shiny-coins-under-my-name-mean-178608


EDIT: 25seconds too late...@hilariousetc was quicker! Grin
legendary
Activity: 2828
Merit: 3038
Join the world-leading crypto sportsbook NOW!
It's in the sticky: https://bitcointalksearch.org/topic/m.1861412

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

It just gradually goes down the more activity you get, though you can now also purchase a Copper Membership as well which will reduce the times: https://bitcointalksearch.org/topic/newbies-can-now-pay-a-small-fee-to-enable-images-2385104
newbie
Activity: 14
Merit: 0
So, I'm new and I need to wait 6 minutes between each post. How long until that restriction is lifted? I'm sure it's listed somewhere, but I've searched and can not find it.
Jump to: