***Important Update
Voting Algorithm Updated to Favor those High Delegations!
^^^^^^^^^^
I decide to change the voting algorithm because lots of steemians try to drain the voting power:
- no minimal SP now, you can delegate 1 SP
- the voting weight not dynamically changed due to voting power - for example, if you delegate 1 SP you will get fixed voting weight 0.001%. If you delegate 10 SP you will get 0.01% and so on (up to 100%)
- if you delegate more than 1000 SP (subject to change), you will get additional bonus by either setting me as a proxy or witness vote
- one post per day only.
- if you post rubbish, i'll blacklist you.
- I am not expecting to Power Down in the coming months (in fact, I have not powered down for more than a year)
- the voting trail voting percentage will be increased (you will get addition voting due to a large trail of mine)
- Service Level Agreement if you believe your post is missing an upvote you can contact me for upvote
The code is:
function getScore(user, totalDelegated, curVP, bonus, reputation, bodyLen, userSelfSp) {
const sp = user['sp'];
let score = sp * 0.001;
if (sp >= 1000) {
score += bonus; // proxy vote +5 and witness vote + 1
}
score = Math.min(score, config.max_value); // max 100%
return score;
}
This is to support the steemians and new comers! don't spam it!
The terms and conditions are subject to change
How to enroll?
- Delegate SP: https://steemyy.com/sp-delegate-form/?delegatee=justyy
- Vote @justyy as Witness: https://steemyy.com/witness-voting/?witness=justyy&action=approve
- Set @justyy as Proxy: https://steemyy.com/witness-voting/?witness=justyy&action=proxy
Alternatively, you can vote witness or set proxy here: https://steemit.com/~witnesses
Follow me for topics of Algorithms, Blockchain and Cloud.
I am @justyy - a Steem Witness
https://steemyy.com
My contributions
- Steem Blockchain Tools
- Computing & Technology
- Download Youtube Video
- Find Cheap & Bargin VPS: VPS Database
- Online Software and Tools
- Online File/Video Merger
Support me
If you like my work, please:
- Buy Me a Coffee, Thanks!
- Become my Sponsor, Thanks!
- Voting for me:
https://steemit.com/~witnesses type in justyy and click VOTE
Alternatively, you could proxy to me if you are too lazy to vote! and you can also vote me at the tool I made: https://steemyy.com/witness-voting/?witness=justyy