How much vote you can get by delegating to @justyy?

***Important Update

Voting Algorithm Updated to Favor those High Delegations!
^^^^^^^^^^

image.png

I decide to change the voting algorithm because lots of steemians try to drain the voting power:

  1. no minimal SP now, you can delegate 1 SP
  2. 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%)
  3. 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
  4. one post per day only.
  5. if you post rubbish, i'll blacklist you.
  6. I am not expecting to Power Down in the coming months (in fact, I have not powered down for more than a year)
  7. the voting trail voting percentage will be increased (you will get addition voting due to a large trail of mine)
  8. 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?

  1. Delegate SP: https://steemyy.com/sp-delegate-form/?delegatee=justyy
  2. Vote @justyy as Witness: https://steemyy.com/witness-voting/?witness=justyy&action=approve
  3. 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

Support me

If you like my work, please:


H2
H3
H4
3 columns
2 columns
1 column
15 Comments