Bitcoin Forum
April 25, 2024, 12:56:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 [68] 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 169 »
  Print  
Author Topic: Forum ranks/positions/badges (What do those shiny coins under my name mean?)  (Read 2353955 times)
Giardina
Full Member
***
Offline Offline

Activity: 406
Merit: 100



View Profile
July 09, 2017, 06:50:51 AM
 #1341

are search system depending on rank, why is it sometimes does not look for reporting that you have exceeded the time..

"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714006610
Hero Member
*
Offline Offline

Posts: 1714006610

View Profile Personal Message (Offline)

Ignore
1714006610
Reply with quote  #2

1714006610
Report to moderator
1714006610
Hero Member
*
Offline Offline

Posts: 1714006610

View Profile Personal Message (Offline)

Ignore
1714006610
Reply with quote  #2

1714006610
Report to moderator
botany
Legendary
*
Offline Offline

Activity: 1582
Merit: 1064


View Profile
July 09, 2017, 07:01:41 AM
 #1342

As I understood your rank on forum is set by the amount of posts you make and the time since you registered.
But is somebody monitoring meaningfulness of posts? Because in theory I could say "Hi forum" a million times and become a Legend (or what is the maximal rank).
Best Regards

If you spam, you are likely to get banned. Users report meaningless post to moderators, who take action.
Plus you get only limited activity (14 every 2-week period) even if you post a lot of times very quickly.
Mr Frog
Full Member
***
Offline Offline

Activity: 168
Merit: 100


Bitcoin is the King


View Profile
July 09, 2017, 08:05:06 AM
Last edit: July 09, 2017, 12:56:46 PM by Mr Frog
 #1343

Hi all,

Just want to remind some of you that it's not because you have a nice rank on your profile like Hero, Legendary, ... that you are one.
The fact that you have been on the forum for a long time and that you post a lot doesn't make you an expert or somebody who know more than others.

At the opposite been newbie doesn't mean you are a 15 years old knowing nothing. It just mean that you just opened an account on the forum.
Some people here tend to forget that. Specially the ones who have been here for a while.

I did not post this message, The Russians did it !
theMiro
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
July 09, 2017, 03:27:39 PM
 #1344

As I understood your rank on forum is set by the amount of posts you make and the time since you registered.
But is somebody monitoring meaningfulness of posts? Because in theory I could say "Hi forum" a million times and become a Legend (or what is the maximal rank).
Best Regards

If you spam, you are likely to get banned. Users report meaningless post to moderators, who take action.
Plus you get only limited activity (14 every 2-week period) even if you post a lot of times very quickly.

So the maximum activity points that user can get in 2 weeks is 14? no matter how many posts?

▬▬▬▬▬  V I S O || MODERN CRYPTOCURRENCY PAYMENT SYSTEM  ▬▬▬▬▬
█ █        Download WHITEPAPER     Download ONE PAGER        █ █
▬▬▬▬▬      Telegram    ●    Youtube    ●    Slack      ▬▬▬▬▬
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
July 09, 2017, 04:06:04 PM
 #1345

are search system depending on rank, why is it sometimes does not look for reporting that you have exceeded the time..

There is a time limit if that's what you are asking.

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

As I understood your rank on forum is set by the amount of posts you make and the time since you registered.
But is somebody monitoring meaningfulness of posts? Because in theory I could say "Hi forum" a million times and become a Legend (or what is the maximal rank).
Best Regards

If you spam, you are likely to get banned. Users report meaningless post to moderators, who take action.
Plus you get only limited activity (14 every 2-week period) even if you post a lot of times very quickly.

So the maximum activity points that user can get in 2 weeks is 14? no matter how many posts?

Yes. Do note that if you post in two activity periods (1 period = 14 days), you can get a maximum of 28 activity in a day or two. See https://bitcointalk.org/index.php?topic=582736.0 for activity period timings.

chav216
Member
**
Offline Offline

Activity: 79
Merit: 10

Hello all


View Profile
July 10, 2017, 03:43:27 PM
 #1346

I see there are multiple posts on this thread stating what the activity/posts amounts for member levels. Can you please update the first post with the accurate numbers. It says it hasn't changes since 2013.
zurc
Full Member
***
Offline Offline

Activity: 275
Merit: 100


SOKOS.io


View Profile
July 10, 2017, 04:48:10 PM
 #1347

is there a maximum activity per day?

Giardina
Full Member
***
Offline Offline

Activity: 406
Merit: 100



View Profile
July 10, 2017, 04:49:43 PM
 #1348

are search system depending on rank, why is it sometimes does not look for reporting that you have exceeded the time..

There is a time limit if that's what you are asking.

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

As I understood your rank on forum is set by the amount of posts you make and the time since you registered.
But is somebody monitoring meaningfulness of posts? Because in theory I could say "Hi forum" a million times and become a Legend (or what is the maximal rank).
Best Regards

If you spam, you are likely to get banned. Users report meaningless post to moderators, who take action.
Plus you get only limited activity (14 every 2-week period) even if you post a lot of times very quickly.

So the maximum activity points that user can get in 2 weeks is 14? no matter how many posts?

Yes. Do note that if you post in two activity periods (1 period = 14 days), you can get a maximum of 28 activity in a day or two. See https://bitcointalk.org/index.php?topic=582736.0 for activity period timings.
about search understand. the published timings for the year 2017 to the end of the year or only meet in 2015

SamReomo
Hero Member
*****
Offline Offline

Activity: 784
Merit: 672


Top Crypto Casino


View Profile
July 12, 2017, 03:03:12 PM
 #1349

I'm Full Member now. How long will it take to become Legendary Member?

https://www.bctalkaccountpricer.info/?token=is8n84s6

You need at least 775 activity to have a chance to become legendary. For your activity to reach 775, it will take ~44 periods (1 period = 14 days), i.e. ~88 weeks = ~618 days.

Thanks for really explaining this, this should be up there to help others quicker.

You're welcome!
It means more than 1 and half year OMG

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
Sweeet
Hero Member
*****
Offline Offline

Activity: 714
Merit: 501

Real Eyes, Realize, Real Lies.


View Profile WWW
July 12, 2017, 04:37:45 PM
 #1350

Weird, I haven't received my 14 activity again.
zilions
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile WWW
July 12, 2017, 11:45:26 PM
 #1351

Just for the heads up, there are some dead image links within the original post

BTCforJoe
Hero Member
*****
Offline Offline

Activity: 882
Merit: 976



View Profile WWW
July 13, 2017, 09:45:24 PM
 #1352

Weird, I haven't received my 14 activity again.

Not weird, at all. You haven't had any activity within the last 14 days of having posted this. So if you had no activity, why would you get activity points? Are you still unclear as to how the Activity Points counter works?

memberx
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
July 14, 2017, 04:58:50 AM
 #1353

Thanks, very helpful overview for ranks and activity, but how often is the activity updated?

Trnsmssn
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
July 14, 2017, 05:48:31 PM
 #1354

 I have a question what does consider an activity?
 Is it each message or comment that I apply or something else?
BTCforJoe
Hero Member
*****
Offline Offline

Activity: 882
Merit: 976



View Profile WWW
July 14, 2017, 06:43:28 PM
 #1355

I have a question what does consider an activity?
 Is it each message or comment that I apply or something else?

Your Activity is purely based on posts. Private messages or "Total time logged in" have no effect on your Activity Level.

SamReomo
Hero Member
*****
Offline Offline

Activity: 784
Merit: 672


Top Crypto Casino


View Profile
July 14, 2017, 10:43:44 PM
 #1356

I have a question what does consider an activity?
 Is it each message or comment that I apply or something else?

Your Activity is purely based on posts. Private messages or "Total time logged in" have no effect on your Activity Level.
I don't know but that seems not true to me. I have much more posts than my activity level and I am also online most of the time. I even send and receive many PM's but still my activity seems to be same.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
itsonlikedonkeykong
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
July 15, 2017, 01:53:57 AM
 #1357

Thank you for keeping this thread going!

Working on my activity points as we speak. Grin
ipo-ipo
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
July 15, 2017, 06:39:11 AM
 #1358

Thank you for this thread.. Ive been crazy looking on how to pump up my activity.
BTCforJoe
Hero Member
*****
Offline Offline

Activity: 882
Merit: 976



View Profile WWW
July 15, 2017, 08:04:13 AM
 #1359

I have a question what does consider an activity?
 Is it each message or comment that I apply or something else?

Your Activity is purely based on posts. Private messages or "Total time logged in" have no effect on your Activity Level.
I don't know but that seems not true to me. I have much more posts than my activity level and I am also online most of the time. I even send and receive many PM's but still my activity seems to be same.

My point exactly. You must not have read the entire thread or fully understand, because your activity  can never surpass your post level, nor will it ever increase by more than 14 points at a time. I assure you that your total time online or private messages have nothing to do with your activity level. Go back and read the info again.

Nolito
Jr. Member
*
Offline Offline

Activity: 55
Merit: 10


View Profile
July 15, 2017, 09:19:27 AM
 #1360

Where can i find my user id if ever i will have one? Thankyou
Pages: « 1 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 [68] 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 ... 169 »
  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!