create account

Announcing Steem-Index: Determine How Consistently Popular Your Writing Is by geoffrey

View this thread on: hive.blogpeakd.comecency.com
· @geoffrey · (edited)
$340.97
Announcing Steem-Index: Determine How Consistently Popular Your Writing Is
## Also view your full post history in tabulated form!  

My new App, [Steem-Index](http://seed.zapto.org/hindex/) tells you two values: your V-index and P-index.  If you're an academic, you might think these terms sound familiar.  [You'd be right!](https://en.wikipedia.org/wiki/H-index)
<br>
<center><a href="http://seed.zapto.org/hindex/"><img src="http://i.giphy.com/l0MYQDcB5n145bUZy.gif"></a></center>
<br>
# Background

H-index is a measure of how productive a researcher is, based on their publication record.  It is a function of both the number of papers they've published, and how many citations each paper received.  To calculate it, you just need to sort their papers by the number of citations each paper has received, and find the maximum value for which the number of citations is greater than or equal to the paper number.  Simple, right?

Well, now you can calculate that value for your Steemit posts!  Instead of citations, we use either the rewards your posts have received (Steem Power; Post Value), or the popularity of your posts (Total Votes; Post Popularity).  **I call these two measures V-index and P-index, respectively.**

# Usage

Fill in the form on [Steem-Index](http://seed.zapto.org/hindex/) for either your **quick calculation** (based on top-level posts that haven't paid out yet, i.e., posts less than 30 days old), or your **full calculation** (your entire post history, including replies to other posts).  While the full calculation is more extensive, and more representative of the impact you've had during your tenure as a Steemian, it can take considerably longer to generate.  It also doesn't include how many votes each of your posts received, unfortunately, so you are limited to the V-index in this case.

# Under The Hood

The website is a flask-app (source available at: [github/geoffrey-steem](https://github.com/geoffrey-steem/steem-index)).  Unlike my earlier app, this one is less ad-hoc in implementation, querying the Steem blockchain directly using @xeroc's excellent python library.  While the quick method uses the get_state() command to find each of a user's recent posts, the results are limited to posts which haven't paid out for their 30-day period, yet.  The /full/ method uses get_transaction_history() to iterate over every transaction a user has made on the blockchain.  This is quite slow, so I store the results to a "database" (read python dictionary written to file), which can only be updated for a particular user once a day (to speed-up repeated access; and limit wasted bandwidth).

The quick method uses websocket to communicate with steemit.com, but the /full/ method requires thousands of requests, so a local copy of cli_wallet has to be ran with 'account_history' enabled (this necessitated increasing the ram on my seed node which I host the website off of).  

# Limitations

Both methods have their ups and downs.  Neither is perfect (yet).

### Method Advantages:

* [Quick](http://seed.zapto.org/hindex/):
     * Speedier
     * Doesn't need a local instance of cli_wallet or blockchain download
     * Contains both price and vote data
         * This allows for both the V-index and P-index to be calculated
     * Posts link properly to their threads
* [Full](http://seed.zapto.org/hindex/full/):
     * Considers all comments by a user ever made on Steem 
     * Stores tabulated results for access outside of the website
     * Reward measure is accurate to what the post actually paid out*
<hr>
<p align="right">*: The reward for the quick method is estimated based off of author_rewards, a value for which I could not find the exact calculation.  Empirically it seemed to vary between 1800-2000 author_rewards / Steem Power, so I used that range in my calculations.  While get_state() reports rshares, which other posts suggest should correspond to rewards based on rshares^2 / total_daily_vshares = Vests, with total_daily_vshares = 10^24, this didn't seem to be the case.  Alternatively, rewards could be estimated from 1/2 the SBD payout (which get_state() reports), but that involves calculating the 7-day median price on the date of the post, something I'm not readily equipped to do. </p>

But don't be afraid to try both.

# Future Efforts

The ultimate goal is to create a high-score list of users with the highest impact.  This will allow you to at-a-glance figure out who is really worth following!  I'll have to iterate over all user accounts (there are 50,000+ now) of them, and keep it updated as new blocks are pushed.  This will take me considerable time to implement and run, so for now enjoy the app manually, and give feedback while I flesh out the concept further.

Also, I'd like the fuller page to incrementally fill the table.  I'm told this could be done using websockets, so I'll have to research that further.  For now, it just continues to show the page as loading while it tears through the blockchain.

I'd also like to get more stats to play with.  Since I'm becoming better at using the RPC client for blockchain analysis, it shouldn't be too long before I provide measures based on number of followers, reputation, frequency of posting... all kinds of cool stats!

Finally, kind of simple, but I'd like to allow the viewer to sort by different columns.  Right now I manually generate the html for the table, so that'll require a little bit of rework.

# Some Users of Interest:

Perhaps you're wondering how the whales score?  Here are some of the ones I've looked up based on them hitting the trending page and having high reputation.  *Feel free to post more interesting or surprising users in the comments.*

<br>

# <center>V-index</center>

<center>[Gavvet](http://seed.zapto.org/hindex/full/gavvet)             -   92</center>
<center>[Dantheman](http://seed.zapto.org/hindex/full/dantheman)       -   72 </center>
<center>[Fyrstikken](http://seed.zapto.org/hindex/full/fyrstikken)     -   50</center>
<center>[Andrarchy](http://seed.zapto.org/hindex/full/andrarchy)       -   42</center>
<center>[Arhag](http://seed.zapto.org/hindex/full/arhag)               -   38</center>
<center>[Ericvancewalton](http://seed.zapto.org/hindex/full/ericvancewalton)   -   23</center>

<br>

What do you think?  Would you rank the prolificness of each author the same way?

In case what these values mean wasn't clear.  Gavvet has 92 posts which have received over 92 Steem Power at payout.  That's quite impressive!

# Closing Thoughts

As is readily apparent, I'm not a web developer.  I just really like Steemit, and am doing everything I can to take advantage of the idea of an open blockchain.  This allows me to experiment with developing apps, and grow my expertise.  This specific app is a considerable improvement over my first app, which dumbly scraped steemit.com user pages to get account balances.  It also has a much nicer and cleaner layout, though there is still considerable room for improvement.  I hope to continue to evolve my skills, and am very open to hearing any feedback you may have.

<center>**[Like all of my work, Steem-Index is open source!](https://github.com/geoffrey-steem/steem-index/)**</center>

<hr>
<p><a href="http://steemit.com/@geoffrey" rel="noopener"><img src="https://img1.steemit.com/0x0/http://i.imgur.com/rrmzxfp.png"></a></p>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 44 others
properties (23)
authorgeoffrey
permlinkannouncing-steem-index-determine-how-consistently-popular-your-writing-is
categorysteemit
json_metadata{"tags":["steemit","steem","steemapp","website","blockchain"],"users":["xeroc"],"image":["http://i.giphy.com/l0MYQDcB5n145bUZy.gif","https://img1.steemit.com/0x0/http://i.imgur.com/rrmzxfp.png"],"links":["http://seed.zapto.org/hindex/","http://seed.zapto.org/hindex/full/gavvet","http://seed.zapto.org/hindex/full/dantheman","http://seed.zapto.org/hindex/full/fyrstikken","http://seed.zapto.org/hindex/full/andrarchy","http://seed.zapto.org/hindex/full/arhag","http://seed.zapto.org/hindex/full/ericvancewalton","https://github.com/geoffrey-steem/steem-index/","http://steemit.com/@geoffrey"]}
created2016-08-16 02:01:36
last_update2016-08-16 18:58:45
depth0
children19
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value259.553 HBD
curator_payout_value81.417 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,287
author_reputation6,945,443,409,938
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id827,583
net_rshares45,512,453,816,384
author_curate_reward""
vote details (108)
@ace108 · (edited)
thanks for the initiative.  love what I'm seeing for my account @ace108
gives me a platform to learn more about my post.
[[![steemindex201608162915a.png](https://www.steemimg.com/images/2016/08/16/steemindex201608162915a.png)](https://www.steemimg.com/image/lp5jh)
voted @geoffrey for witness. :-)
properties (22)
authorace108
permlinkre-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t060501274z
categorysteemit
json_metadata{"tags":["steemit"],"users":["ace108","geoffrey"],"image":["https://www.steemimg.com/images/2016/08/16/steemindex201608162915a.png"]}
created2016-08-16 06:01:45
last_update2016-08-16 06:08:12
depth1
children1
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length297
author_reputation1,231,735,954,985,835
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id829,915
net_rshares0
@geoffrey ·
謝謝 (google translate).  Your support encourages me to continue working on cool apps!
👍  
properties (23)
authorgeoffrey
permlinkre-ace108-re-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t060615496z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 06:06:15
last_update2016-08-16 06:06:15
depth2
children0
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation6,945,443,409,938
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id829,959
net_rshares628,862,069
author_curate_reward""
vote details (1)
@aleco ·
<p>Written for the Russian speaking community</p>
<p><a href="https://steemit.com/steemit/@aleco/steem-index-anons-analiticheskogo-saita-naskolko-populyarny-vashi-posty">[Steem-Index] Анонс аналитического сайта - Насколько популярны ваши посты.</a></p>
properties (22)
authoraleco
permlinkre-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160819t124115328z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://steemit.com/steemit/@aleco/steem-index-anons-analiticheskogo-saita-naskolko-populyarny-vashi-posty"]}
created2016-08-19 12:41:15
last_update2016-08-19 12:41:15
depth1
children0
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length252
author_reputation3,580,409,185,631
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id888,137
net_rshares0
@brendio ·
Top two by rep (according to http://steemwhales.com/?p=1&s=reputation)
@stellabelle V index 114 Rep 72.3
@tuck-fheman V index 93 Rep 71.2

I'm currently a 1. (I think my academic H index got up to 5 or so, but I left academia awhile ago so haven't really checked lately)
👍  
properties (23)
authorbrendio
permlinkre-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t031729535z
categorysteemit
json_metadata{"tags":["steemit"],"users":["stellabelle","tuck-fheman"],"links":["http://steemwhales.com/?p=1&amp;s=reputation"]}
created2016-08-16 03:17:30
last_update2016-08-16 03:17:30
depth1
children5
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length270
author_reputation2,247,042,714,470
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id828,392
net_rshares1,328,078,296
author_curate_reward""
vote details (1)
@brendio ·
It would be interested to graph the correlation between V index and reputation score for a larger data set.
👍  
properties (23)
authorbrendio
permlinkre-brendio-re-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t032131568z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 03:21:30
last_update2016-08-16 03:21:30
depth2
children1
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length107
author_reputation2,247,042,714,470
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id828,426
net_rshares1,359,699,208
author_curate_reward""
vote details (1)
@geoffrey ·
Hilariously we posted the same idea at the same time.  Check my comment below.
properties (22)
authorgeoffrey
permlinkre-brendio-re-brendio-re-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t034128666z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 03:41:27
last_update2016-08-16 03:41:27
depth3
children0
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation6,945,443,409,938
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id828,611
net_rshares0
@geoffrey ·
Interesting,  when I calculate it for everyone, I'll check out the r<sup>2</sup> value with rep.  I bet it's pretty high!
👍  
properties (23)
authorgeoffrey
permlinkre-brendio-re-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t032223538z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 03:22:21
last_update2016-08-16 03:22:21
depth2
children2
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length121
author_reputation6,945,443,409,938
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id828,436
net_rshares1,359,699,208
author_curate_reward""
vote details (1)
@brendio ·
My gut feel would be that outliers would be those who get most of their upvotes and rep from commenting rather than original top level posts, but it seems like there will be high correlation.
properties (22)
authorbrendio
permlinkre-geoffrey-re-brendio-re-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t034534659z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 03:45:33
last_update2016-08-16 03:45:33
depth3
children1
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length191
author_reputation2,247,042,714,470
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id828,638
net_rshares0
@driv3n ·
Nicely done! Looking forward to using this to assess myself (and hopefully track improvements over time), and others that I'm interested in following too. 

Thanks for work on this, the more data on Steem the better :)
properties (22)
authordriv3n
permlinkre-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t020938126z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 02:09:39
last_update2016-08-16 02:09:39
depth1
children0
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length218
author_reputation4,325,141,285,328
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id827,659
net_rshares0
@geoffrey ·
looks like tuck-fheman actually beats Gavvet with a V-index of 93!  Any other even more successful accounts out there?
properties (22)
authorgeoffrey
permlinkre-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t030343133z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 03:03:42
last_update2016-08-16 03:03:42
depth1
children0
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation6,945,443,409,938
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id828,246
net_rshares0
@grolelo ·
This is pretty cool, great work!
properties (22)
authorgrolelo
permlinkre-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t035447770z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 03:54:48
last_update2016-08-16 03:54:48
depth1
children0
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation1,646,650,171,375
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id828,730
net_rshares0
@lukestokes ·
$0.03
Very interesting. So I have a full V-index (reward value): 25. Problem is, I don't know what that means because I don't know what these mean:
- (Steem Power; Post Value)
- (Total Votes; Post Popularity)

I see you tried to explain that in the `*`, but I just got lost a bit more between get_state, total_daily_vshares, and author_rewards.

Sorry if my question is stupid as I'm not an academic or familiar with H-index.

My other two values are
V-index (reward value): 11
P-index (popular votes): 20
But I'm not really sure what those mean either.
👍  
properties (23)
authorlukestokes
permlinkre-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t021711831z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 02:17:12
last_update2016-08-16 02:17:12
depth1
children5
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length547
author_reputation556,640,380,599,219
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id827,744
net_rshares44,232,086,827
author_curate_reward""
vote details (1)
@geoffrey · (edited)
$0.13
Not a problem, I apologize for my terseness!

* *V-index*: You have at least 11 posts which have earned over 11 Steem Power (+11 steem power worth of SBD at the 7-day median price rate)
* *P-index*: You have at least 20 posts which 20 unique users have upvoted

Let me know if you need further clarification.
👍  
properties (23)
authorgeoffrey
permlinkre-lukestokes-re-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t022515126z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 02:25:15
last_update2016-08-16 02:25:30
depth2
children4
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.132 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length308
author_reputation6,945,443,409,938
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id827,835
net_rshares212,469,585,665
author_curate_reward""
vote details (1)
@arhag · (edited)
Have you thought about modifying the V-index so that you don't compare to post payout value in Steem Power directly but instead to that post payout divided by some factor?  For example, you could divide by the average payout value of posts at the time? Perhaps the average would be an average within some moving time window. And it wouldn't have to be a mean, perhaps a median or some other statistic on the distribution of post payouts within the time window would be a better value for the factor. Anyway, then you could saying something like, "If the V-index of an author is X, it means they have X posts that each earned at least X times the 30-day average payout at the time they were posted." I think that would be better because right now you are already sort of arbitrarily choosing a factor. And the risk is that if you choose a factor that is too large then everyone's V-index would be restricted to a very narrow range (possibly all 0 even) and thus be useless, or alternatively, if the factor is too small, then the V-index basically reduces to the number of posts of the author, which would make it a redundant metric.
👍  
properties (23)
authorarhag
permlinkre-geoffrey-re-lukestokes-re-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t043418112z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 04:34:18
last_update2016-08-16 04:44:54
depth3
children1
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,131
author_reputation52,490,827,205,383
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id829,126
net_rshares17,391,552,604
author_curate_reward""
vote details (1)
@lukestokes ·
> over 11 Steem Power (+11 steem power worth of SBD at the 7-day median price rate)

The extra parenthesis there trips me up. Is it 11 Steem Power AND 11 Steem Power worth of SBD (so 22 total Steem Power)? Or is that an "or" meaning "at least 11 Steem Power worth of value, even if it was paid out in SBD?"

I think I get the P-index now, thank you.
properties (22)
authorlukestokes
permlinkre-geoffrey-re-lukestokes-re-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t022826972z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 02:28:27
last_update2016-08-16 02:28:27
depth3
children1
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length349
author_reputation556,640,380,599,219
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id827,874
net_rshares0
@rwgunderson ·
seems like a good idea
properties (22)
authorrwgunderson
permlinkre-geoffrey-announcing-steem-index-determine-how-consistently-popular-your-writing-is-20160816t111342489z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-16 11:13:42
last_update2016-08-16 11:13:42
depth1
children0
last_payout2016-09-16 06:14:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation716,390,377,150
root_title"Announcing Steem-Index: Determine How Consistently Popular Your Writing Is"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id832,417
net_rshares0