Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
37226086
Topic
3776038
Board
Beginners & Help
Re: Help for beginners
by
RAMSHIVDEEPAK
on
14/05/2018, 08:21:57 UTC
Quote from: quynhdang on May 14, 2018, 05:39:17 AM
Dear, I'm just a newbie here. I want to know if my membership improves, doest it still take 9m to write a new comment after a previous one?
No it will reduce as ur membership improves:
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);
u can read more about this for clarity :
https://bitcointalk.org/index.php?topic=237597.msg4131557#msg4131557
https://bitcointalk.org/index.php?topic=178608.0