@midlet asked and we answered!
The ranks and badges have always been a way to motivate users to power up and try to achieve objective after objective. But @midlet did have a point. Going from Plankton to Minnow only takes about 500SP but you will then need 4500 more SP to reach the dolphin rank, 45 000 for Orca and 450 000SP for Whale. Wow, that's huge and it's easy to give up on the way right?
Read on to see how we want to keep your motivation high!
These changes will be live within an hour in version 2.10.1.1
New Features
The ranks are based on the number of VESTS (proportional to Steem Power) and are all divided in three sub-rank as follow:
if( vests < 333333)
rank = 'Plankton-3';
else if( vests < 666666)
rank = 'Plankton-2';
else if(vests < 1000000)
rank = 'Plankton-1';
else if(vests < 4000000)
rank = 'Minnow-3';
else if(vests < 7000000)
rank = 'Minnow-2';
else if(vests < 10000000)
rank = 'Minnow-1';
else if(vests < 40000000)
rank = 'Dolphin-3';
else if(vests < 70000000)
rank = 'Dolphin-2';
else if(vests < 100000000)
rank = 'Dolphin-1';
else if(vests < 400000000)
rank = 'Orca-3';
else if(vests < 700000000)
rank = 'Orca-2';
else if(vests < 1000000000)
rank = 'Orca-1';
else if(vests < 4000000000)
rank = 'Whale-3';
else if(vests < 8000000000)
rank = 'Whale-2';
else
rank = 'Whale-1';
Basically, users start as Plankton III and as they Power Up, they will make their way to Plankton II, Plankton I, Minnow III etc.
For this purpose, @fabiyamada was kind enough to edit her badges to make the 15 that we now need to display.
Additionally, @tshiuan made a whole new series of badges using Gold Silver and Bronze colors to fit the ranking.
You can change the type of badges you use from the SteemPlus settings in the popup.
When you hover over the badge, you can see how much Steem Power is needed to rank up
!
Hope you will enjoy it and will be motivated to Power Up!
Bug Fixes
There was a stupid bug in the Steem Price carousel, the links were all associated to the wrong information and this has been fixed.
Additionally , I corrected a few typos.
Coming soon
More witness info including the following :
- List of voters, sorted by number of Vests
- Number of blocks missed
- Blocks mined per day/week/month and corresponding gain
- Witness rank
Extracting these information directly from the blockchain would take too much time, so we are considering using either SteemSQL or SteemData for this, advices are welcome!
Wanna contribute?
Join us on Discord
List of features
The complete list of feature and their description can be found in the documentation.
Available on Steemit and Busy
- Voting slider for minnows (you do not need to vote at 100% anymore!)
- True value of your account on your wallet (calculated with current SBD and STEEM market prices)
- Delegation button in your wallet (with list of delegatees and undelegate button)
- One click switch between Steemit , Busy, Utopian and Steemd
Available on Steemit (and mspsteem)
- Feed+ : Filter your feed by tags, resteems (hide, show, blacklist, whitelist), reputation and sort it by upvotes/date/payout
- STEEM/USD and SBD/USD values in the user dropdown
- Option to add beneficiaries to your post (you can say that 10% of your post payout will go to one of your friends for example)
- Cool badges on user profiles show their rank: Plankton, Minnow, Dolphin, Orca and Whales
- Direct transfer to users
- Favorites
- Steem Sincerity
- All Steemit More Info features
- Steemit Board Awards
Installation procedures
You can download and install SteemPlus directly from the Chrome Store if you are using Chrome (follow this link ).
For installation procedures on Opera and Firefox, please check our documentation.
Big shoutout to @jerrybanfield and his budgets project that allow us the speed up the development of SteemPlus!
@stoodkev and @cedricguillas for @steem-plus
Powered by @adsactly
Powered by @utopian-io
Like what I do? Vote @stoodkev for witness!Posted on Utopian.io - Rewarding Open Source Contributors