Bitcoin Forum
May 13, 2024, 11:39:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Why do I need to wait 6 minutes before making 2nd post?  (Read 433 times)
sardasa (OP)
Hero Member
*****
Offline Offline

Activity: 1064
Merit: 502

* Buying Bitcoin *


View Profile
November 28, 2015, 03:26:39 PM
 #1

6 minutes is hell lot of a time to wait before replying either on the forum thread or to any PM Sad
For replying to PM, you have to write those 5 words also and wait 6 minutes also.

This to me sounds unreasonable completely.

30 seconds waiting time before 2 posts is considered reasonable but not 360 seconds.

"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715600361
Hero Member
*
Offline Offline

Posts: 1715600361

View Profile Personal Message (Offline)

Ignore
1715600361
Reply with quote  #2

1715600361
Report to moderator
achow101
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
November 28, 2015, 03:28:35 PM
 #2

It is to prevent spammers. The wait time reduces as you rank up, so just wait the 6 minutes and post again and eventually your rank will increase and the wait time will decrease dramatically.

sardasa (OP)
Hero Member
*****
Offline Offline

Activity: 1064
Merit: 502

* Buying Bitcoin *


View Profile
November 28, 2015, 03:35:12 PM
 #3

It is to prevent spammers. The wait time reduces as you rank up, so just wait the 6 minutes and post again and eventually your rank will increase and the wait time will decrease dramatically.
How many posts do I need to make to move up the rank?
Can you please link me to the thread which explains Ranking System here?

OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3472
Merit: 6133



View Profile
November 28, 2015, 03:37:02 PM
 #4

It is to prevent spammers. The wait time reduces as you rank up, so just wait the 6 minutes and post again and eventually your rank will increase and the wait time will decrease dramatically.
How many posts do I need to make to move up the rank?
Can you please link me to the thread which explains Ranking System here?

You basically gain 14 activity each two weeks (maximum) , See here for how much activity you need to rank up : https://bitcointalk.org/index.php?topic=237597.0

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
sardasa (OP)
Hero Member
*****
Offline Offline

Activity: 1064
Merit: 502

* Buying Bitcoin *


View Profile
November 28, 2015, 03:57:19 PM
 #5

It is to prevent spammers. The wait time reduces as you rank up, so just wait the 6 minutes and post again and eventually your rank will increase and the wait time will decrease dramatically.
How many posts do I need to make to move up the rank?
Can you please link me to the thread which explains Ranking System here?

You basically gain 14 activity each two weeks (maximum) , See here for how much activity you need to rank up : https://bitcointalk.org/index.php?topic=237597.0
and what's the waiting time b/w making 2 posts for each of these user groups?

OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3472
Merit: 6133



View Profile
November 28, 2015, 04:02:41 PM
 #6

It is to prevent spammers. The wait time reduces as you rank up, so just wait the 6 minutes and post again and eventually your rank will increase and the wait time will decrease dramatically.
How many posts do I need to make to move up the rank?
Can you please link me to the thread which explains Ranking System here?

You basically gain 14 activity each two weeks (maximum) , See here for how much activity you need to rank up : https://bitcointalk.org/index.php?topic=237597.0
and what's the waiting time b/w making 2 posts for each of these user groups?

This should answer your questions (how they are calculated) :

Limits on posting

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


Limits on PMs
I've adjusted the limits to make spamming more difficult.

Activity   Min. seconds between post actions   Max PM recipients   PMs per hour
036035
1674530
3060560
6030560
1001210120
2001015120
300820120

█▀▀▀











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











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
sardasa (OP)
Hero Member
*****
Offline Offline

Activity: 1064
Merit: 502

* Buying Bitcoin *


View Profile
November 28, 2015, 04:20:49 PM
 #7

It is to prevent spammers. The wait time reduces as you rank up, so just wait the 6 minutes and post again and eventually your rank will increase and the wait time will decrease dramatically.
How many posts do I need to make to move up the rank?
Can you please link me to the thread which explains Ranking System here?

You basically gain 14 activity each two weeks (maximum) , See here for how much activity you need to rank up : https://bitcointalk.org/index.php?topic=237597.0
and what's the waiting time b/w making 2 posts for each of these user groups?

This should answer your questions (how they are calculated) :

Limits on posting

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


Limits on PMs
I've adjusted the limits to make spamming more difficult.

Activity   Min. seconds between post actions   Max PM recipients   PMs per hour
036035
1674530
3060560
6030560
1001210120
2001015120
300820120

It basically means after minimum 60 days i.e. 2 months of being registered on this forum & making 1 at least post daily i.e. replying to my/someone else's thread I should get the privilege of what I want i.e. waiting 30 seconds b/w making 2 posts ?


achow101
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6635


Just writing some code


View Profile WWW
November 28, 2015, 05:33:14 PM
 #8

It basically means after minimum 60 days i.e. 2 months of being registered on this forum & making 1 at least post daily i.e. replying to my/someone else's thread I should get the privilege of what I want i.e. waiting 30 seconds b/w making 2 posts ?


yes. However after you get 15 activity the wait time decreases by a lot so you won't have to wait 6 minutes between each post for too long.

Fwdxlsh
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
November 28, 2015, 10:14:38 PM
 #9

That's just how the scripting of the site is. It is to prevent spammers. The posting limit grows as you progress.
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!