Hello Guys,
I am a new member of the BitcoinTalk Community! Whenever I post a comment on any post, An error Message is displayed which says I had already made a post within the last 360 seconds and I have to Wait..
BUT I had made no posts in the last 360 seconds!Help Much Appreciated!Thanks!
simply chec this formula:
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);
you have 3 steps...
360sec under 15activity
90sec under 60activity
about 34sec under 100activity etc etc