You are viewing a single comment's thread from:

RE: Voting Allocations Have Been Upgraded! [Critical Update]

in #steemit7 years ago

What to consider the fractional voting level in the equation ?
and it is fractionalvotinglevel / shadowdivider or fvl*sd ( as seen in the pic) ?

Sort:  

You can use the following python code to replicate the math/algorithm we are using now:

SHADOW_DIVIDER = 5
FRACTIONAL_VOTING_LEVEL = 1250
FVLSD = FRACTIONAL_VOTING_LEVEL/SHADOW_DIVIDER

shadow_rank = 99
steem_power = 9862

vote = round( ( ( ( shadow_rank + (steem_power/FVLSD) ) / 2 ) / SHADOW_DIVIDER), 1)

print (vote)

Thanks for clearing the doubt

for others who want to calculate vote, can use online python ide
Just copy paste the code and input your shadow rank and steem power
https://www.jdoodle.com/python-programming-online

Good call didn't even think of an online python ide/runtime! The code is simple enough it requires 0 imports it should run ANYWHERE!

How to join shadow bot?

Simply go to the login page and use your username and private posting key (you can get that from your wallet in steemit): https://shadowbot.us/shadowbot/login.php

Fractional Voting Level (FVL) and Shadow Divider (SD) are both defined and always available on our FAQ. FvLSD is a ratio of FVL/SD simply makes the math easier to read. FVL is currently 1250 SP and SD is currently set at 5.

Coin Marketplace

STEEM 0.17
TRX 0.16
JST 0.031
BTC 61659.88
ETH 2579.99
USDT 1.00
SBD 2.55