RE: Stake-weighted payout delayYou are viewing a single comment's thread from:Stake-weighted payout delayView the full contextfbdan (45) in steem • 9 years ago (edited)The equation is: PayoutTime = SumOf((TimeOfVote[x]+24h) * weight[x]) / SumOf(weight[x]) steem
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?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
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.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit