Bitcoin Forum
May 25, 2024, 06:23:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Spam  (Read 582 times)
Insertion (OP)
Full Member
***
Offline Offline

Activity: 135
Merit: 100


View Profile
July 16, 2015, 02:44:11 PM
 #1

I want to ask what's the "interval of time in posting"  must to be considered, to get away from being a spammer or banning my account.
BadBear
v2.0
Legendary
*
Offline Offline

Activity: 1652
Merit: 1127



View Profile WWW
July 16, 2015, 02:55:47 PM
 #2

You keep getting banned because of your posts, not the time interval between them.

1Kz25jm6pjNTaz8bFezEYUeBYfEtpjuKRG | PGP: B5797C4F

Tired of annoying signature ads? Ad block for signatures
Outlander
Legendary
*
Offline Offline

Activity: 1218
Merit: 1000



View Profile
July 16, 2015, 03:00:37 PM
 #3

You keep getting banned because of your posts, not the time interval between them.
yes, you should stay on the topic when you are posting. Otherwise you will get banned and the off topic contents will get deleted!

--Encrypted--
Copper Member
Legendary
*
Offline Offline

Activity: 924
Merit: 1007

hee-ho.


View Profile
July 16, 2015, 03:02:46 PM
 #4

I want to ask what's the "interval of time in posting"  must to be considered, to get away from being a spammer or banning my account.

AFAIK there's no rule about posting too fast. sometime ago I saw someone making 2-3 posts in 10 minutes for a full hour and didn't even get banned. so I think you won't get banned as long as 1. your posts are not considered off-topic or insubstantial,2. not having the same content as your previous posts, 3. not trolling or advertising a site, or 4. not posting too much on the pointless daily thread on the off-topic section.

I'm sure there's more. but that's all I can think of
josephno1
Full Member
***
Offline Offline

Activity: 140
Merit: 100

Get Free Mobile Data http://get.kickbit.com/1/oexq


View Profile
July 16, 2015, 07:55:31 PM
 #5

Plus isn't there a limit for newbies to how much they can post in a certain amount of time anyways?

abacus
Hero Member
*****
Offline Offline

Activity: 618
Merit: 500


a clockwork miner


View Profile
July 17, 2015, 03:06:40 AM
 #6

Plus isn't there a limit for newbies to how much they can post in a certain amount of time anyways?

Yes, there is.
The limit isn't only for newbies, because it's based on activity:

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

In the case someone doesn't understand it, here is a good "translation" of the code above:

Its just activity, see the formula you linked. Its boild down to 3 basic steps:

the first major reduction to 75-30 seconds once your activity is over 14, but still not 60 or higher
the second reduction to 30-27 seconds once your activity is 60 or higher, but still not 100 or higher
the third reduction to 12-4 seconds once your activity is 100 or higher.

Once you reached 500 actitivty you will be stuck at a 4 second limit, which I notice once in a blue moon.
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!