<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>
author | yabapmatt |
---|---|
permlink | three-things-in-steem-you-might-not-know-about |
category | steem |
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"} |
created | 2017-10-31 17:12:12 |
last_update | 2017-10-31 17:12:12 |
depth | 0 |
children | 27 |
last_payout | 2017-11-07 17:12:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 19.359 HBD |
curator_payout_value | 3.275 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8,378 |
author_reputation | 160,234,431,724,160 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 19,091,758 |
net_rshares | 10,913,939,911,815 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nate-atkins | 0 | 1,491,734,466 | 4.44% | ||
cheftony | 0 | 3,571,116,748 | 1% | ||
thecleangame | 0 | 10,033,102,693 | 100% | ||
happyphoenix | 0 | 3,438,663,872 | 10% | ||
orelmely | 0 | 2,614,601,372 | 100% | ||
ripperone | 0 | 718,196,474,066 | 16% | ||
lexiconical | 0 | 16,252,596,168 | 1% | ||
jackmiller | 0 | 103,083,469,675 | 100% | ||
zacly | 0 | 355,687,662 | 100% | ||
ragepeanut | 0 | 23,206,548,794 | 100% | ||
samotonakatoshi | 0 | 3,809,533,261 | 100% | ||
bubke | 0 | 218,023,228,830 | 100% | ||
massive-pop | 0 | 373,383,552 | 10% | ||
minnowbooster | 0 | 3,663,460,308,898 | 4% | ||
steemshiro | 0 | 21,964,425,595 | 50% | ||
jejangkit | 0 | 483,009,317 | 100% | ||
bellyrub | 0 | 3,313,953,118,110 | 2.94% | ||
beet | 0 | 3,273,027,605 | 10% | ||
rmaxhuni | 0 | 1,809,465,902 | 100% | ||
kinaabderrahmane | 0 | 551,921,964 | 100% | ||
vikasjaat | 0 | 618,564,569 | 100% | ||
originalworks | 0 | 5,258,400,511 | 2% | ||
videobooster | 0 | 357,617,333 | 100% | ||
jefpatat | 0 | 10,893,087,788 | 100% | ||
poweredbyweb | 0 | 462,233,423 | 4.44% | ||
buildawhale | 0 | 1,398,775,687,100 | 3.19% | ||
subcosmos | 0 | 4,043,142,387 | 30% | ||
uxair | 0 | 3,903,020,939 | 100% | ||
yabapmatt | 0 | 575,578,861,367 | 100% | ||
r2steem2 | 0 | 1,155,281,820 | 100% | ||
dv8 | 0 | 2,514,231,081 | 100% | ||
steemypete | 0 | 52,555,322 | 4.44% | ||
randowhale0 | 0 | 728,368,573,346 | 4.66% | ||
lucyq21 | 0 | 617,220,000 | 100% | ||
codewithcheese | 0 | 16,279,232,496 | 100% | ||
only25shmeckles | 0 | 537,754,867 | 100% | ||
danrem | 0 | 664,547,363 | 100% | ||
dilruksha | 0 | 326,476,910 | 100% | ||
kslo | 0 | 2,142,305,839 | 100% | ||
drmake | 0 | 49,799,680,791 | 100% | ||
ebi16 | 0 | 953,696,750 | 100% | ||
mdrokib | 0 | 301,747,223 | 100% | ||
sujityadav | 0 | 203,098,575 | 100% | ||
yorkchinese | 0 | 187,475,465 | 100% | ||
cryptobills | 0 | 0 | 100% | ||
iontichy | 0 | 0 | 100% |
<p>This wonderful post has received a bellyrub 2.94 % upvote from @bellyrub.</p>
author | bellyrub |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171101t171308988z |
category | steem |
json_metadata | {"tags":["steem"],"app":"drotto/0.0.2"} |
created | 2017-11-01 17:13:21 |
last_update | 2017-11-01 17:13:21 |
depth | 1 |
children | 0 |
last_payout | 2017-11-08 17:13:21 |
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 | 81 |
author_reputation | 7,904,765,975,109 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,187,227 |
net_rshares | 0 |
<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>
author | buildawhale |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171101t173035072z |
category | steem |
json_metadata | {"tags":["steem"],"app":"drotto/0.0.2b"} |
created | 2017-11-01 17:30:45 |
last_update | 2017-11-01 17:30:45 |
depth | 1 |
children | 0 |
last_payout | 2017-11-08 17:30: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 | 498 |
author_reputation | 26,760,246,544,607,739 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,188,665 |
net_rshares | 0 |
A lot of useful information in here, thanks for the great post!
author | cryptobills |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171218t052011536z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-12-18 05:20:12 |
last_update | 2017-12-18 05:20:12 |
depth | 1 |
children | 0 |
last_payout | 2017-12-25 05:20: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 | 63 |
author_reputation | 503,753,154 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,973,331 |
net_rshares | 0 |
nice post, @yabapmatt like my post plisszzzzz
author | danrem | ||||||
---|---|---|---|---|---|---|---|
permlink | re-yabapmatt-2017111t01434161z | ||||||
category | steem | ||||||
json_metadata | {"tags":"steem","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-10-31 17:14:48 | ||||||
last_update | 2017-10-31 17:14:48 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-11-07 17:14: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 | 46 | ||||||
author_reputation | 174,605,173,269 | ||||||
root_title | "Three Things in Steem You Might Not Know About" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 19,092,045 | ||||||
net_rshares | 0 |
Great post @yabapmatt.thanks for sharing.
author | dilruksha |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t171520039z |
category | steem |
json_metadata | {"tags":["steem"],"users":["yabapmatt.thanks"],"app":"steemit/0.1"} |
created | 2017-10-31 17:15:27 |
last_update | 2017-10-31 17:15:27 |
depth | 1 |
children | 0 |
last_payout | 2017-11-07 17:15: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 | 41 |
author_reputation | 325,855,842,294 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,092,103 |
net_rshares | 0 |
Do you happen to know if json_metadata is in any form supported for votes also?
author | iontichy |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20180424t113515973z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-04-24 11:35:15 |
last_update | 2018-04-24 11:35:15 |
depth | 1 |
children | 1 |
last_payout | 2018-05-01 11: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 | 79 |
author_reputation | 23,678,623,729 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,851,624 |
net_rshares | 0 |
No, it is only available on the "comment" operation (which includes posts and comments) and on account objects.
author | yabapmatt |
---|---|
permlink | re-iontichy-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20180424t124445586z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2018-04-24 12:44:45 |
last_update | 2018-04-24 12:44:45 |
depth | 2 |
children | 0 |
last_payout | 2018-05-01 12:44: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 | 111 |
author_reputation | 160,234,431,724,160 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,862,252 |
net_rshares | 0 |
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?
author | isteemithard |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171101t155203056z |
category | steem |
json_metadata | {"tags":["steem"],"users":["yabapmatt"],"app":"steemit/0.1"} |
created | 2017-11-01 15:52:00 |
last_update | 2017-11-01 15:52:00 |
depth | 1 |
children | 1 |
last_payout | 2017-11-08 15:52:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.117 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 161 |
author_reputation | 7,898,170,987,249 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,180,746 |
net_rshares | 61,579,812,329 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 61,579,812,329 | 10% |
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
author | yabapmatt |
---|---|
permlink | re-isteemithard-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171101t160159559z |
category | steem |
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"} |
created | 2017-11-01 16:02:00 |
last_update | 2017-11-01 16:02:00 |
depth | 2 |
children | 0 |
last_payout | 2017-11-08 16:02:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.890 HBD |
curator_payout_value | 0.296 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 544 |
author_reputation | 160,234,431,724,160 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,181,599 |
net_rshares | 581,923,103,870 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 581,923,103,870 | 100% |
Just a small correction. Only Utopian sponsors. Moderators get nada at the moment.
author | jefpatat |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t185904819z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-31 18:59:03 |
last_update | 2017-10-31 18:59:03 |
depth | 1 |
children | 1 |
last_payout | 2017-11-07 18:59:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.114 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 26,609,526,234,408 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,100,440 |
net_rshares | 58,487,039,288 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 58,487,039,288 | 10% |
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 :-)
author | yabapmatt |
---|---|
permlink | re-jefpatat-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t190714942z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-10-31 19:07:15 |
last_update | 2017-10-31 19:07:15 |
depth | 2 |
children | 0 |
last_payout | 2017-11-07 19:07:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.959 HBD |
curator_payout_value | 0.320 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 218 |
author_reputation | 160,234,431,724,160 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,100,976 |
net_rshares | 618,961,460,735 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 618,961,460,735 | 100% |
Thanks something to learn everyday here!
author | lucyq21 |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171104t035827348z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-11-04 03:58:24 |
last_update | 2017-11-04 03:58:24 |
depth | 1 |
children | 0 |
last_payout | 2017-11-11 03:58: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 | 40 |
author_reputation | 25,813,861,166 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,403,571 |
net_rshares | 0 |
nice i want to join your group
author | mdrokib |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171104t115952292z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-11-04 11:59:54 |
last_update | 2017-11-04 11:59:54 |
depth | 1 |
children | 0 |
last_payout | 2017-11-11 11:59: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 | 30 |
author_reputation | 1,735,079,911 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,429,127 |
net_rshares | 290,141,561 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mdrokib | 0 | 290,141,561 | 100% |
 *<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!*
author | minnowbooster | ||||||
---|---|---|---|---|---|---|---|
permlink | comment-1509470856562 | ||||||
category | steem | ||||||
json_metadata | {"app":"⇐stoned⇔pastries⇒/¹.².³","format":"markdown","tags":["minnowbooster"]} | ||||||
created | 2017-10-31 17:27:36 | ||||||
last_update | 2017-10-31 17:27:36 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2017-11-07 17:27: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 | 382 | ||||||
author_reputation | 230,546,282,483,083 | ||||||
root_title | "Three Things in Steem You Might Not Know About" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 19,093,339 | ||||||
net_rshares | 9,424,359,434 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
simnrodrguez | 0 | 9,424,359,434 | 46% |
The @OriginalWorks bot has determined this post by @yabapmatt to be original material and upvoted(2%) it! <center></center> To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message!
author | originalworks |
---|---|
permlink | re-comment-1509470856562-20171031t172928 |
category | steem |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2017-10-31 17:29:30 |
last_update | 2017-10-31 17:29:30 |
depth | 2 |
children | 0 |
last_payout | 2017-11-07 17:29: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 | 349 |
author_reputation | 79,292,026,602,057 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,093,496 |
net_rshares | 0 |
that is good idea and good info i like it
author | myeasin |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171101t013445980z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-11-01 01:34:54 |
last_update | 2017-11-01 01:34:54 |
depth | 1 |
children | 0 |
last_payout | 2017-11-08 01:34: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 | 41 |
author_reputation | 4,211,257,657,410 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,123,795 |
net_rshares | 0 |
thanksss .. happy to find you :) regards
author | orelmely |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171104t103842243z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-11-04 10:39:12 |
last_update | 2017-11-04 10:39:12 |
depth | 1 |
children | 0 |
last_payout | 2017-11-11 10:39: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 | 40 |
author_reputation | 12,063,153,366,906 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,424,465 |
net_rshares | 0 |
Hi @yabapmatt how does one get a bot listed on your SteemBot Tracker? Thanks
author | steemitqa |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t045617342z |
category | steem |
json_metadata | {"tags":["steem"],"users":["yabapmatt"],"app":"steemit/0.1"} |
created | 2017-11-02 04:56:15 |
last_update | 2017-11-02 04:56:15 |
depth | 1 |
children | 2 |
last_payout | 2017-11-09 04:56: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 | 76 |
author_reputation | 22,135,803,163,402 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,229,281 |
net_rshares | 0 |
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.
author | yabapmatt |
---|---|
permlink | re-steemitqa-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t125316859z |
category | steem |
json_metadata | {"tags":["steem"],"users":["steemitqa"],"app":"steemit/0.1"} |
created | 2017-11-02 12:53:18 |
last_update | 2017-11-02 12:53:18 |
depth | 2 |
children | 1 |
last_payout | 2017-11-09 12:53:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.958 HBD |
curator_payout_value | 0.319 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 160,234,431,724,160 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,258,643 |
net_rshares | 619,946,201,278 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 619,946,201,278 | 100% |
Thank you well do!
author | steemitqa |
---|---|
permlink | re-yabapmatt-re-steemitqa-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t131326297z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-11-02 13:13:27 |
last_update | 2017-11-02 13:13:27 |
depth | 3 |
children | 0 |
last_payout | 2017-11-09 13:13: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 | 18 |
author_reputation | 22,135,803,163,402 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,260,168 |
net_rshares | 0 |
@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.
author | uxair |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t173840907z |
category | steem |
json_metadata | {"tags":["steem"],"users":["yabapmatt"],"links":["https://s3.amazonaws.com/yabapmatt/bottracker/bottracker.html"],"app":"steemit/0.1"} |
created | 2017-10-31 17:38:42 |
last_update | 2017-10-31 17:45:33 |
depth | 1 |
children | 3 |
last_payout | 2017-11-07 17:38:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.955 HBD |
curator_payout_value | 0.587 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 308 |
author_reputation | 19,433,991,326,014 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,094,237 |
net_rshares | 1,227,217,485,079 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bellyrub | 0 | 1,104,740,650,481 | 0.66% | ||
boomerang | 0 | 59,990,499,212 | 0.7% | ||
uxair | 0 | 4,005,060,702 | 100% | ||
yabapmatt | 0 | 58,481,274,684 | 10% |
<p>This wonderful comment has received a bellyrub 0.66 % upvote from @bellyrub.</p>
author | bellyrub |
---|---|
permlink | re-uxair-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t173840907z-20171103t100655711z |
category | steem |
json_metadata | {"tags":["three-things-in-steem-you-might-not-know-about"],"app":"drotto/0.0.2"} |
created | 2017-11-03 10:07:15 |
last_update | 2017-11-03 10:07:15 |
depth | 2 |
children | 0 |
last_payout | 2017-11-10 10:07: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 | 84 |
author_reputation | 7,904,765,975,109 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,338,655 |
net_rshares | 0 |
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>.
author | boomerang |
---|---|
permlink | re-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171031t173840907z-20171101t061621 |
category | steem |
json_metadata | "{"app": "pysteem/0.5.2"}" |
created | 2017-11-01 06:16:24 |
last_update | 2017-11-01 06:16:24 |
depth | 2 |
children | 0 |
last_payout | 2017-11-08 06:16: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 | 387 |
author_reputation | 1,273,205,827,891 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,140,103 |
net_rshares | 0 |
I second that!
author | dv8 |
---|---|
permlink | re-uxair-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t083337850z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-11-02 08:33:36 |
last_update | 2017-11-02 08:33:36 |
depth | 2 |
children | 0 |
last_payout | 2017-11-09 08:33: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 | 14 |
author_reputation | 524,038,395,595 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,242,521 |
net_rshares | 0 |
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...
author | vikasjaat |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t014242775z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-11-02 01:42:48 |
last_update | 2017-11-02 01:42:48 |
depth | 1 |
children | 1 |
last_payout | 2017-11-09 01:42:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.130 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 252 |
author_reputation | 167,288,028,053 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,218,576 |
net_rshares | 67,754,009,331 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yabapmatt | 0 | 67,754,009,331 | 11% |
author | yabapmatt |
---|---|
permlink | re-vikasjaat-re-yabapmatt-three-things-in-steem-you-might-not-know-about-20171102t014925989z |
category | steem |
json_metadata | {"tags":["steem"],"app":"steemit/0.1"} |
created | 2017-11-02 01:49:24 |
last_update | 2017-11-02 01:49:24 |
depth | 2 |
children | 0 |
last_payout | 2017-11-09 01:49:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.931 HBD |
curator_payout_value | 0.309 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 160,234,431,724,160 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 19,218,967 |
net_rshares | 607,859,877,885 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vikasjaat | 0 | 644,034,875 | 100% | ||
yabapmatt | 0 | 607,215,843,010 | 100% |
Can I please translate this post to Hebrew? It would help the Israeli community a lot! Thanks in advance @yabapmatt
author | yairdd |
---|---|
permlink | re-yabapmatt-three-things-in-steem-you-might-not-know-about-20180225t180656018z |
category | steem |
json_metadata | {"tags":["steem"],"users":["yabapmatt"],"app":"steemit/0.1"} |
created | 2018-02-25 18:03:18 |
last_update | 2018-02-25 18:03:18 |
depth | 1 |
children | 0 |
last_payout | 2018-03-04 18:03: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 | 117 |
author_reputation | 52,819,919,588,424 |
root_title | "Three Things in Steem You Might Not Know About" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 40,391,107 |
net_rshares | 0 |