Bitcoin Forum
June 25, 2024, 01:01:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How many posts until I won't have to wait between them?  (Read 136 times)
Booted1543 (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 28, 2017, 06:55:00 PM
 #1

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.
hilariousetc
Legendary
*
Offline Offline

Activity: 2828
Merit: 3038


Join the world-leading crypto sportsbook NOW!


View Profile
December 28, 2017, 07:02:07 PM
 #2

It's in the sticky: https://bitcointalk.org/index.php?topic=178608.msg1861412#msg1861412

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

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Chironexxx
Member
**
Offline Offline

Activity: 148
Merit: 18


View Profile
December 28, 2017, 07:02:32 PM
 #3

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


EDIT: 25seconds too late...@hilariousetc was quicker! Grin

nothing to see here!
Booted1543 (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 29, 2017, 03:47:42 PM
 #4

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.
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!