Bitcoin Forum
June 21, 2024, 05:46:09 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Post Throttle  (Read 121 times)
kezimo (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
March 24, 2018, 02:40:34 PM
 #1

Is there a way I can have the post throttling turned off? It's annoying to have to wait 5 to 10 minutes between every action.
baguetter
Newbie
*
Offline Offline

Activity: 126
Merit: 0


View Profile
March 24, 2018, 02:44:55 PM
 #2

It is a bother, I hope someone more experienced with this forum will answer soon.
Minnasan
Jr. Member
*
Offline Offline

Activity: 112
Merit: 4


View Profile
March 24, 2018, 02:49:47 PM
 #3

everything you ask in this thread can you answer by reading this thread ...

Comprehensive guide to Bitcointalk. Newbie friendly + calculator and infographic

Forum ranks / positions / badges (What do those shiny coins under my name mean?)

and I think than you make this kind of thread better you do research and search for what you want to know ... because some members with higher rank do not like what you do this ...

so for the next time you should read a lot of friends ....

▄▄▄▄▄▄▄▄▄▄▄▄▄▄   DICE.money   ▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀|   A NEW GENERATION SOCIAL CRYPTOCURRENCY   |▀
OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3514
Merit: 6165



View Profile
March 24, 2018, 02:50:25 PM
 #4

Not anytime soon, the limits will start to fade as you're gaining more activity. Please read the stickies in the Meta section.

█▀▀▀











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











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

Activity: 154
Merit: 11

MintDice Support


View Profile WWW
March 24, 2018, 02:50:43 PM
 #5

Once your activity reaches 14, you will be released from the limitation of posting every 360 seconds. Try to get your posts up so it happens once they refresh your activity (every two weeks).

Mintdice.com
fxstrike
Member
**
Offline Offline

Activity: 238
Merit: 40

First Payment Gateway using GoldBacked cryptocurre


View Profile
March 24, 2018, 02:52:16 PM
 #6

You need to reach a higher rank in order to get more Activity score to get more frequent post with lower time restriction between post

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

usdfranklin
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 24, 2018, 03:06:55 PM
 #7

refresh every two weeks , so even if i have (30 posts) i will never be Jr ?? only after refresh ??
fxstrike
Member
**
Offline Offline

Activity: 238
Merit: 40

First Payment Gateway using GoldBacked cryptocurre


View Profile
March 25, 2018, 02:47:51 AM
 #8

refresh every two weeks , so even if i have (30 posts) i will never be Jr ?? only after refresh ??
Yes you have to wait for the fixed 2 week period, so approximately 6 weeks after you open an account you will reach Jr. Member if you post daily at least 1 post, or if you at least already have posted 29 post prior to reaching the fixed date the 2 week period takes place, and you just post 1 more post during the next 2 week period you will be promoted to the Jr. Member rank

dncdog
Member
**
Offline Offline

Activity: 156
Merit: 15


View Profile
March 25, 2018, 03:41:34 AM
 #9

This one (waiting time between posts):
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 interesting for you available in the topic:
https://bitcointalk.org/index.php?topic=1689727.0
Please read it if you want to be more familiar with the forum structures and its mechanism.
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!