Skip to content

ianpark/steeme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steeme

Steeme is an analysis tool that is comprised with multiple sub tools

  • Witness Insight
  • Steem Insight
  • Steemian Health Check

At the moment, Witness Insight is fully managed and being upgraded.

Steem Insight and Steemian Health Check are still developed and serviced from the other repositories, that will soon migarate to this repository.


Witness Insight 1.0

This tool is designed and implemented to help Steemians, investers as well as the Steem witnesses to overview the current status of the top 100 witnesses. There are many other tools that are providing similar features, but the tools are not focusing on the following requirements.

  • Who they vote to and how they are managing their vote are not really straight forward
  • The information is even more opaque if a witness set a proxy or uses multiple accounts.
  • Figuring out if the witnesses are voting to healthy witnesses involves huge manual work.
  • It gets even harder if I want to review these informations of the witnesses I voted.
  • No simple way to browse the recent witness updates or other articles related to their witness activity.
  • Finding out what projects the witnesses are doing is a very painful work.

I spent quite a lot of hours to design and implement Witness Insight, and finally fully completed the functionalities that I initially planned. I am pretty sure every Steemian can find their way to enjoy this tool, and get benefits for casting their precious witness votes.

Now I will walk you through the tool. Before that, I want to call out two things for witnesses.

  • Please check out 3.3 for setting up your witness projects.
  • You can set your primary account to map your witness updates and the other articles to your witness account. Check out 3.3 for this.

1. Main page - Top 100 witnesses

The main page shows the list of the top 100 witnesses.

1.1 Metrics

This simple table shows you that:

  • Version: The version of the witness node
  • Missed Block: Total number of missed blocks. Not really meaningful. The weekly misses of steemdb.com (https://steemdb.com/witnesses) is much more informative.
  • Receiving Votes: Total votes in MVest.
  • Vote Leverage: Total MVests + owning MVests
  • Feed: Latest price feed with premium applied
  • Proxy: Voting proxy. If this is set, the voting related values will be overridden by the proxy's values.
  • Vote Casts: Number of votes cast
  • Votes Received: Number of votes received from the top 100 witnesses

1.2 Indicators

Red warning sign next to the account if the witness is inactive over 5 days

Orange warning sign next to the account if the witness is inactive less than 5 days

Yellow warning sign next to the version when the node version is lower than 0.19.3.

0.19.2 has a security hole without the two security patches, and only the witness owner can tell if these fetches are applied or not. Therefore I believe having 0.19.2 in our witness could introduce a negative perception about Steem network. I hope every witness take this seriously and update their node if they can. At the moment it is a yellow sign, but I will promote it to an orange sign soon.

Notifications on the votes: The tool shows three different warnign sings next to "Votes Cast" value. These warnings are good indicators for the voters and the witnesses to monitor their witness votes, and brush up if necessary.

  • Orange Heart: This witness votes to a witness that is inactive over 5 days
  • Yellow Eye: This witness votes to a witness whose price feed is biasd over 100% (I don't care this too much to be honest)
  • Red Warning Sign: This witness votes to a witness who runs 0.19.1 or lower.

I expect these warning signes will help the witnesses to keep their witness vote up-to-date, which will stimuate the healthy witness voting trend.

2. Show only the witnesses I voted

As a voter, you are more concerned about the witnesses you voted. They may have been health when you casted your vote, but things change. Now they might be inactive, using out-dated version, not posting witness update etc, etc.

Use the filter on the top of the main page to filter the witnesses you voted.

I found some witnesses I respect and support now have some trouble in their witness vote. I will consider withdrowing my witness vote if the status are not improving at all after several days.

3. Witness Report

The magnifier next to the account will lead you to the "Witness Report" popup.

3.1 프로필

This section shows the account profile of the witness.

Account profile is the first thing the voters see when they want to check out the witness. I think leaving this profile empty is not the best choice. Following message will be shown instead if it is empty.

3.2 Witness Updates / Articles (for the last one month)

Witnesses shares their status and information by publishing "Witness Update". I reckon updating once a month is a reasonable expection although it is debatable. This section scans witness's posting and lists up.

Make sure your witness update contains "witness" plus "update" or "log" in the title. The search is case insensitive, so don't need to make it all lower case.

No update will result in this ugly message.

Note If you are publishig witness udpate using a different account, you can configure it through the custom JSON explained in the following chapter.

3.3 Projects / Activities

Witnesses' ongoing projects are shown here.

This idea is from @emrebeyler, who is a moderator of @utopian-io.

To make this work for you, you must register their projects into their json_metadata in your account profile. It takes a bit of coding, but a witness should be able to do it. I am sharing a Python script for those who would struggle updating it.

https://github.com/ianpark/steeme/blob/master/misc/witness_profile_updator.py

A help message like beliw will be displayed until you register your projects.

If you publish your witness updates using a differnet account, you can register the account by setting "owner_account" in the script.

e.g. @lukestokes ownes @lukestokes.mhth witness account, but uses @lukestokes for all the communication. So "owner_account" for @lukestokes.mhth is "@lukestokes"

3.4 Inter-witness voting

Shows the voting trend between the witnesses

3.5 Witness votes cast

This chart visualize the outgoing witness votes. It is natural that more bars are on the left. We can see the witness's good will to support the low-ranked witnesses through this chart.

3.6 Received witness votes from the other witnesses

This chart shows who this witness get votes from. Not very useful for now though.

About

Steemian Analysis Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published