Bitcoin Forum

Other => Meta => Topic started by: zenxv on August 18, 2017, 10:07:01 PM



Title: Wait 360 seconds....
Post by: zenxv on August 18, 2017, 10:07:01 PM
Every time I try to post it's saying I haven't waited 10 minutes (it's been almost 2 weeks since I posted I think!)

Just trying to post.... will delete if successful.


Title: Re: Wait 360 seconds....
Post by: k@suy on August 18, 2017, 10:31:24 PM
Every time I try to post it's saying I haven't waited 10 minutes (it's been almost 2 weeks since I posted I think!)

Just trying to post.... will delete if successful.

Do not be too fast in posting while you are still a newbie. There is a time delay, this is to avoid spammer. Bear with it, as you progress and ranks up, this will be not a problem anymore. Good luck.


Title: Re: Wait 360 seconds....
Post by: degaga15 on August 19, 2017, 05:05:22 AM
For a newbie rank try to be patient a little to post next, give pause 1 hour or more to keep your post not considered spam, do not force your activity nuat.


Title: Re: Wait 360 seconds....
Post by: hilariousetc on August 19, 2017, 10:24:32 AM
Make sure you wait the full six minutes before you try post and this includes logging in. Logging in and attempting to post all reset the timer so you have to wait the full 360 seconds before you attempt again otherwise it'll be unsuccessful.

For a newbie rank try to be patient a little to post next, give pause 1 hour or more to keep your post not considered spam, do not force your activity nuat.

Waiting an hour is irrelevant on whether you posts will be considered spam or not. Plenty of people could make very constructive posts within a few minutes so it's always about quality over quantity but that doesn't mean to say you can't make lots of constructive posts fairly quickly.


Title: Re: Wait 360 seconds....
Post by: czhen on December 11, 2017, 01:56:52 PM
I want to ask a friend who is here.
whether I can post 10 posts or more in one day with a one hour grace period


Title: Re: Wait 360 seconds....
Post by: vinzanityyy on December 11, 2017, 04:19:16 PM
As a newbie this is true, you have to avoid spam my dear bitcoiners


Title: Re: Wait 360 seconds....
Post by: braindeadgenius on December 11, 2017, 04:21:31 PM
I want to ask a friend who is here.
whether I can post 10 posts or more in one day with a one hour grace period

You can make 10 posts in an hour if you do it correctly.


Title: Re: Wait 360 seconds....
Post by: nastaverba on December 21, 2017, 02:00:09 PM
Every time I try to post it's saying I haven't waited 10 minutes (it's been almost 2 weeks since I posted I think!)

Just trying to post.... will delete if successful.

Do not be too fast in posting while you are still a newbie. There is a time delay, this is to avoid spammer. Bear with it, as you progress and ranks up, this will be not a problem anymore. Good luck.

Is there any time delay for jr. members and others?


Title: Re: Wait 360 seconds....
Post by: AdolfinWolf on December 21, 2017, 02:08:30 PM
Every time I try to post it's saying I haven't waited 10 minutes (it's been almost 2 weeks since I posted I think!)

Just trying to post.... will delete if successful.

Do not be too fast in posting while you are still a newbie. There is a time delay, this is to avoid spammer. Bear with it, as you progress and ranks up, this will be not a problem anymore. Good luck.

Is there any time delay for jr. members and others?

I believe so, but it degrades the longer you are active on the forum, aka the more activity you have.

The following formula is used.

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

So yes, Jr member would still experience a delay when trying to post multiple messages, although this really shouldn't be too much of an issue. ( As i presume you're not going to make 4 posts every minute ::))