RE: Stake-weighted payout delay

You are viewing a single comment's thread from:

Stake-weighted payout delay

in steem •  9 years ago  (edited)

The equation is:

PayoutTime = SumOf((TimeOfVote[x]+24h) * weight[x]) / SumOf(weight[x])
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

That leaves some things unclear. What is the unit of time and does x refer to the last vote?

I'm wondering how it actually behaves. Does it mean the bigger the total score the smaller the delay added by each additional vote?

TimeOfVote and weight are arrays where the index, x, is the vote. SumOf means iterate over all values of x from 0 to the number of votes.