Bitcoin Forum
May 01, 2024, 05:20:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Being new here in the furom  (Read 257 times)
DdmrDdmr
Legendary
*
Offline Offline

Activity: 2296
Merit: 10748


There are lies, damned lies and statistics. MTwain


View Profile WWW
July 08, 2021, 01:28:51 PM
 #21

<…>
The message is somewhat misleading, as some other events also count within the given timeframe (i.e. searching and some other events). I can’t recall the post I saw this assertion, but the 360 seconds (or other) is not strictly down to PM events, despite the message.

<…>
Q: Why do I get the "The last posting from your IP was less than 360 seconds ago." error when I haven't posted today?
A: Logging in, sending PMs, searching via the forum's built in search engine and reporting posts to a moderator will also be counted as posting and extend this limit back to 360 seconds. Don't worry: as your activity increases, the 360 second limit will decrease as well. Here you can see the algorithm how the posting limit is calculated based on your activity: https://bitcointalk.org/index.php?topic=237597.msg4131557#msg4131557
<…>

In general terms, the waiting time improves as you gain 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);
1714540845
Hero Member
*
Offline Offline

Posts: 1714540845

View Profile Personal Message (Offline)

Ignore
1714540845
Reply with quote  #2

1714540845
Report to moderator
1714540845
Hero Member
*
Offline Offline

Posts: 1714540845

View Profile Personal Message (Offline)

Ignore
1714540845
Reply with quote  #2

1714540845
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Lemono22
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
July 08, 2021, 07:57:56 PM
 #22

Thanks, man appreciate that.
Pages: « 1 [2]  All
  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!