Post
Topic
Board Meta
Merits 2 from 1 user
Re: Please help me on the issue of posting posts
by
SFR10
on 21/08/2018, 12:57:17 UTC
⭐ Merited by hilariousetc (2)
I posted 3 post yesterday but all deleted.
I count 7 (5 remaining posts + 2 deleted posts [unless you also posted in a thrashed thread]):

  • Remove topic: ATTENTION! STEEL ICO BY SISHUB STARTS ON NOVEMBER 20, 2018! in topic #4929613 by member #2294347
  • Delete reply: WHAT IS STEEL TOKEN? in topic #4929670 by member #2294347

Please show me how to post without violating and deleting.
1) Unofficial list of (official) Bitcointalk.org rules, guidelines, FAQ
2) Users posting "joined" type posts when not required or allowed will be BANNED

Ex : how many posts maximum daily? - my rank is JR member
There's no such rule in regards to that but there's a waiting time:

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