In the second post of this series I added the conversation of the VESTS rewards to Steem Power. # The Mission The requirements for the first part of this series: 1. Get the steemit earnings (STEEM, SBD, VESTS) for an account 2. Create a HTML and CSV report You can find the first part here: https://steemit.com/steemdev/@schererf/tutorial-get-the-value-of-your-steemit-earnings-part-1 https://i.imgur.com/Cq1hhlw.jpg The requirements for this second part: 1. Calculate the Steem Power (SP) for the VESTS reward # System Requirements ### nodeJS As the runtime system for the program I used "nodeJS" (LTS version). You can download nodeJS here: https://nodejs.org http://i.imgur.com/J0VuhLa.jpg # Implementation ### git repository You can download the complete sources of this tutorial from my GitHub repository: https://github.com/SchererF/steemit-earnings ### calculation of Steem Power The Steem Power is calculated using the following formula: ```` total_vesting_fund_steem * (user's vesting_shares / total_vesting_shares) ```` <br> Thanks to @lantto: https://steemit.com/steem/@lantto/how-to-calculate-steem-power-using-the-api ### using steemd data To calculate the Steem Power of VESTS reward, we need historical data for *total_vesting_fund_steem* and *total_vesting_shares*. The only way I found to get this historical data is provided by @jesta. He creates snapshots of steemd data on a regular base. Thanks to @jesta: https://steemit.com/witness-category/@jesta/jesta-witness-update-2016-09-02 The data are provided under this URL: https://steemdb.com/api/props http://i.imgur.com/X6H12OY.jpg ```` var url='https://steemdb.com/api/props'; console.log( 'loading data from "' + url + '"'); return fetch(url ).then((response) => response.json() ).then((data) => steemdApiPropsData = data); ```` <br> Get the timestamp of an single item ```` var date = new Date(parseInt(steemdApiPropsDataItem.time.$date.$numberLong)); ```` <br> Calculate the *steem_per_mvests* value ```` steem_per_mvests = steemdApiPropsDataItem.total_vesting_fund_steem * 1000000 / steemdApiPropsDataItem.total_vesting_shares; ```` #### Example time.$date.$numberLong 1515871554000 (GMT: Saturday, January 13, 2018 7:25:54 PM) total_vesting_fund_steem 199304254.488 total_vesting_shares 408153245669.0034 steem_per_vests 0.000488307 = 199304254.488 / 408153245669.0034 #### small deviations Unfortunately, there are small deviations in the comma range for the calculated Steem Power values compared to those in the wallet. Personally, I can live with this small deviations, but if you know a solution to this problem, I would appreciate a hint. # Let's do it Please have a look at the first post of this series if you want to know how to download, install and run this program. https://steemit.com/steemdev/@schererf/tutorial-get-the-value-of-your-steemit-earnings-part-1 ### Take a look at the output HTML The created HTML now includes the values for *steem_per_mvests* and *SP* values. http://i.imgur.com/klGHQHK.jpg # Tutorial Preview In the next parts of this little series add the STEEM and SBD earnings as EUR/USD based on the historical exchange rate of the reward claim date. # Note This tool can simply be used for your personal interests or of course to create a template for reporting your steemit earnings for a financial office (as we need it in Germany for the tax office). ***The created report is of course not an official document. It is just an idea on how to report your earnings!*** Please give me feedback if this tutorial was helpful for you. Thanks for reading and watching, @schererf
author | schererf |
---|---|
permlink | tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power |
category | steemdev |
json_metadata | {"tags":["steemdev","steemit","steemtools","programming","blockchain"],"users":["lantto","jesta","schererf"],"image":["https://i.imgur.com/Cq1hhlw.jpg","http://i.imgur.com/J0VuhLa.jpg","http://i.imgur.com/X6H12OY.jpg","http://i.imgur.com/klGHQHK.jpg"],"links":["https://steemit.com/steemdev/@schererf/tutorial-get-the-value-of-your-steemit-earnings-part-1","https://nodejs.org","https://github.com/SchererF/steemit-earnings","https://steemit.com/steem/@lantto/how-to-calculate-steem-power-using-the-api","https://steemit.com/witness-category/@jesta/jesta-witness-update-2016-09-02","https://steemdb.com/api/props"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-02-18 21:46:03 |
last_update | 2018-02-18 21:46:03 |
depth | 0 |
children | 20 |
last_payout | 2018-02-25 21:46:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 18.131 HBD |
curator_payout_value | 4.192 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,671 |
author_reputation | 26,658,463,264,121 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,618,860 |
net_rshares | 4,004,479,939,127 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
juanmiguelsalas | 0 | 16,105,001,708 | 15% | ||
shaka | 0 | 1,791,788,004,033 | 50% | ||
shortcut | 0 | 269,402,874,041 | 100% | ||
felixxx | 0 | 463,968,542,949 | 100% | ||
germansailor | 0 | 17,539,816,664 | 35% | ||
pollux.one | 0 | 373,945,518,719 | 100% | ||
uwelang | 0 | 91,559,834,830 | 11% | ||
abh12345 | 0 | 100,253,790,083 | 10% | ||
smasher | 0 | 2,789,407,793 | 50% | ||
opmonis | 0 | 3,345,779,724 | 100% | ||
freiheit50 | 0 | 84,888,774,897 | 100% | ||
unityofmulti | 0 | 16,001,388,873 | 100% | ||
schererf | 0 | 144,134,581,911 | 100% | ||
trans-juanmi | 0 | 8,016,494,306 | 15% | ||
alexvan | 0 | 13,309,161,940 | 15% | ||
tiagopaixao | 0 | 1,495,394,580 | 100% | ||
andyjaypowell | 0 | 239,216,007,515 | 100% | ||
djpoertsch | 0 | 6,511,363,450 | 50% | ||
roxane | 0 | 212,630,028,390 | 10% | ||
blazing | 0 | 397,195,559 | 100% | ||
cutiepie | 0 | 422,987,792 | 100% | ||
cityslicker | 0 | 353,110,135 | 100% | ||
steem.test | 0 | 614,540,355 | 100% | ||
alpha.steem | 0 | 614,090,360 | 100% | ||
crokkon | 0 | 28,331,562,545 | 100% | ||
resteemme | 0 | 613,303,524 | 100% | ||
helli | 0 | 619,730,703 | 100% | ||
starboye | 0 | 214,298,296 | 100% | ||
james.steem | 0 | 614,093,135 | 100% | ||
elonymou | 0 | 217,730,850 | 52.34% | ||
mikenero | 0 | 37,855,304,410 | 25% | ||
docmarenkristina | 0 | 37,407,313,561 | 100% | ||
player01 | 0 | 615,320,000 | 100% | ||
player02 | 0 | 615,320,000 | 100% | ||
resteemmebot | 0 | 615,320,000 | 100% | ||
player03 | 0 | 615,320,000 | 100% | ||
infinityroad | 0 | 34,717,773,783 | 100% | ||
dalexx | 0 | 2,123,857,713 | 100% |
Oh wow this can be done too interesting :D Thanks for sharing a post on it how to do it :)
author | blazing |
---|---|
permlink | re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t055140259z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-19 05:51:42 |
last_update | 2018-02-19 05:51:42 |
depth | 1 |
children | 1 |
last_payout | 2018-02-26 05:51:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 91 |
author_reputation | 117,662,220,860,076 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,703,224 |
net_rshares | 12,695,792,189 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schererf | 0 | 12,695,792,189 | 10% |
You're welcome. Writing technical posts is not that easy as it seems ;-)
author | schererf |
---|---|
permlink | re-blazing-re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t150011334z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-19 15:00:09 |
last_update | 2018-02-19 15:00:09 |
depth | 2 |
children | 0 |
last_payout | 2018-02-26 15:00: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 | 72 |
author_reputation | 26,658,463,264,121 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,811,160 |
net_rshares | 0 |
i am gonna try this one out thanks bro for sharing it
author | cityslicker |
---|---|
permlink | re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t090755558z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-19 09:08:00 |
last_update | 2018-02-19 09:08:00 |
depth | 1 |
children | 1 |
last_payout | 2018-02-26 09:08:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 4,742,456,214,205 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,739,381 |
net_rshares | 12,695,792,189 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schererf | 0 | 12,695,792,189 | 10% |
Yes, please try it and give me some feedback about it!
author | schererf |
---|---|
permlink | re-cityslicker-re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t150129464z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-19 15:01:30 |
last_update | 2018-02-19 15:01:30 |
depth | 2 |
children | 0 |
last_payout | 2018-02-26 15:01: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 | 54 |
author_reputation | 26,658,463,264,121 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,811,431 |
net_rshares | 0 |
**Coins mentioned in post:** Coin | | Price (USD) | 📉 24h | 📈 7d - | - | - | - | - **HTML** | HTMLCOIN | 0.002$ | _5.35%_ | _6.12%_ **SBD** | Steem Dollars | 5.427$ | _-4.35%_ | _17.43%_ **STEEM** | Steem | 4.358$ | _-5.19%_ | _6.99%_
author | coin.info |
---|---|
permlink | re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180218t214853578z |
category | steemdev |
json_metadata | {"app":"coininfo/1.0.0","format":"markdown"} |
created | 2018-02-18 21:48:54 |
last_update | 2018-02-18 21:48:54 |
depth | 1 |
children | 0 |
last_payout | 2018-02-25 21:48:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 235 |
author_reputation | 133,144,230,969 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,619,372 |
net_rshares | 12,695,792,189 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schererf | 0 | 12,695,792,189 | 10% |
.
author | crokkon |
---|---|
permlink | re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t112200146z |
category | steemdev |
json_metadata | "{"app": ""}" |
created | 2018-02-19 11:22:00 |
last_update | 2022-09-18 12:22:09 |
depth | 1 |
children | 4 |
last_payout | 2018-02-26 11:22:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 81,214,366,861,104 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,765,097 |
net_rshares | 12,695,792,189 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schererf | 0 | 12,695,792,189 | 10% |
Thanks a lot, that sounds very interesting. Can you share an example for this query script?
author | schererf |
---|---|
permlink | re-crokkon-re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t152515822z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-19 15:25:15 |
last_update | 2018-02-19 15:25:15 |
depth | 2 |
children | 3 |
last_payout | 2018-02-26 15:25: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 | 91 |
author_reputation | 26,658,463,264,121 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,816,512 |
net_rshares | 0 |
.
author | crokkon |
---|---|
permlink | re-schererf-re-crokkon-re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t153715756z |
category | steemdev |
json_metadata | "{"app": ""}" |
created | 2018-02-19 15:37:15 |
last_update | 2022-09-18 12:21:51 |
depth | 3 |
children | 2 |
last_payout | 2018-02-26 15:37:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.062 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 81,214,366,861,104 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,819,065 |
net_rshares | 14,936,226,104 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schererf | 0 | 14,936,226,104 | 10% |
Another awesome tutorial thanks for sharing it once again :)
author | cutiepie |
---|---|
permlink | re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t072518005z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-19 07:25:21 |
last_update | 2018-02-19 07:25:21 |
depth | 1 |
children | 1 |
last_payout | 2018-02-26 07:25:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 5,599,036,868,065 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,720,745 |
net_rshares | 12,695,792,189 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schererf | 0 | 12,695,792,189 | 10% |
Thanks for reading it again :)
author | schererf |
---|---|
permlink | re-cutiepie-re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t150047514z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-19 15:00:48 |
last_update | 2018-02-19 15:00:48 |
depth | 2 |
children | 0 |
last_payout | 2018-02-26 15:00:48 |
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 | 30 |
author_reputation | 26,658,463,264,121 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,811,292 |
net_rshares | 0 |
Thanks @schererf, pretty useful post ! Is there any possibility to pin your post on my steemit till next year:) Is it working for OSX ?
author | dalexx |
---|---|
permlink | re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180218t221246373z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"users":["schererf"],"app":"steemit/0.1"} |
created | 2018-02-18 22:13:18 |
last_update | 2018-02-18 22:13:18 |
depth | 1 |
children | 2 |
last_payout | 2018-02-25 22:13:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.906 HBD |
curator_payout_value | 0.630 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 2,849,270,015,369 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,623,605 |
net_rshares | 455,407,226,476 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schererf | 0 | 12,695,792,189 | 10% | ||
tt-dogg | 0 | 442,711,434,287 | 100% |
Just use browser bookmarks ;-) Yes it should work. You can download nodeJS for OSX here: https://nodejs.org/en/download/
author | schererf |
---|---|
permlink | re-dalexx-re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t145850096z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"links":["https://nodejs.org/en/download/"],"app":"steemit/0.1"} |
created | 2018-02-19 14:58:48 |
last_update | 2018-02-19 14:58:48 |
depth | 2 |
children | 1 |
last_payout | 2018-02-26 14:58:48 |
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 | 120 |
author_reputation | 26,658,463,264,121 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,810,889 |
net_rshares | 2,181,749,089 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dalexx | 0 | 2,181,749,089 | 100% |
author | dalexx |
---|---|
permlink | re-schererf-re-dalexx-re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t185447743z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-19 18:54:48 |
last_update | 2018-02-19 18:54:48 |
depth | 3 |
children | 0 |
last_payout | 2018-02-26 18:54:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.871 HBD |
curator_payout_value | 0.618 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 2,849,270,015,369 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,859,646 |
net_rshares | 443,849,853,332 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schererf | 0 | 11,948,980,883 | 10% | ||
tt-dogg | 0 | 431,900,872,449 | 100% |
Good post!👍
author | oliveralexander |
---|---|
permlink | re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180218t215348411z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-18 21:53:51 |
last_update | 2018-02-18 21:53:51 |
depth | 1 |
children | 1 |
last_payout | 2018-02-25 21:53:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 2,076,637,482,966 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,620,231 |
net_rshares | 12,695,792,189 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schererf | 0 | 12,695,792,189 | 10% |
I'm glad you like it...
author | schererf |
---|---|
permlink | re-oliveralexander-re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t145708662z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-19 14:57:09 |
last_update | 2018-02-19 14:57:09 |
depth | 2 |
children | 0 |
last_payout | 2018-02-26 14:57: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 | 23 |
author_reputation | 26,658,463,264,121 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,810,561 |
net_rshares | 0 |
This post received a upvote from @resteemme and it's trail. Thanks to @resteemme!
author | resteemme |
---|---|
permlink | re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t214721273z |
category | steemdev |
json_metadata | {"app":"resteemebot/0.0.1"} |
created | 2018-02-19 21:47:39 |
last_update | 2018-02-19 21:47:39 |
depth | 1 |
children | 0 |
last_payout | 2018-02-26 21:47:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.066 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 24,766,792,891 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,891,109 |
net_rshares | 11,948,980,883 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schererf | 0 | 11,948,980,883 | 10% |
Excellent lesson with step by step approach you explained it very simply
author | starboye |
---|---|
permlink | re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t122159766z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-19 12:22:03 |
last_update | 2018-02-19 12:22:03 |
depth | 1 |
children | 1 |
last_payout | 2018-02-26 12:22:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 1,548,341,121,513 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,777,323 |
net_rshares | 12,695,792,189 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
schererf | 0 | 12,695,792,189 | 10% |
THX, glad you like it!
author | schererf |
---|---|
permlink | re-starboye-re-schererf-tutorial-get-the-value-of-your-steemit-earnings-part-2-calculate-steem-power-20180219t152544720z |
category | steemdev |
json_metadata | {"tags":["steemdev"],"app":"steemit/0.1"} |
created | 2018-02-19 15:25:45 |
last_update | 2018-02-19 15:25:45 |
depth | 2 |
children | 0 |
last_payout | 2018-02-26 15:25:45 |
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 | 22 |
author_reputation | 26,658,463,264,121 |
root_title | "Tutorial: Get the value of your steemit earnings, Part #2 - Calculate Steem Power" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 38,816,612 |
net_rshares | 0 |