SteemPlus 1.13: Get the REAL value of your account!

in #utopian-io6 years ago (edited)

image.png

Since the version 1.9 I want to take a break at adding new features the time to fully integrate SteemConnect but it seems like the new ideas keep coming one after the other!

This time I must thank my friend @scipio for noticing in this post (Show him some love ;) ) that the estimation of account values were incorrect. Indeed, both Steemit and Busy consider that the SBD is tethered to the USD, although as we all know, it recently skyrocketed to over $10 before stabilizing around $9.

Because we all love to see our STEEM account value increase over time, I pushed this new update to SteemPlus that will show the real value of your account.

Differences with the current estimation :


  • Steemit uses a 7 day average of the Steem price, I use the current price from Bittrex thanks to the Coinmarket API
  • Steemit considers the SBD as equal to $1 regardless of its real value, I use the current price from Bittrex thanks to the Cryptonator API.

New account value estimation on Steemit


image.png

Closer look :

image.png

I saw that there was still space in the Estimated Account Value tab so I just added my estimation over there, let me know if you would prefer to see the price in a popup or replacing the original one.

As you can see, since I have a few SBD, the difference is really small, but for other accounts holding lots of SBD, the difference can be huge: see @ned s account.

image.png

On Busy


On Busy wallet I didn't found enough space to add my calculation in the account value estimation tab, so I put it on a popup when hovering on top of the Steemit calculation:

image.png

Busy s estimation is more precise already, I think the difference comes mostly from the fact I do not use a 7 day average price. The Steem price is moving fast and between my two screenshots, we can see that my account value changed already.

The commits for this work can be found here and here. The second commit added the possibility to hide this feature from the Options (on the top right SteemPlus popup).

You can find the full list of SteemPlus features hereunder, as well as the installation method.

  • Filter and sort your feed
  • Delegate SteemPower from your wallet (and see you current delegatees)
  • Add beneficiaries to your posts
  • Add a voting slider to minnows
  • Go between Steemit Steemd and Busy in one shortcut
  • Display rank badges
  • Adding Market button and STEEM/SBD price feed to the user dropdown
  • All features are available on mspsteem

please read the following documentation or check those awe some video-tutorials:

Detailed documentation on past features:

Dropdown

Adding two new functions to the user dropdown on Steemit:

  • Direct access to Market
  • Price feed (STEEM/SBD , STEEM/USD, SBD/USD)

image.png

Rank badges

Show awesome badges on each profile according to their SteemPower. From Plankton all the way up to whales!

Beneficiaries (Steemit)

Let's say you want to post an article about how awesome it was to meet other Steemians at the SteemFest and you want to let them share part of the reward, it has never been easier!

As usual, click on Post : image.png

Write your article as you would normally do, include the title, body and tags.
Once you're done, instead of click Post, click on "Add Beneficiaries" under the Preview zone:

image.png

You can add as many beneficiaries as you want as long as the total percentage doesn't exceed 95%.
Your share of your own post will be 100% minus total percentage of other beneficiaries minus a small 5% share for SteemPlus.

My plan was to use SteemConnect hot sign to post without having to ask for the Private Key. Sadly, the hot sign does not include simultaneous posting and beneficiaries handling for now, so we will have to wait. I will push a request on Utopian so that hopefully we can use this mean soon enough!
For now, your private key is stored on your device and is never in my possession. You can check the code on Github and install the extension in developer mode for safety reasons.

One last thing, whatever your choice regarding your own reward (100% SP or 50/50 SP/SBD), all other beneficiaries will receive their part as Steem Power only.

Delegation (Steemit and Busy)



This is what my wallet looks like now (yea, i'm poor don't hesitate to delegate me some SP ^^).

image.png

Upon clicking, a popup will appear, looking very similar to the Transfer Window:

![image.png]()

From there, very straightforward, enter the two usernames and the SP you want to delegate. You will be redirected to Steemconnect in which you will have to input your credentials in order to confirm the delegation.

image.png

Just accept and you're done.

A few notes


  • I never access your private active key. I play no role on Steemconnect, and you private key is safe there.
  • In order to undelegate, repeat the same process and delegate 0 SP or directly click the red cross on the delegatees list.
  • After undelegating, your SP will be in cool down for a week.
  • Obviously you cannot delegate SP being powered down.

Busyfy



You can now directly switch between a Steemit page and its mirror on Busy thanks to a keyboard shortcut. On Opera and Firefox, the default shortcut (Shift+Alt+E) applies, but in Chrome you will need to set it up.

For Chrome users, navigate to your extension page, and on the bottom of the page, click "Keyboard Shortcuts", then you can chose your own shortcut for witching between Steemit and Busy.

Steemdify



Same feature with Steemd.
The default keyboard is (Shift+Alt+D) and it also works both ways.

New Feed+ features



As previously announced, you can now chose how many posts from your feed are taken into consideration by the feed+ algorithm.
You can also decide to hide the posts you have already voted for.

Feed+



steemfeed.png

The new feed+ tab lets you filter (by tag/resteem/reputation) and sort the posts (time/payout/votes) from you feed.

As you can see, once the extension updated/installed, a new feed+ tab is added directly to your Steemit usual page. After clicking the 'feed+' tab, a loading page will appear and start loading the 300 previous posts from your feed. If you have a decent connection and the node is stable, it should take 10-15 seconds. All the subsequent filtering and sorting operation are realized nearly instantly. I will make the number of posts loaded a parameter in the future, so that you can change it in function of your patience and the number of posts you want to see.

Anyways after these few seconds, this is what you get:

As you can see, I did my best to respect Steemit's style for displaying the posts and a new menu appeared on the right side of your feed. Let's check it out:

Sort By



Once the posts loaded, you can sort them nearly instantly thanks to this option.

In the previous screenshot, the posts were sorted by Payout (the biggest pending payout first); but you can also sort by number of upvotes, or chose to see the most recent/old first.

Filters

Filter by Tag


Very straightforward but useful, here you can chose to see all posts regardless of their tag or chose to see only posts including at least one of the tags from your list. Tags need to be separated by a single space.
It doesn't need to be the main tag, just one of the five.


Filter the Resteems



Regarding the resteems, it works the same than in SteemPlus 1.2, you can either:

  • Show all Resteems
  • Hide all Resteems
  • Blacklist: Hide all resteems from the users in the list (separated by a single space). You can add directly users to the blacklist from the feed or their profile.
  • Whitelist: Hide all resteems except from the users in the list (separated by a single space). You can add/remove users to this list directly from their profile.

Others



This is the house of the reputation filter, that does a great job at filtering low quality content!
Much more filters to come here in the coming weeks!



Still here to help the minnows chose their voting weight, the extension popup can be found in the right top of you browser, by clicking on the SteemPlus logo.

Enter your ID, Private Posting WIF and desired voting weight and you're good to go!

A word about safety : the private posting WIF is stored locally so I can't gain access to your account. However, never trust anyone in the Internet, disable automatic update or even better, install SteemPlus in developer mode from Github.

Anyways, once you are set, click on the time the post/comment you want to upvote was posted '... ago', it will change the url in top of your browser, then click Upvote.

You can also keep track of your Voting Power there.

More functionalities to come in this popup ;)

Future Work


  • Add 'Sort by Cheerleader/Idol' to Feed+ (Show the ones that upvoted you the most/ that you upvoted the most first).
  • Community filter (TBD)
  • Cheetah filter
  • Make SteemPlus work with Busy

How to install

On Chrome


If you're using Chrome, it's very straightforward, you just have to install SteemPlus from the Chrome Store here and enjoy!

On Opera

  • Add and install the Download Chrome Extension from the Opera add-ons gallery.
  • Select Add to Opera in here.
  • Accept the disclaimer.
  • You'll be shown the extension manager page, select Install in front of SteemPlus.
  • Enjoy!

On Firefox

  • Install Chrome Store Foxified.
  • Select Add to Firefox in here.
  • If you wish to install the add-on permanently, you need to login to addons.mozilla.org and have your cookies enabled!

SteemPlus is opensource and available on Github here.

Contribute

On Utopian.io


I encourage all of you to participate to the development of SteemPlus, either by your ideas or your technical help, depending on your background. For this, you can use the awesome Utopian.io platform, that rewards contribution to opensource projects.

Future work :

  • Add Beneficiaries button to Busy
  • Full integration with Steemconnect so that you will never need a private key there again

Hope this helps!

I am working on SteemPlus on my free time because I think it can make Steemit/Busy better by adding some features. If you like my work, please upvote and resteem so that I can keep doing what I'm doing. Thank you ;)

@stoodkev for @steem-plus

Powered by @adsactly

Powered by @utopian-io




Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Thank you for the contribution. It has been approved.

You can contact us on Discord.
[utopian-moderator]

1UP-200h.png


You've got a 1UP from the @utopian-1up curation trail. 43 Utopians have upvoted your quality contribution to the open source community.

Join 1UP for better posts and high curation rewards.

1UP is neither organized nor endorsed by Utopian.io!

This is a great leap forward...

It have alot of new features . Thank you

You re welcome, enjoy ;)

I agree, I was wondering as to why the estimated value is lower compared to the market value. Being someone who is not really that versed in cryptocurrencies it is so exciting to see the value of steem in my wallet increasing. I hope steemit will look onto this :)

Yep, in the meantime count on me to fix all these little bugs with my extension =p

oh yeah great work... back with some new exciting features...

Looks like a lot of slick features, impressive! Ty

Thanks! And it will keep coming ;)

That’s a lot of work! Amazing ingenuity in creating new features. Thanks for all your good work.

You re very welcome ;)

Hey @steem-plus I am @utopian-io. I have just upvoted you!

Achievements

  • You are generating more rewards than average for this category. Super!;)
  • Seems like you contribute quite often. AMAZING!

Community-Driven Witness!

I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!

mooncryption-utopian-witness-gif

Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x

Great post there, keep up good work !

This replay was created using STEEMER.NET Alpha ( support STEEMER.NET Transactor / Wallet / Exchange Project here: https://steemit.com/investors-group/@cryptomonitor/steemer-net-steem-blockchain-transactor-for-windows-android-app-funding-update-243-1200-sbd-28-12-2017 )

Coin Marketplace

STEEM 0.29
TRX 0.12
JST 0.033
BTC 63855.79
ETH 3113.00
USDT 1.00
SBD 4.04