Since HF21, the downvote bar comes for free with 25% of the voting bar.
Each user now has a mana pool specifically for down votes. This pool is 25% of the upvote mana pool. Downvotes will consume this mana first before consuming regular mana. When voting, 1/50th of the remaining mana is used for a 100% vote. The same math is used for downvote mana but multiplied by 4 because the downvote mana pool is 25% the size of the normal mana pool. The maximum of these values is used. When both mana pools are at 100%, the values are the same. When downvote mana runs out normal mana is used in the same manner as the current behavior.
I have added the downvote-bar to the following two pages:
- Witness Information: https://steemyy.com/witness-data/justyy
- Account Information: https://steemyy.com/account/justyy
With steem-js, you can get the down-vote mana value with getAccounts API:
And also, you need the following two values: voting power and the voting mana
So, we need to calculate the total upvote mana bar, multiply by 25% then we get the total downvote bar.
var current_mana = response[0].voting_manabar.current_mana;
var downvote_mana = response[0].downvote_manabar.current_mana;
var downvote_last_update_time = response[0].downvote_manabar.last_update_time;
var downvote_per = downvote_mana / (current_mana / (response[0].voting_power / 100) / 4);
var secondsago = (new Date - new Date(downvote_last_update_time * 1000)) / 1000;
var pow = downvote_per * 100 + (10000 * secondsago / 432000);
pow = Math.min(pow / 100, 100).toFixed(2);
Vote for me or Set me as a witness Proxy - Every vote counts! - Thank you!
Your Vote is much appreciated, and every vote counts.
Check out My Witness Page
My Witness Campagin
Support me and my work: my witness campagin:
- One Year Witnessversary - A Great Start!
- voting me here, or
- voting me as a proxy
Some of my contributions:
- SteemIt Tools, Bots, APIs and Tutorial
- VPS Database
- Video Downloader
- Cryptocurrency Discord Bot
- SteemIt Discord Bot
Join cnsteem Discord channel: https://discord.gg/SnNaaYS
Vote for My Witness
https://steemit.com/~witnesses type in justyy and click VOTE
Or Vote @justyy via Steemconnect Thank you!
This post has been resteemed by @witnessnews.
Follow @witnessnews to keep up with active witness updates.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
태그 작성 가이드라인 준수는 콘텐츠 관리와 글에 대한 접근성을 높이기 위해 반드시 필요한 절차입니다. ( It is an essential step to adhere tags guideline, manage content and make access better to your postings.)
스팀코인판에서 활용 가능한 태그는 크게 [보상태그 / 언어태그/ 주제태그]로 구분할 수 있습니다. 보상태그와 언어태그는 필수입니다.(Tags that can be largely grouped into [Main Community / Language / Topic] in community. The language and topic tags are required.)
(예) 한국어로 작성한 자유 주제 포스팅((E.g) Posting for free topic in English)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @justyy!
Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your UA account score is currently 7.055 which ranks you at #84 across all Steem accounts.
Your rank has improved 3 places in the last three days (old rank 87).
In our last Algorithmic Curation Round, consisting of 130 contributions, your post is ranked at #24.
Evaluation of your UA score:
Feel free to join our @steem-ua Discord server
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit