create account

Three Things in Steem You Might Not Know About by yabapmatt

View this thread on: hive.blogpeakd.comecency.com
· @yabapmatt ·
$22.63
Three Things in Steem You Might Not Know About
<html>
<p><img src="https://i.imgur.com/qEUNu3y.jpg" width="640" height="351"/></p>
<p>As I’ve been working with developing on top of the Steem platform recently I’ve discovered some “advanced” features, you might say, which I didn’t know existed before. To anyone experienced with Steem development these things are probably commonplace and obvious, but I thought I would make a post about them for those newer developers (like myself) or anyone else who’s just interested in knowing more about how the magic happens!</p>
<h3>JSON Metadata</h3>
<p>Both posts and accounts on the Steem blockchain have a “json_metadata” property associated with them. If you do not know what JSON is, essentially it’s just a format for specifying data using key/value pairs (more information can be found through Google and is outside the scope of this post).</p>
<p>The “json_metadata” property typically has some standard information that most front end sites use, however it’s completely open-ended and anything at all can be put in there!</p>
<p>You can see the JSON Metadata for a post or an account on steemd.com or any other blockchain viewing site. You can see it for my account here: <a href="https://steemd.com/@yabapmatt">https://steemd.com/@yabapmatt</a> or in the screenshot below:</p>
<p><img src="https://i.imgur.com/5BPGwDB.png" width="359" height="97"/></p>
<p>Typically for a user account it’s just the standard profile information stored there. This is where sites like SteemIt, Busy, Utopian, etc get the profile information for each account.</p>
<p>While profile information is what’s typically stored there, as I mentioned above you can store anything at all that you want! Some front end sites in the future might want to show more profile information if it’s available. People could add information about their birthday, their hobbies, their pets names, whatever!</p>
<p>Currently some bots and services that run on Steem store some configuration info there. For example @randowhale stores information about the fee to use its voting service, the vote value, and whether or not it is currently “sleeping”:</p>
<p><img src="https://i.imgur.com/cjWUXIa.png" width="360" height="144"/></p>
<p>Posts also have “json_metadata” and you can see it the same way by viewing a post on steemd.com or another similar site. For a post on steemd.com you will need to click on “advanced mode” to see the json_metadata (I did say these were “advanced” features!)</p>
<p>You can see it for one of my recent posts here: <a href="https://steemd.com/utopian-io/@yabapmatt/updated-documentation-for-steemconnect-v2-js-sdk">https://steemd.com/utopian-io/@yabapmatt/updated-documentation-for-steemconnect-v2-js-sdk</a> and in the following image (steemd shows it in a small box with scrolling so you have to use the link above if you want to see the whole thing):</p>
<p><img src="https://i.imgur.com/924wD3l.png" width="456" height="212"/></p>
<p>This was a post made through Utopian and as you can see they add a lot of json_metadata! Utopian, and any other front end sites or services, are then able to access that and use it however they choose.</p>
<p>As the Steem ecosystem grows it will be interesting (to me at least!) to see new ways that json_metadata is used to add more information to user accounts and posts, and implement new features, without requiring any updates to the Steem blockchain code.</p>
<h3>Custom JSON</h3>
<p>In addition to the JSON Metadata that can be associated with a post or user account on the blockchain, it’s also possible to post custom JSON data to the blockchain by itself - not associated with a post or account or anything else.</p>
<p>The fact that it’s not associated with any other object on the blockchain means it won’t show on SteemIt.com or any other standard front end sites, but it’s possible to create a specific front end site that looks for and uses specific custom JSON operations on the blockchain. It also is not possible to vote on or earn rewards on content posted as a custom JSON operation. That is only possible with posts or comments.</p>
<p>One example of such a site is <a href="http://www.steemliberator.com/">http://www.steemliberator.com/</a> which uses custom JSON operations to store files directly on the Steem blockchain. One such file it has stored on the blockchain, appropriately, is the Steem whitepaper. You can see an example of one of the custom JSON operations used for that here: <a href="https://steemd.com/tx/472c35c17cffbd93b17237732f5867936268b239">https://steemd.com/tx/472c35c17cffbd93b17237732f5867936268b239</a></p>
<p><img src="https://i.imgur.com/0uWk33k.png" width="1143" height="151"/></p>
<p>I’m not sure how much use this gets right now, or even how useful it will really be in the future, but it’s there, so you should know about it! So if you ever want to store data on the Steem blockchain that’s not a typical post/comment/account etc, this is how you can do it.</p>
<h3>Beneficiaries</h3>
<p>Last, but not least, I recently learned that it’s possible to split the author reward payouts for posts among multiple accounts, rather than having it all going to the author of the post, as is the default. This is done by adding “beneficiaries” to a post. You might be wondering why on earth you would want to give some of the rewards to others, but there are many good reasons for wanting to do so.</p>
<p>For example, say someone helped you write the post, provided information, or other services. Then you could pay them by giving them a percentage of whatever the author rewards are on your post. This way they would be motivated to help promote the post as much as possible so it would earn more rewards.</p>
<p>Additionally, many third party sites and services built on top of the Steem blockchain automatically add beneficiaries to any posts made through them as a way of supporting their development, moderation, or other services. This is how a site like Utopian supports its sponsors and moderators, for instance.</p>
<p>You can see the beneficiaries on any post by viewing the post on steemd.com or any other blockchain viewing site. You can see my last post made through Utopian here: <a href="https://steemd.com/utopian-io/@yabapmatt/updated-documentation-for-steemconnect-v2-js-sdk">https://steemd.com/utopian-io/@yabapmatt/updated-documentation-for-steemconnect-v2-js-sdk</a> If you click on “advanced mode” and scroll down a bit you can see the beneficiaries. I’ve also included a screenshot below:</p>
<p><img src="https://i.imgur.com/GYWbXTC.png" width="392" height="438"/></p>
<p>You can see that all of the large sponsors and moderators of Utopian are listed as beneficiaries of my post, with their share being based on how much they have delegated or moderated. The “weight” is the percentage of the author rewards for that post that will be paid out to that beneficiary. For example @cryptoctopus will get 1.22% of the total author rewards of the post once it pays out.</p>
<p>Some of you who didn’t know about this might be thinking “omg I don’t want some of my post rewards going to other people!” But remember that without that, many of these sites and services would not be able to run, and they often help your posts to get a lot more visibility, and earn a lot more rewards than if you just posted it to SteemIt.com. In the case of Utopian, that’s through the big vote from the Utopian bot - which will typically far outweigh the portion that goes to the sponsors and moderators.</p>
<p>Overall I think that the beneficiaries feature will be very important in conjunction with the upcoming community features and SMTs as it will allow communities to fund development, pay moderators, and more. Without that, many would probably not be able to operate or would have to resort to clunky workarounds that would make things more difficult for everyone.</p>
<h3>That’s All Folks!</h3>
<p>That’s it for now. I’m sure there a lot more interesting things on the Steem blockchain that I still don’t know about. Feel free to educate me about them in the comments - I’m always eager to learn more! Also please let me know if any of the information I wrote above is incorrect. As I said I am still new and learning so it’s possible that i’ve misunderstood something. I will update the post to fix any incorrect information right away.</p>
<p>Thanks for reading!</p>
<p><br></p>
</html>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authoryabapmatt
permlinkthree-things-in-steem-you-might-not-know-about
categorysteem
json_metadata{"tags":["steem","steemit","steemdev","steemitdev","discussion"],"users":["randowhale","cryptoctopus"],"image":["https://i.imgur.com/qEUNu3y.jpg","https://i.imgur.com/5BPGwDB.png","https://i.imgur.com/cjWUXIa.png","https://i.imgur.com/924wD3l.png","https://i.imgur.com/0uWk33k.png","https://i.imgur.com/GYWbXTC.png"],"links":["https://steemd.com/@yabapmatt","https://steemd.com/utopian-io/@yabapmatt/updated-documentation-for-steemconnect-v2-js-sdk","http://www.steemliberator.com/","https://steemd.com/tx/472c35c17cffbd93b17237732f5867936268b239"],"app":"steemit/0.1","format":"html"}
created2017-10-31 17:12:12
last_update2017-10-31 17:12:12
depth0
children27
last_payout2017-11-07 17:12:12
cashout_time1969-12-31 23:59:59
total_payout_value19.359 HBD
curator_payout_value3.275 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,378
author_reputation160,234,431,724,160
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id19,091,758
net_rshares10,913,939,911,815
author_curate_reward""
vote details (46)
@bellyrub ·
<p>This wonderful post has received a bellyrub 2.94 % upvote from @bellyrub.</p>
properties (22)
authorbellyrub
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171101t171308988z
categorysteem
json_metadata{"tags":["steem"],"app":"drotto/0.0.2"}
created2017-11-01 17:13:21
last_update2017-11-01 17:13:21
depth1
children0
last_payout2017-11-08 17:13:21
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_length81
author_reputation7,904,765,975,109
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,187,227
net_rshares0
@buildawhale ·
<p>This post has received a 3.20 % upvote from @buildawhale thanks to: @yabapmatt.
Send at least 1 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 daily curation initiative, please vote on my owner, @themarkymark, as a <a href="https://steemit.com/witness-category/@themarkymark/witness-themarkymark">Steem Witness</a></p>
properties (22)
authorbuildawhale
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171101t173035072z
categorysteem
json_metadata{"tags":["steem"],"app":"drotto/0.0.2b"}
created2017-11-01 17:30:45
last_update2017-11-01 17:30:45
depth1
children0
last_payout2017-11-08 17:30:45
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_length498
author_reputation26,760,246,544,607,739
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,188,665
net_rshares0
@cryptobills ·
A lot of useful information in here, thanks for the great post!
properties (22)
authorcryptobills
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171218t052011536z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-12-18 05:20:12
last_update2017-12-18 05:20:12
depth1
children0
last_payout2017-12-25 05:20:12
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_length63
author_reputation503,753,154
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id23,973,331
net_rshares0
@danrem ·
nice post,  @yabapmatt like my post plisszzzzz
properties (22)
authordanrem
permlinkre-yabapmatt-2017111t01434161z
categorysteem
json_metadata{"tags":"steem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"}
created2017-10-31 17:14:48
last_update2017-10-31 17:14:48
depth1
children0
last_payout2017-11-07 17:14:48
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_length46
author_reputation174,605,173,269
root_title"Three Things in Steem You Might Not Know About"
beneficiaries
0.
accountesteemapp
weight500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,092,045
net_rshares0
@dilruksha ·
Great post @yabapmatt.thanks for sharing.
properties (22)
authordilruksha
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t171520039z
categorysteem
json_metadata{"tags":["steem"],"users":["yabapmatt.thanks"],"app":"steemit/0.1"}
created2017-10-31 17:15:27
last_update2017-10-31 17:15:27
depth1
children0
last_payout2017-11-07 17:15:27
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_length41
author_reputation325,855,842,294
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,092,103
net_rshares0
@iontichy ·
Do you happen to know if json_metadata is in any form supported for votes also?
properties (22)
authoriontichy
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20180424t113515973z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-24 11:35:15
last_update2018-04-24 11:35:15
depth1
children1
last_payout2018-05-01 11:35:15
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_length79
author_reputation23,678,623,729
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,851,624
net_rshares0
@yabapmatt ·
No, it is only available on the "comment" operation (which includes posts and comments) and on account objects.
properties (22)
authoryabapmatt
permlinkre-iontichy-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20180424t124445586z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2018-04-24 12:44:45
last_update2018-04-24 12:44:45
depth2
children0
last_payout2018-05-01 12:44:45
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_length111
author_reputation160,234,431,724,160
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id51,862,252
net_rshares0
@isteemithard ·
$0.12
cool didn't know you can do that so how exactly does it work. I type "beneficiaries" and then just @yabapmatt next to it with no space just anywhere on the post?
👍  
properties (23)
authoristeemithard
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171101t155203056z
categorysteem
json_metadata{"tags":["steem"],"users":["yabapmatt"],"app":"steemit/0.1"}
created2017-11-01 15:52:00
last_update2017-11-01 15:52:00
depth1
children1
last_payout2017-11-08 15:52:00
cashout_time1969-12-31 23:59:59
total_payout_value0.117 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length161
author_reputation7,898,170,987,249
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,180,746
net_rshares61,579,812,329
author_curate_reward""
vote details (1)
@yabapmatt ·
$1.19
I should have mentioned this in the post but unfortunately there's no way to set beneficiaries on a post through the SteemIt.com site (or any other sites that I am aware of) right now. 

However just earlier today @stoodkev released an updated version of the SteemPlus browser extension which will allow you to set beneficiaries on posts you make using the extension.

You can read about it and download it here: https://steemit.com/utopian-io/@steem-plus/steemplus-1-7-share-your-rewards-with-your-friends-beneficiaries-ideal-for-the-steemfest
👍  
properties (23)
authoryabapmatt
permlinkre-isteemithard-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171101t160159559z
categorysteem
json_metadata{"tags":["steem"],"users":["stoodkev"],"links":["https://steemit.com/utopian-io/@steem-plus/steemplus-1-7-share-your-rewards-with-your-friends-beneficiaries-ideal-for-the-steemfest"],"app":"steemit/0.1"}
created2017-11-01 16:02:00
last_update2017-11-01 16:02:00
depth2
children0
last_payout2017-11-08 16:02:00
cashout_time1969-12-31 23:59:59
total_payout_value0.890 HBD
curator_payout_value0.296 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length544
author_reputation160,234,431,724,160
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,181,599
net_rshares581,923,103,870
author_curate_reward""
vote details (1)
@jefpatat ·
$0.12
Just a small correction. Only Utopian sponsors. Moderators get nada at the moment.
👍  
properties (23)
authorjefpatat
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t185904819z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-10-31 18:59:03
last_update2017-10-31 18:59:03
depth1
children1
last_payout2017-11-07 18:59:03
cashout_time1969-12-31 23:59:59
total_payout_value0.114 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation26,609,526,234,408
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,100,440
net_rshares58,487,039,288
author_curate_reward""
vote details (1)
@yabapmatt ·
$1.28
Oh that's a bummer! The moderators are extremely important with everyone coming out of the woodwork to get that big bot vote. Maybe one 100% bot vote / week could be reserved for each of the moderators or something :-)
👍  
properties (23)
authoryabapmatt
permlinkre-jefpatat-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t190714942z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-10-31 19:07:15
last_update2017-10-31 19:07:15
depth2
children0
last_payout2017-11-07 19:07:15
cashout_time1969-12-31 23:59:59
total_payout_value0.959 HBD
curator_payout_value0.320 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length218
author_reputation160,234,431,724,160
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,100,976
net_rshares618,961,460,735
author_curate_reward""
vote details (1)
@lucyq21 ·
Thanks something to learn everyday here!
properties (22)
authorlucyq21
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171104t035827348z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-04 03:58:24
last_update2017-11-04 03:58:24
depth1
children0
last_payout2017-11-11 03:58: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_length40
author_reputation25,813,861,166
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,403,571
net_rshares0
@mdrokib ·
nice i want to join your group
👍  
properties (23)
authormdrokib
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171104t115952292z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-04 11:59:54
last_update2017-11-04 11:59:54
depth1
children0
last_payout2017-11-11 11:59:54
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_length30
author_reputation1,735,079,911
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,429,127
net_rshares290,141,561
author_curate_reward""
vote details (1)
@minnowbooster ·
@minnowbooster upvoted this post!
![Calling @originalworks :)](http://minnowshares.net/upgoat/?user=yabapmatt&receiver=yabapmatt&sender=minnowbooster&value=7.93&hash=492)
*<sub>img credz: pixabay.com</sub>*
*Nice, you got a 4.0% @minnowbooster upgoat, thanks to @yabapmatt*
*Want a boost? [Minnowbooster's](https://steemit.com/minnowbooster/@minnowbooster/6rt2mn-introducing-minnowbooster-beta) got your back!*
    
👍  
properties (23)
authorminnowbooster
permlinkcomment-1509470856562
categorysteem
json_metadata{"app":"⇐stoned⇔pastries⇒/¹.².³","format":"markdown","tags":["minnowbooster"]}
created2017-10-31 17:27:36
last_update2017-10-31 17:27:36
depth1
children1
last_payout2017-11-07 17:27:36
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_length382
author_reputation230,546,282,483,083
root_title"Three Things in Steem You Might Not Know About"
beneficiaries
0.
accountupgoat
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,093,339
net_rshares9,424,359,434
author_curate_reward""
vote details (1)
@originalworks ·
originalworks
The @OriginalWorks bot has determined this post by @yabapmatt to be original material and upvoted(2%) it! 
<center>![ezgif.com-resize.gif](https://steemitimages.com/DQmaBi37A5oTnQ9NBLH8YU4jpvhhmFauyvgg3YRrEJwskM9/ezgif.com-resize.gif)</center> 

To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message!
properties (22)
authororiginalworks
permlinkre-comment-1509470856562-20171031t172928
categorysteem
json_metadata"{"app": "pysteem/0.5.4"}"
created2017-10-31 17:29:30
last_update2017-10-31 17:29:30
depth2
children0
last_payout2017-11-07 17:29:30
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_reputation79,292,026,602,057
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,093,496
net_rshares0
@myeasin ·
that is good idea and good info i like it
properties (22)
authormyeasin
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171101t013445980z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-01 01:34:54
last_update2017-11-01 01:34:54
depth1
children0
last_payout2017-11-08 01:34:54
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_length41
author_reputation4,211,257,657,410
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,123,795
net_rshares0
@orelmely ·
thanksss .. happy to find you :)
regards
properties (22)
authororelmely
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171104t103842243z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-04 10:39:12
last_update2017-11-04 10:39:12
depth1
children0
last_payout2017-11-11 10:39:12
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_length40
author_reputation12,063,153,366,906
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,424,465
net_rshares0
@steemitqa ·
Hi @yabapmatt how does one get a bot listed on your SteemBot Tracker? Thanks
properties (22)
authorsteemitqa
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t045617342z
categorysteem
json_metadata{"tags":["steem"],"users":["yabapmatt"],"app":"steemit/0.1"}
created2017-11-02 04:56:15
last_update2017-11-02 04:56:15
depth1
children2
last_payout2017-11-09 04:56:15
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_length76
author_reputation22,135,803,163,402
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,229,281
net_rshares0
@yabapmatt ·
$1.28
Hi @steemitqa, you can send me a message in the comments here, or on steemit.chat, and I will add it. Thanks for reaching out.
👍  
properties (23)
authoryabapmatt
permlinkre-steemitqa-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t125316859z
categorysteem
json_metadata{"tags":["steem"],"users":["steemitqa"],"app":"steemit/0.1"}
created2017-11-02 12:53:18
last_update2017-11-02 12:53:18
depth2
children1
last_payout2017-11-09 12:53:18
cashout_time1969-12-31 23:59:59
total_payout_value0.958 HBD
curator_payout_value0.319 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length126
author_reputation160,234,431,724,160
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,258,643
net_rshares619,946,201,278
author_curate_reward""
vote details (1)
@steemitqa ·
Thank you well do!
properties (22)
authorsteemitqa
permlinkre-yabapmatt-re-steemitqa-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t131326297z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-02 13:13:27
last_update2017-11-02 13:13:27
depth3
children0
last_payout2017-11-09 13:13:27
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_length18
author_reputation22,135,803,163,402
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,260,168
net_rshares0
@uxair · (edited)
$2.54
@yabapmatt i always follow and appreciate your contribtuion for steem .
I mean who can forget the developer of [steem bot tracker](https://s3.amazonaws.com/yabapmatt/bottracker/bottracker.html)
I still don't know why your account Don't have thousands of followers.


Anywayz great informative post. 
Upvoted.
👍  , , ,
properties (23)
authoruxair
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t173840907z
categorysteem
json_metadata{"tags":["steem"],"users":["yabapmatt"],"links":["https://s3.amazonaws.com/yabapmatt/bottracker/bottracker.html"],"app":"steemit/0.1"}
created2017-10-31 17:38:42
last_update2017-10-31 17:45:33
depth1
children3
last_payout2017-11-07 17:38:42
cashout_time1969-12-31 23:59:59
total_payout_value1.955 HBD
curator_payout_value0.587 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length308
author_reputation19,433,991,326,014
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,094,237
net_rshares1,227,217,485,079
author_curate_reward""
vote details (4)
@bellyrub ·
<p>This wonderful comment has received a bellyrub 0.66 % upvote from @bellyrub.</p>
properties (22)
authorbellyrub
permlinkre-uxair-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t173840907z-20171103t100655711z
categorysteem
json_metadata{"tags":["three-things-in-steem-you-might-not-know-about"],"app":"drotto/0.0.2"}
created2017-11-03 10:07:15
last_update2017-11-03 10:07:15
depth2
children0
last_payout2017-11-10 10:07:15
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_reputation7,904,765,975,109
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,338,655
net_rshares0
@boomerang ·
This post has received a 0.7 % upvote from @boomerang thanks to: @uxair<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>.
properties (22)
authorboomerang
permlinkre-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t173840907z-20171101t061621
categorysteem
json_metadata"{"app": "pysteem/0.5.2"}"
created2017-11-01 06:16:24
last_update2017-11-01 06:16:24
depth2
children0
last_payout2017-11-08 06:16: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_length387
author_reputation1,273,205,827,891
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,140,103
net_rshares0
@dv8 ·
I second that!
properties (22)
authordv8
permlinkre-uxair-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t083337850z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-02 08:33:36
last_update2017-11-02 08:33:36
depth2
children0
last_payout2017-11-09 08:33:36
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_length14
author_reputation524,038,395,595
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,242,521
net_rshares0
@vikasjaat ·
$0.14
Amazing post mate. 


I knew 2 of the 3 things. But no knowledge of custom json in regard of steem. 

You have cleared most of the thing, and have showed me a path to use custom json in my application. 

Upvoted, resteemed your post. Thanks alot bro...
👍  
properties (23)
authorvikasjaat
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t014242775z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-02 01:42:48
last_update2017-11-02 01:42:48
depth1
children1
last_payout2017-11-09 01:42:48
cashout_time1969-12-31 23:59:59
total_payout_value0.130 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length252
author_reputation167,288,028,053
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,218,576
net_rshares67,754,009,331
author_curate_reward""
vote details (1)
@yabapmatt ·
$1.24
Thank you, glad it helped!
👍  ,
properties (23)
authoryabapmatt
permlinkre-vikasjaat-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t014925989z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2017-11-02 01:49:24
last_update2017-11-02 01:49:24
depth2
children0
last_payout2017-11-09 01:49:24
cashout_time1969-12-31 23:59:59
total_payout_value0.931 HBD
curator_payout_value0.309 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation160,234,431,724,160
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id19,218,967
net_rshares607,859,877,885
author_curate_reward""
vote details (2)
@yairdd ·
Can I please translate this post to Hebrew? It would help the Israeli community a lot! 

Thanks in advance
@yabapmatt
properties (22)
authoryairdd
permlinkre-yabapmatt-three-things-in-steem-you-might-not-know-about-20180225t180656018z
categorysteem
json_metadata{"tags":["steem"],"users":["yabapmatt"],"app":"steemit/0.1"}
created2018-02-25 18:03:18
last_update2018-02-25 18:03:18
depth1
children0
last_payout2018-03-04 18:03:18
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_length117
author_reputation52,819,919,588,424
root_title"Three Things in Steem You Might Not Know About"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,391,107
net_rshares0