<html> <p><img src="https://i.imgur.com/PfgqFRO.jpg" width="640" height="480"/></p> <p>Hello everyone, in this post that I made about a week ago (<a href="https://steemit.com/steemit/@yabapmatt/how-to-steem-part-1-learn-learn-learn">How To Steem - Part 1 - Learn, Learn, Learn!</a>) I talked about how one of the most important things for being successful here on Steem - or most anywhere else for that matter - is learning. The more you know and the more you understand about how something works, the more success you will have with it.</p> <p>In that post, I said that: “Whenever I am finally able to understand a topic that was very hard to find a detailed explanation for, I note it down, since that’s probably a good topic for a post.” Recently I have been working to understand how exactly the rewards for each upvote on a post or comment are calculated. This is something I have not been able to find any in-depth explanation of with some Google searching, so - like I said - it’s probably a good topic for a post since others may have the same questions.</p> <p>Additionally, there are some parts that I still don’t fully understand - so I would really appreciate it someone reading this can help fill in the gaps for me in the comments! Anyway, here goes…</p> <h3>Calculate Your VESTS</h3><br/> <p>The first part of calculating the value of your upvote is determining how many VESTS you have. VESTS are like shares in a company, but in this case they are shares in Steem itself, meaning how much influence you have over the reward fund from which your vote value comes (more on that later). </p> <p>When you “power up” and purchase Steem Power you are really purchasing VESTS. The reason behind this is important to understand, but it is out of the scope of this post, so I will refer you to this great post if you wish to learn about it: https://steemit.com/interest/@sigmajin/understanding-the-steem-economic-system-vests-sbd-steem-dilution-interest-and-all-those-crazy-things It is a little outdated so the specific numbers have changed a bit, but I believe the concepts still all remain the same.</p> <p>To find the number of VESTS you have is pretty easy - you can look it up on http://steemd.com/@yourname. You want to look for the following values: “Vesting shares”, “Delegated vesting shares” and “Received vesting shares”. You can see the values for my account below (http://steemd.com/@yabapmatt):</p> <p><img src="https://i.imgur.com/yCGO75o.jpg" width="358" height="138"/></p> <p>“Vesting shares” is the number of VESTS have received from purchasing Steem Power, “Received vesting shares” is the number of VESTS that have been delegated to me by others, and “Delegated vesting shares” is the number of VESTS that I have delegated to others. To calculate my total VESTS used when voting, you add “Vesting shares” to “Received vesting shares” and subtract “Delegated vesting shares”. In my case that is:</p> <p>8,860,656.464688 VESTS + 4,999,492.045680 VESTS - 59,696.776925 VESTS = <strong>13,800,451.733443 VESTS</strong></p> <p>Then we multiply by 1,000,000 to make it a whole number of: <strong>13,800,451,733,443 VESTS</strong></p> <h3>Calculate Your Voting Power</h3><br/> <p>Now that we’ve calculated how many VESTS I have, we need to apply the amount of my voting power that will be used. For now we will assume that I am at 100% voting power and giving a 100% weighted vote. You may have noticed that such a vote will use 2% of your total available voting power. I’m not going to go into the details as to how that is specified / calculated (since I’m still a little unclear about all of that myself) but for the purposes of our calculations we need to multiply the number of VESTS we calculated above by 2% which gives us:</p> <p>13,800,451,733,443 VESTS * 0.02 = <strong>276,009,034,669 VESTS</strong> (276 billion, woohoo!)</p> <p>We now have the exact number of vesting shares which will be applied to one 100% upvote at 100% vote power. The next thing we need to figure out is how much those vesting shares are currently worth.</p> <h3>The Reward Fund</h3><br/> <p>There is only a fixed amount of STEEM available for rewards at any time and this is called the Reward Fund. The amount of STEEM your vote gets from the Reward Fund is determined by the percent of the total amount of vesting shares from all recent votes in the entire Steem blockchain that your vote makes up. We can see what the total amount of vesting shares from all recent votes on the entire Steem blockchain is on http://steemd.com in the “Reward Fund” section under the “recent_claims” property:</p> <p><img src="https://i.imgur.com/z4z9Y9x.jpg" width="276" height="216"/></p> <p>At the time of writing the value is: <strong>296,277,010,153,854,712</strong>. That's only 296 Quadrillion, let's be glad this is done by computers!</p> <p>So now we can calculate what percent of the total my vote comprises:</p> <p>276,009,034,669 VESTS / 296,277,010,153,854,712 VESTS = <strong>0.00000093159113 </strong>(we just went from really big, to really small, really fast!)</p> <p>We can also see the total amount of STEEM currently available in the Reward Fund by looking at the “reward_balance” property which, at the time of writing, is:<strong> 706,497.619 STEEM</strong>.</p> <p>This means my 100% vote at 100% power is currently worth:</p> <p>0.00000093159113 * 706,497.619 STEEM = <strong>0.65816691522 STEEM </strong>(ok, not so bad!)</p> <h3>Convert to SBD</h3><br/> <p>We’re almost there! Post rewards are displayed in SBD, not STEEM, so the last step we need to do to calculate our upvote value is to convert the STEEM we calculated above to SBD using the current price feed. Once again we can get this from http://steemd.com as you can see below:</p> <p><img src="https://i.imgur.com/pwv0I3m.jpg" width="261" height="75"/></p> <p>To get the current conversion rate from STEEM to SBD we divide the “base” by the “quote” so at the time of writing we have:</p> <p>1.024 SBD / 1.000 STEEM = <strong>1.024 SBD / STEEM</strong></p> <p>So finally we can take our vote value in STEEM, multiply it by the conversion rate and get our final vote value of:</p> <p>0.65816691522 STEEM * 1.024 SBD / STEEM = <strong>0.67396292119 SBD</strong></p> <p>We can round that to a nice easy <strong>$0.67 SBD</strong> and whew, we’re done! Now you can multiply the vote value we just calculated by different voting power and vote weights to see what the value will be of your vote in other scenarios. For example at 75% voting power and using a 20% vote weight my vote would currently be worth:</p> <p>0.67 SBD * 0.75 * 0.2 = <strong>$0.1005 SBD</strong></p> <h3>What Factors Affect Vote Value?</h3><br/> <p>So hopefully that exercise was as helpful to everyone else as it was to me. The most important thing it helped me realize was the different factors that affect the value of votes. The current price of STEEM is the most obvious one, but the less obvious one (at least initially, to me) was the “recent_claims” in the Reward Fund.</p> <p>Since there is only a fixed amount of STEEM available in the Reward Fund at any given time, if all of a sudden double the amount of vesting shares worth of votes were submitted then the amount of STEEM available for each individual vote would be cut in half.</p> <p>This initially seemed very worrying to me, but I only recently came to realize that if double the amount of vesting shares worth of votes are submitted, then that means a LOT more STEEM would have to be purchased on the open markets. This would likely more than double the value of STEEM and therefore have a net increase to the value of each vote in SBD.</p> <p>That’s all for now, it’s getting late and I’ve spent way more time than I anticipated on this post! Please let me know in the comments if I’ve gotten anything wrong and I will correct it asap. Thanks for reading!</p> <p><br></p> </html>
author | yabapmatt |
---|---|
permlink | how-to-calculate-the-value-of-a-vote |
category | steem |
json_metadata | {"tags":["steem","steemit","blockchain","money","math"],"image":["https://i.imgur.com/PfgqFRO.jpg","https://i.imgur.com/yCGO75o.jpg","https://i.imgur.com/z4z9Y9x.jpg","https://i.imgur.com/pwv0I3m.jpg"],"links":["https://steemit.com/steemit/@yabapmatt/how-to-steem-part-1-learn-learn-learn","https://steemit.com/interest/@sigmajin/understanding-the-steem-economic-system-vests-sbd-steem-dilution-interest-and-all-those-crazy-things","http://steemd.com/@yourname","http://steemd.com"],"app":"steemit/0.1","format":"html"} |
created | 2017-10-16 02:22:15 |
last_update | 2017-10-16 02:22:15 |
depth | 0 |
children | 44 |
last_payout | 2017-10-23 02:22:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 31.156 HBD |
curator_payout_value | 4.133 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,904 |
author_reputation | 160,234,431,724,160 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 17,795,051 |
net_rshares | 15,092,885,628,884 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheftony | 0 | 3,921,336,304 | 1% | ||
btc-dialog | 0 | 16,670,741,591 | 100% | ||
borran | 0 | 51,032,905,442 | 100% | ||
nickfost | 0 | 3,371,202,247 | 100% | ||
ghasemkiani | 0 | 12,622,003,055 | 1% | ||
carterx7 | 0 | 46,807,480,064 | 100% | ||
lilymars | 0 | 0 | 100% | ||
sqube | 0 | 26,580,884,482 | 25% | ||
newhope | 0 | 895,625,274,100 | 16% | ||
steemian69 | 0 | 13,842,455,181 | 100% | ||
trafalgar | 0 | 2,144,196,694,238 | 10% | ||
cheapogroovo | 0 | 2,130,345,131 | 100% | ||
elizahfhaye | 0 | 241,664,942 | 1% | ||
currencycrypto | 0 | 16,874,572,040 | 100% | ||
cryptastic | 0 | 43,276,151,818 | 25% | ||
clixmoney | 0 | 9,649,362,659 | 100% | ||
costopher | 0 | 3,056,439,785 | 10% | ||
sanz | 0 | 144,638,509 | 25% | ||
orbitalqq | 0 | 34,290,647,009 | 90% | ||
andrewade | 0 | 11,672,142,366 | 100% | ||
booster | 0 | 596,770,464,989 | 1.81% | ||
drakos | 0 | 110,847,269,313 | 100% | ||
topinteresting | 0 | 1,937,125,971 | 100% | ||
peacat | 0 | 0 | 100% | ||
jrandolph | 0 | 1,337,874,515 | 100% | ||
tomelis | 0 | 607,129,600 | 100% | ||
haiyangdeperci | 0 | 0 | 100% | ||
coffeedrinker51 | 0 | 527,315,594 | 5% | ||
massive-pop | 0 | 274,343,573 | 10% | ||
minnowbooster | 0 | 4,504,184,329,656 | 5% | ||
neuromancer | 0 | 4,329,851,660 | 100% | ||
untapentuoreja | 0 | 499,865,434 | 100% | ||
flygoing | 0 | 325,313,101 | 100% | ||
rigor | 0 | 915,176,970 | 100% | ||
cerberinc | 0 | 123,444,000 | 100% | ||
bellien | 0 | 604,875,600 | 100% | ||
kp138 | 0 | 4,168,567,616 | 20% | ||
letsmakes | 0 | 346,426,606 | 100% | ||
marjnap | 0 | 0 | 100% | ||
reyhaynes | 0 | 7,636,648,129 | 100% | ||
treasuregnome | 0 | 1,323,223,259 | 25% | ||
w-inv | 0 | 916,757,717 | 5% | ||
originalworks | 0 | 3,214,145,470 | 1% | ||
sonali5 | 0 | 888,702,330 | 100% | ||
hmushtaq | 0 | 1,551,228,298 | 100% | ||
nyaituppi | 0 | 2,833,877,016 | 100% | ||
gkumar | 0 | 1,168,947,879 | 100% | ||
badham | 0 | 197,161,375 | 5% | ||
cryptowarrior88 | 0 | 2,300,972,257 | 10% | ||
adrianbucks | 0 | 619,602,575 | 100% | ||
jefpatat | 0 | 3,918,509,083 | 100% | ||
minnowhelper | 0 | 770,705,471,909 | 53.84% | ||
buildawhale | 0 | 4,736,065,850,910 | 24.39% | ||
initforthemoney | 0 | 30,651,283,394 | 100% | ||
drakbirkenau | 0 | 2,250,602,196 | 100% | ||
hossainsohag | 0 | 4,126,764,120 | 100% | ||
drakitogama | 0 | 535,303,157 | 100% | ||
ashikbiswas01 | 0 | 9,844,205,408 | 100% | ||
yabapmatt | 0 | 271,868,899,148 | 100% | ||
mundharmonika | 0 | 0 | 100% | ||
huzaifa09 | 0 | 618,865,370 | 100% | ||
trustpay | 0 | 0 | 100% | ||
hillstech | 0 | 138,874,500 | 25% | ||
jonesteemit | 0 | 1,456,311,995 | 100% | ||
allowisticartist | 0 | 243,950,595 | 100% | ||
randowhale0 | 0 | 654,241,258,323 | 4.15% | ||
palani | 0 | 10,826,669,638 | 100% | ||
naturelife | 0 | 1,258,968,422 | 100% | ||
moissrams | 0 | 408,492,800 | 100% | ||
a-a-a | 0 | 61,722,000 | 100% | ||
crypto570 | 0 | 0 | 100% | ||
khawar1 | 0 | 564,774,600 | 100% | ||
roden890 | 0 | 510,911,611 | 100% | ||
yaseen.sorani | 0 | 610,319,544 | 100% | ||
jameswaston | 0 | 570,928,500 | 100% | ||
p-s-y-c-h-o | 0 | 571,309,085 | 100% | ||
vilorp | 0 | 617,240,000 | 100% | ||
yasirmirza | 0 | 431,446,236 | 100% | ||
r45h3d | 0 | 199,491,721 | 100% | ||
alexeyqian | 0 | 0 | 100% | ||
coriolanus | 0 | 597,548,003 | 100% | ||
fendy774 | 0 | 336,395,800 | 100% | ||
africaneyes | 0 | 0 | 100% | ||
moonraker | 0 | 1,708,238,518 | 42.04% | ||
kayyam09 | 0 | 487,440,832 | 100% | ||
epearson | 0 | 0 | 100% | ||
missioncontrol | 0 | 0 | 100% | ||
sha256md5 | 0 | 0 | 100% | ||
webforge | 0 | 0 | 100% | ||
hopefulhippie | 0 | 0 | 0% | ||
andrejch | 0 | 0 | 100% | ||
mwfiae | 0 | 0 | 100% | ||
petervroom | 0 | 0 | 100% | ||
baa.steemit | 0 | 0 | 100% | ||
freaknature | 0 | 0 | 100% | ||
ndtuan89 | 0 | 0 | 100% | ||
yesnomaybe | 0 | 0 | 100% | ||
blessing786 | 0 | 0 | 100% | ||
instachaw | 0 | 0 | 100% | ||
sleepingcowboy | 0 | 0 | 100% | ||
powerpuffgirls | 0 | 0 | 100% |
Thanks @yabapmatt for the insides. I'm still kinda new to the community and as you said, learning is the best way to get the most out of it. Obvious my voting power is almost irrelevant now but as I said, I'm new, and I'm building up, at least I'm trying :) . Anyway, I've upvoted and resteemed the post in hopes it will get the attention it deserves. Great post that shows why we love this community. Thanks
author | adrianbucks |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t082712525z |
category | steem |
json_metadata | {"tags":["steem"],"users":["yabapmatt"],"app":"steemit/0.1"} |
created | 2017-10-16 08:27:12 |
last_update | 2017-10-16 08:27:12 |
depth | 1 |
children | 1 |
last_payout | 2017-10-23 08:27:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.047 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 408 |
author_reputation | 100,201,489,008 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,812,235 |
net_rshares | 27,681,360,919 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 27,681,360,919 | 10% | ||
mundharmonika | 0 | 0 | 100% |
Thank you! Good luck building up!
author | yabapmatt |
---|---|
permlink | re-adrianbucks-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t115431498z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-16 11:54:30 |
last_update | 2017-10-16 11:54:30 |
depth | 2 |
children | 0 |
last_payout | 2017-10-23 11:54:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.679 HBD |
curator_payout_value | 0.226 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 160,234,431,724,160 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,817,915 |
net_rshares | 392,248,655,037 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 392,248,655,037 | 100% |
hey @yabapmatt, great post and please comment here so I can upvote you.
author | ashe-oro |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180110t114256518z |
category | steem |
json_metadata | {"tags":["steem"],"users":["yabapmatt"],"app":"steemit/0.1"} |
created | 2018-01-10 11:44:30 |
last_update | 2018-01-10 11:44:30 |
depth | 1 |
children | 2 |
last_payout | 2018-01-17 11:44:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.450 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 24,151,212,829,722 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,478,712 |
net_rshares | 420,939,883,670 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyepodcast | 0 | 420,939,883,670 | 100% | ||
cryptovato1 | 0 | 0 | 100% |
Please upvote me :)
author | viralyard |
---|---|
permlink | re-ashe-oro-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180225t140308817z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-02-25 14:03:12 |
last_update | 2018-02-25 14:03:12 |
depth | 2 |
children | 0 |
last_payout | 2018-03-04 14:03:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 51,646,816,603 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,342,986 |
net_rshares | 0 |
Please upvote me....
author | wildera |
---|---|
permlink | re-ashe-oro-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180314t131037602z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-03-14 13:12:18 |
last_update | 2018-03-14 13:12:18 |
depth | 2 |
children | 0 |
last_payout | 2018-03-21 13:12:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 1,287,172,554 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,369,776 |
net_rshares | 0 |
thanks for this info, upvoting this.
author | baa.steemit |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180129t133757697z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-29 13:38:00 |
last_update | 2018-01-29 13:38:00 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 13:38:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 17,389,831,318,915 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,292,822 |
net_rshares | 0 |
<p>This post has received a 1.82 % upvote from @booster thanks to: @yabapmatt.</p>
author | booster |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t111912713z |
category | steem |
json_metadata | {"tags":["steem"],"app":"drotto/0.0.2c"} |
created | 2017-10-16 11:19:33 |
last_update | 2017-10-16 11:19:33 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 11:19:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 68,767,115,776,562 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,816,040 |
net_rshares | 0 |
<p>This post has received a 24.39 % upvote from @buildawhale thanks to: @yabapmatt. Send at least 0.50 SBD to @buildawhale with a post link in the memo field for a portion of the next vote.</p> <center>https://steemitimages.com/DQmc5t6D8mQqFtQDK4yfhuLhQs7zTVJnnktcJEn4Mm2ArBu/baw_I-smallsize.gif</center> <p>To support our curation initiative, please vote on my owner, @themarkymark, as a <a href="https://steemit.com/witness-category/@themarkymark/witness-themarkymark">Steem Witness</a></p>
author | buildawhale |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t113739045z |
category | steem |
json_metadata | {"tags":["steem"],"app":"drotto/0.0.2b"} |
created | 2017-10-16 11:37:54 |
last_update | 2017-10-16 11:37:54 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 11:37:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 496 |
author_reputation | 26,880,939,147,043,847 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,816,966 |
net_rshares | 0 |
I like math but...whew! Anyway, I am still unclear on this strange phenomenon: I vote for one person's work and they recieve $0.04 from me, and then I go to another person to vote, and they get nothing but a vote, then the next one really baffled me: I voted for someone and the LOST $0.01. I don't understand.
author | buysoaphere |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20190409t033515655z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2019-04-09 03:35:15 |
last_update | 2019-04-09 03:35:15 |
depth | 1 |
children | 0 |
last_payout | 2019-04-16 03:35:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 310 |
author_reputation | 472,382,156,268 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 82,721,423 |
net_rshares | 0 |
I googled this post because I needed the formula for my bot - thank you! tip! 1
author | cardboard |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180324t024416432z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-03-24 02:44:15 |
last_update | 2018-03-24 02:44:15 |
depth | 1 |
children | 1 |
last_payout | 2018-03-31 02:44:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.740 HBD |
curator_payout_value | 0.037 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | 31,522,757,177,122 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,256,666 |
net_rshares | 276,595,763,320 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 276,595,763,320 | 20% |
Thanks man! Let me know if you need any other help with your bot!
author | yabapmatt |
---|---|
permlink | re-cardboard-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180324t025033915z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-03-24 02:50:33 |
last_update | 2018-03-24 02:50:33 |
depth | 2 |
children | 0 |
last_payout | 2018-03-31 02:50:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 65 |
author_reputation | 160,234,431,724,160 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,257,358 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aristak | 0 | 0 | 100% |
very good explanation, I understand now what is vests ☺
author | clixmoney |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t173237389z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-16 17:32:39 |
last_update | 2017-10-16 17:32:51 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 17:32:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.021 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 708,028,799,822,335 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,837,952 |
net_rshares | 9,923,759,639 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 9,923,759,639 | 2% |
Wow, this article is so helpful @yabapmatt This is just what im looking for in order to know how much $$$ with respect to my voting power. It gives us insight and idea how much we give or earn in our every vote. This is a must read article. Im gonna resteem this!
author | elizahfhaye |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t023524154z |
category | steem |
json_metadata | {"tags":["steem"],"users":["yabapmatt"],"app":"steemit/0.1"} |
created | 2017-10-16 02:35:24 |
last_update | 2017-10-16 02:35:24 |
depth | 1 |
children | 1 |
last_payout | 2017-10-23 02:35:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.106 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 266 |
author_reputation | 66,024,390,617,355 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,795,738 |
net_rshares | 48,287,121,920 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
elizahfhaye | 0 | 21,991,509,782 | 100% | ||
yabapmatt | 0 | 26,295,612,138 | 10% |
Thanks @elizahfhaye, glad it was helpful!
author | yabapmatt |
---|---|
permlink | re-elizahfhaye-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t025734427z |
category | steem |
json_metadata | {"tags":["steem"],"users":["elizahfhaye"],"app":"steemit/0.1"} |
created | 2017-10-16 02:57:33 |
last_update | 2017-10-16 02:57:33 |
depth | 2 |
children | 0 |
last_payout | 2017-10-23 02:57:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.683 HBD |
curator_payout_value | 0.227 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 160,234,431,724,160 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,796,814 |
net_rshares | 390,152,152,691 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 390,152,152,691 | 100% |
quite impressive work @yabapmatt love this article and feel happy to know about the power of upvote :) upvoted
author | gkumar |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t041250659z |
category | steem |
json_metadata | {"tags":["steem"],"users":["yabapmatt"],"app":"steemit/0.1"} |
created | 2017-10-16 04:12:57 |
last_update | 2017-10-16 04:12:57 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 04:12:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 354,692,776,318 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,800,220 |
net_rshares | 14,984,888,701 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gkumar | 0 | 1,144,208,242 | 100% | ||
yabapmatt | 0 | 13,840,680,459 | 5% |
thanks for doing the math way above my head
author | isteemithard |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171017t230541244z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-17 23:05:39 |
last_update | 2017-10-17 23:05:39 |
depth | 1 |
children | 0 |
last_payout | 2017-10-24 23:05:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 7,898,170,987,249 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,929,073 |
net_rshares | 0 |
So when Steem value goes up in the market where does that price impact? Does it impact the base FEED_PRICE or something else? Also how long does it take to make that impact?
author | jarvie |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180413t213922681z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-04-13 21:39:24 |
last_update | 2018-04-13 21:39:24 |
depth | 1 |
children | 3 |
last_payout | 2018-04-20 21:39:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 388,491,264,112,133 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,919,916 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mundharmonika | 0 | 0 | 100% |
It impacts the dollar values of the post payouts shown on steemit.com and other sites built on the Steem blockchain. The price that is used by the blockchain is the 3.5 day average price as reported by the witnesses who supply a price feed.
author | yabapmatt |
---|---|
permlink | re-jarvie-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180413t214324863z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-04-13 21:43:24 |
last_update | 2018-04-13 21:43:24 |
depth | 2 |
children | 2 |
last_payout | 2018-04-20 21:43:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 240 |
author_reputation | 160,234,431,724,160 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,920,344 |
net_rshares | 11,008,661,869 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mundharmonika | 0 | 0 | 100% | ||
jarvie | 0 | 11,008,661,869 | 19% |
So a witness just chooses which market they're keen to looking at? And it's the average of all submissions during the last 3 days?
author | jarvie |
---|---|
permlink | re-yabapmatt-re-jarvie-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180413t221809077z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-04-13 22:18:09 |
last_update | 2018-04-13 22:18:09 |
depth | 3 |
children | 1 |
last_payout | 2018-04-20 22:18:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 388,491,264,112,133 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 49,924,097 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mundharmonika | 0 | 0 | 100% |
Wow the most informative post so far regarding the reward system. You made it very clear mate thank you for that ! =)
author | jlcrypto |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t043553517z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-16 04:36:24 |
last_update | 2017-10-16 04:36:24 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 04:36:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 3,823,394,410,338 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,801,293 |
net_rshares | 13,840,680,459 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 13,840,680,459 | 5% |
Wow, l love this. You made the calculation breakdown very very simple to understand. I will follow your #yabamatt I love your work. You are such a genius. Good work dear
author | kaluchima |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180710t111108917z |
category | steem |
json_metadata | {"tags":["steem","yabamatt"],"app":"steemit/0.1"} |
created | 2018-07-10 11:11:15 |
last_update | 2018-07-10 11:14:00 |
depth | 1 |
children | 0 |
last_payout | 2018-07-17 11:11:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 171 |
author_reputation | 8,198,622,008 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,146,819 |
net_rshares | 0 |
Thank you! This answers so many questions I’ve had. Esp when I go to Steemd I had no idea what I was looking at. This is a well researched post!
author | kp138 |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t040435578z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-16 04:04:36 |
last_update | 2017-10-16 04:04:36 |
depth | 1 |
children | 5 |
last_payout | 2017-10-23 04:04:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.047 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 61,838,033,977,616 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,799,853 |
net_rshares | 27,681,360,919 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 27,681,360,919 | 10% |
Glad it helped, perhaps I should also do a post explaining what all of the other global Steem properties are that you can see on steemd.
author | yabapmatt |
---|---|
permlink | re-kp138-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t115250920z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-16 11:52:51 |
last_update | 2017-10-16 11:52:51 |
depth | 2 |
children | 4 |
last_payout | 2017-10-23 11:52:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.737 HBD |
curator_payout_value | 0.572 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 160,234,431,724,160 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,817,818 |
net_rshares | 999,002,600,829 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
discordia | 0 | 17,790,330,333 | 4.34% | ||
voter | 0 | 19,875,208,286 | 7.08% | ||
lovejuice | 0 | 22,338,081,722 | 4.05% | ||
bellyrub | 0 | 409,013,138,417 | 1.52% | ||
boomerang | 0 | 75,720,302,890 | 1.04% | ||
yabapmatt | 0 | 404,679,736,285 | 100% | ||
sneaky-ninja | 0 | 49,585,802,896 | 3.22% | ||
mundharmonika | 0 | 0 | 100% |
<p>This wonderful comment has received a bellyrub 1.52 % upvote from @bellyrub thanks to this cool cat: @yabapmatt. My pops @zeartul is one of your top steemit witness, if you like my bellyrubs please go vote for him, if you love what he is doing vote for this comment as well.</p>
author | bellyrub |
---|---|
permlink | re-yabapmatt-re-kp138-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t115250920z-20171020t213615566z |
category | steem |
json_metadata | {"tags":["re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t040435578z"],"app":"drotto/0.0.2"} |
created | 2017-10-20 21:36:30 |
last_update | 2017-10-20 21:36:30 |
depth | 3 |
children | 0 |
last_payout | 2017-10-27 21:36:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 282 |
author_reputation | 7,904,765,975,109 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,165,522 |
net_rshares | 0 |
This post has received a 1.04 % upvote from @boomerang thanks to: @yabapmatt<br><br>@boomerang distributes 100% of the SBD and up to 80% of the Curation Rewards to STEEM POWER Delegators. If you want to bid for votes or want to delegate SP please read <a href="https://steemit.com/steemit/@boomerang/boomerang-a-new-steemit-bid-bot-for-all-steemians-whitepaper">the @boomerang whitepaper</a>.
author | boomerang |
---|---|
permlink | re-re-kp138-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t115250920z-20171020t195526 |
category | steem |
json_metadata | "{"app": "pysteem/0.5.2"}" |
created | 2017-10-20 19:55:27 |
last_update | 2017-10-20 19:55:27 |
depth | 3 |
children | 0 |
last_payout | 2017-10-27 19:55:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 392 |
author_reputation | 1,273,205,827,891 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,159,123 |
net_rshares | 0 |
<p>This comment has received a 4.05 % upvote from @lovejuice thanks to: @yabapmatt. They love you, so does Aggroed. Please be sure to vote for Witnesses at https://steemit.com/~witnesses.</p>
author | lovejuice |
---|---|
permlink | re-yabapmatt-re-kp138-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t115250920z-20171020t194020531z |
category | steem |
json_metadata | {"tags":["re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t040435578z"],"app":"drotto/0.0.2b"} |
created | 2017-10-20 19:40:36 |
last_update | 2017-10-20 19:40:36 |
depth | 3 |
children | 0 |
last_payout | 2017-10-27 19:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 194 |
author_reputation | 10,538,740,461,622 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,158,136 |
net_rshares | 0 |
<p><br><img src="https://steemitimages.com/DQmagaXd58gKdpoqHrPnzVPLDZANaCKpYHEFrjrLL6yCXPv/sneaky-ninja-two-swords-story-sneaky-ninja-thealliance-steem-steemitcomics%20small.jpg" alt="sneaky-ninja-two-swords-story-sneaky-ninja-thealliance-steem-steemitcomics small.jpg" /> <br> Sneaky Ninja Attack!! <br> You have been defended with a 3.23 % upvote! <br> To help keep my Jōki (蒸気) power strong I rely on the townspeople of Sōsharumedia (ソーシャルメディア). <br> I was summoned by: @yabapmatt. <br> I have done their bidding and now I will vanish... <br><br> woosh</p>
author | sneaky-ninja |
---|---|
permlink | re-yabapmatt-re-kp138-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t115250920z-20171020t204624854z |
category | steem |
json_metadata | {"tags":["re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t040435578z"],"app":"drotto/0.0.1"} |
created | 2017-10-20 20:46:30 |
last_update | 2017-10-20 20:46:30 |
depth | 3 |
children | 0 |
last_payout | 2017-10-27 20:46:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 560 |
author_reputation | 6,929,108,306,933 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,162,349 |
net_rshares | 0 |
Great post, so informative and helpful yabapmatt. @luxury-sa
author | luxury-sa |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171017t192259230z |
category | steem |
json_metadata | {"tags":["steem"],"users":["luxury-sa"],"app":"steemit/0.1"} |
created | 2017-10-17 19:23:03 |
last_update | 2017-10-17 19:23:03 |
depth | 1 |
children | 0 |
last_payout | 2017-10-24 19:23:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.033 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 535,668,253,139 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,916,660 |
net_rshares | 19,882,913,463 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 19,882,913,463 | 4% |
@yabapatt, from what I have found you're the best at explaining this sort of thing. Good enough that you have earned my only witness vote so far. Would you consider updating this post, the terminology seems to have changed. Thank you and keep up the good work.
author | mikehamm |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180223t032856803z |
category | steem |
json_metadata | {"tags":["steem"],"users":["yabapatt"],"app":"steemit/0.1"} |
created | 2018-02-23 03:29:00 |
last_update | 2018-02-23 03:29:00 |
depth | 1 |
children | 2 |
last_payout | 2018-03-02 03:29:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 263 |
author_reputation | 104,215,267,655,323 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 39,759,729 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mundharmonika | 0 | 0 | 100% |
Thank you! What terminology has changed?
author | yabapmatt |
---|---|
permlink | re-mikehamm-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180223t135901524z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-02-23 13:59:00 |
last_update | 2018-02-23 13:59:00 |
depth | 2 |
children | 1 |
last_payout | 2018-03-02 13:59:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 160,234,431,724,160 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 39,876,169 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mundharmonika | 0 | 0 | 100% |
My bad, I figured it out. The terminology hasn't changed, I just needed follow the instructions and look in the right place. Thanks for your response though.
author | mikehamm |
---|---|
permlink | re-yabapmatt-re-mikehamm-re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180223t160136249z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-02-23 16:01:39 |
last_update | 2018-02-23 16:01:39 |
depth | 3 |
children | 0 |
last_payout | 2018-03-02 16:01:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 159 |
author_reputation | 104,215,267,655,323 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 39,900,667 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mundharmonika | 0 | 0 | 100% |
Such a great post I'm finding value 10 months later thanks to @braaiboy! @yabapmatt , i followed through right p until >"Reward Fund” section under the “recent_claims” property: This does not seem to be a section on the @steemd HP anymore - any idea where I could find it. Forgive me for my ignorance I'm rather new to @steemit!
author | mimismartypants |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180806t104315119z |
category | steem |
json_metadata | {"tags":["steem"],"users":["braaiboy","yabapmatt","steemd","steemit"],"app":"steemit/0.1"} |
created | 2018-08-06 10:43:15 |
last_update | 2018-08-06 10:43:15 |
depth | 1 |
children | 0 |
last_payout | 2018-08-13 10:43:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 332 |
author_reputation | 81,476,505,143,777 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,284,052 |
net_rshares | 0 |
 *<sub>img credz: pixabay.com</sub>* *Nice, you got a 5.0% @minnowbooster upgoat, thanks to @yabapmatt* *Want a boost? [Minnowbooster's](https://steemit.com/minnowbooster/@minnowbooster/6rt2mn-introducing-minnowbooster-beta) got your back!*
author | minnowbooster |
---|---|
permlink | comment-1508120682133 |
category | steem |
json_metadata | "" |
created | 2017-10-16 02:24:42 |
last_update | 2017-10-16 02:24:42 |
depth | 1 |
children | 1 |
last_payout | 2017-10-23 02:24:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 382 |
author_reputation | 230,546,282,483,083 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,795,170 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kostronor | 0 | 0 | 10% |
The @OriginalWorks bot has determined this post by @yabapmatt to be original material and upvoted it! <center></center> To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message! ### To enter this post into the daily RESTEEM contest, upvote this comment! The user with the most upvotes on their @OriginalWorks comment will win!<h3> For more information, [Click Here!](https://steemit.com/writing/@originalworks/originalworks-bot-explanation-and-info) || [Click here to participate in the @OriginalWorks sponsored writing contest(125 SBD in prizes)!!!](https://steemit.com/cryptocurrency/@originalworks/125-sbd-sponsored-writing-contest-miniapps) Special thanks to @reggaemuffin for being a supporter! Vote him as a witness to help make Steemit a better place!
author | originalworks |
---|---|
permlink | re-comment-1508120682133-20171016t022659 |
category | steem |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2017-10-16 02:27:00 |
last_update | 2017-10-16 02:27:00 |
depth | 2 |
children | 0 |
last_payout | 2017-10-23 02:27:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 928 |
author_reputation | 79,292,026,602,057 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,795,292 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aristak | 0 | 0 | 100% |
<p>This post has received a 53.85 % upvote from https://steemitimages.com/DQmcZYv2276nr6zEDDTZY1iLcgaBiNqumAnYtmvxNtr5zrW/minnow_klein.png thanks to: @yabapmatt. <br>For more information, <a href="https://steemit.com/minnowhelper/@minnowhelper/how-minnowhelper-works">click here</a>!<br></p>
author | minnowhelper |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t112039240z |
category | steem |
json_metadata | {"tags":["steem"],"app":"drotto/0.0.2b"} |
created | 2017-10-16 11:20:54 |
last_update | 2017-10-16 11:20:54 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 11:20:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 292 |
author_reputation | 1,661,837,763,661 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,816,090 |
net_rshares | 0 |
Thank you very much, I will put this into good use in one of my projects! :)
author | mwfiae |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180201t133036385z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-02-01 13:30:36 |
last_update | 2018-02-01 13:30:36 |
depth | 1 |
children | 0 |
last_payout | 2018-02-08 13:30:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 8,649,692,852,318 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 34,134,863 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mundharmonika | 0 | 0 | 100% |
author | palani |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t202725291z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-16 20:27:27 |
last_update | 2017-10-16 20:30:51 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 20:27:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.038 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 4,224,359,059,633 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,849,890 |
net_rshares | 22,173,320,367 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 9,939,737,000 | 2% | ||
palani | 0 | 12,233,583,367 | 100% |
Thank you @yabapmatt. I notice that there is a LOT of information already out there about the ins and outs of steem but it's distributed and not organised. Thanks for sharing this with us.
author | petervroom |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180304t191029037z |
category | steem |
json_metadata | {"tags":["steem"],"users":["yabapmatt"],"app":"steemit/0.1"} |
created | 2018-03-04 19:10:30 |
last_update | 2018-03-04 19:10:30 |
depth | 1 |
children | 0 |
last_payout | 2018-03-11 19:10:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 190 |
author_reputation | 12,060,305,749,902 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,196,821 |
net_rshares | 535,169,412 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mundharmonika | 0 | 0 | 100% | ||
petervroom | 0 | 535,169,412 | 100% |
oh my god im so confused hahaha
author | procaptainjoe |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180128t041512767z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-01-28 04:15:15 |
last_update | 2018-01-28 04:15:15 |
depth | 1 |
children | 0 |
last_payout | 2018-02-04 04:15:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 1,309,189,669,416 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 32,905,586 |
net_rshares | 0 |
I've been looking for this formula for an app im building for the longest time. Thanks!
author | reyhaynes |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t212134823z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-16 21:21:36 |
last_update | 2017-10-16 21:21:36 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 21:21:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 663,943,968,029 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,853,122 |
net_rshares | 9,939,750,165 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 9,939,750,165 | 2% |
http://i.imgur.com/0L71kDM.png This post was resteemed by @steemitrobot! Good Luck! > **Resteem your post just send 0.100 SBD or Steem with your post url on memo. We have over 2000 followers. Take our service to reach more People.** > **Pro Plan: just send 1 SBD or Steem with your post url on memo we will resteem your post and send 10 upvotes from our Associate Accounts.** The @steemitrobot users are a small but growing community. Check out the other resteemed posts in steemitrobot's feed. Some of them are truly great. Please upvote this comment for helping me grow.
author | steemitrobot |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20171016t022347012z |
category | steem |
json_metadata | {"tags":["steem"],"app":"busy/1.0.0"} |
created | 2017-10-16 02:23:30 |
last_update | 2017-10-16 02:23:30 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 02:23:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 575 |
author_reputation | -781,066,231,202 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,795,107 |
net_rshares | 0 |
<p><strong>Hi @yabapmatt! You have received 1.0 SBD tip from @cardboard!</strong></p><p>You can now delegate SP / invest in @tipU for daily profit:) <a href="https://steemit.com/steemit/@tipu/just-a-reminder-tipu-pays-out-100-to-steem-power-delegators-0-fees" rel="noopener">Click here to learn more :)</a></p>
author | tipu |
---|---|
permlink | re-how-to-calculate-the-value-of-a-vote-20180324t024445 |
category | steem |
json_metadata | "" |
created | 2018-03-24 02:44:48 |
last_update | 2018-03-24 02:44:48 |
depth | 1 |
children | 0 |
last_payout | 2018-03-31 02:44:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 310 |
author_reputation | 55,938,686,792,287 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 46,256,725 |
net_rshares | 8,936,687,760 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tipu | 0 | 8,936,687,760 | 0.3% |
Commenting here hopefully you'll respond. Can I translate this post and post it on @hebrewguides? this account is dedicated to guides in Hebrew to help new Steemit users. Thanks in advance!
author | yairdd |
---|---|
permlink | re-yabapmatt-how-to-calculate-the-value-of-a-vote-20180129t160228171z |
category | steem |
json_metadata | {"tags":["steem"],"users":["hebrewguides"],"app":"steemit/0.1"} |
created | 2018-01-29 15:59:18 |
last_update | 2018-01-29 15:59:18 |
depth | 1 |
children | 0 |
last_payout | 2018-02-05 15:59:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 192 |
author_reputation | 52,819,919,588,424 |
root_title | "How to Calculate the Value of a Vote" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,321,192 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mundharmonika | 0 | 0 | 100% |