create account

Updates to anyx.io Infrastructure (Including Hivemind Support) by anyx

View this thread on: hive.blogpeakd.comecency.com
· @anyx · (edited)
$71.31
Updates to anyx.io Infrastructure (Including Hivemind Support)
<center>[![server-2160321_1920.jpg](https://cdn.steemitimages.com/DQmSGZrvLgKpQru9VHy8GcZgoQPpTyS5ft9WHyzmf55DQ6f/server-2160321_1920.jpg)](https://pixabay.com/en/server-space-the-server-room-dark-2160321/)</center>

[A few months ago, I announced anyx.io, a high performance Full-Node API.](https://steemit.com/steem/@anyx/announcing-https-anyx-io-a-public-high-performance-full-api) The goal of this infrastructure project is to create a high throughput, high availability alternative to Steemit Inc's own API offering (api.steemit.com). Furthermore, the idea is to promote and increase the decentralization of Steem: if everyone uses Steemits' severs, we lose the ability to publicly audit the information they provide us, and moreover, succumb to to any censorship they might enact.

In this post, I wanted to outline a few of the things I've been working on since the announcement. To summarize, here's whats new:

1. Hivemind full-node queries are now available at https://hive.anyx.io.
2. Legacy API Support Continues at https://anyx.io.
3. HTTP (non-ssl, port 80) support now offered.
4. Improvements to custom middleware solution (Jussi replacement).
5. Bugfixes (e.g. large payload issues).


# 1. Hivemind Support Now Offered

[Steemit recently announced the use of Hivemind in production.](https://steemit.com/hivemind/@steemitblog/hivemind-is-live) What this means for application developers is that many API offerings have changed, and going forward, certain API's traditionally offered have become deprecated. In this sense, api.steemit.com no longer provides a "full node" as we are used to, but has moved to a different standard.

In the goal of increasing decentralization of API services, I have added a new stack to my infrastructure that includes a full hivemind node, accessible at hive.anyx.io. This offers a public alternative to the same semantics that api.steemit.com offers. 

How this was done specifically will be explained in part 4, but one important note that needs to be made about hive is that it *requires a steemd node to link into* in order to build its state. I've noticed that some people offer hivemind nodes but are not clear about what steemd node provides the back end, and indeed, if one uses api.steemit.com to fill the information in the hive node, it's not really auditing the information. In my case, the steemd node it retrieves its information from is part of the anyx.io stack.

# 2. Legacy API Support Continues

Since Steemit dropped support for previous "full node" semantics quite quickly, many developers were caught unprepared and have not updated their applications yet. To support these developers, anyx.io will continue to support the legacy "full node" API for as long as it's economical to do so. (Please consider voting for me as a witness!)

In addition to the "full node" semantics, websocket support continues for legacy applications such as [the desktop wallet Vessel](https://github.com/aaroncox/vessel).

Adding hive.anyx.io is intended to aid developers using my infrastructure to try out their applications with the new API semantics without having to rely on api.steemit.com. Eventually legacy support will likely end, and so developers relying on legacy support should try out their applications sooner rather than later!

# 3. HTTP Support Added

Previously, anyx.io was only reachable via SSL (https, port 443). The reason for this was due to a limitation of Jussi, Steemit's provided middleware. As I have dropped this and replaced it with my own middleware (see part 4), I now have also opened regular http (port 80) support.

For most users, you should continue to use https. Honestly, if you don't know why you would want to use http instead, you should certainly continue to use https. Only those who know and understand the trade-offs and ramifications of http-only should consider it.

That being said, for anyone testing latency as opposed to throughput as a performance metric (looking at you @holger80), testing http://anyx.io is preferable, as it is slightly more optimized for latency. https://anyx.io continues to be optimized for throughput.

For those that don't understand the difference: Latency is a metric of how quickly you can retrieve a response back after you request it. Throughput is how many total requests can be served. As an example, if 100 clients can retrieve data every 1 second, the throughput is 100 r/s with a latency of 1s. However, if 500 clients can retrieve data once every 2 seconds, the throughput is 250 r/s with a latency of 2s. At a high level, the entirety of the anyx.io stack is optimized for *throughput*, as the intent is to offer a public node that gives fairness to many, many concurrent clients.


# 4. Custom Router Development

As mentioned previously, I have replaced Jussi (Steemit's middleware solution) with my own custom solution. There were several reasons for avoiding Jussi, primarily:
- Lack of support for port management
- Poor performance in throughput
- Caching often too overzealous
- Does not support unix sockets

For the replacement, I built a custom solution in Golang that connects to steemd via unix sockets ([this is I feature I added to Steem itself, here](https://github.com/steemit/steem/pull/3205), for much better local performance and to avoid the tcp/ip stack where possible) and offers better performance in general due to being a compiled, static language rather than a dynamic one (how python operates). As an outcome, I've noticed a drastic decrease in timeouts compared to jussi, as all requests are served concurrently with excellent throughput.

For caching, my solution is less zealous and will attempt to retrieve new information as soon as possible. In general, this will mean more up-to-date results compared to solutions with heavy caching.

Finally, hivemind support was added to the stack. If your request is made to hive.anyx.io instead of anyx.io, the hivemind API calls [(which can be found here)](https://github.com/steemit/hivemind) are intercepted by this middleware and sent to the hivemind stack, but any other calls will continue to the anyx.io stack as usual.

Notably, with this new middleware has come a few issues -- as semantics do not perfectly match those of Jussi (which many other API's offer). As such, this is a work-in-progress, so if you notice any discrepancies between my API node and any others, please feel free to let me know.

# 5. Bugfixes and Performance Improvements

A side note that's important to mention is that tweaks and improvements are ongoing! Certain issues like caching returning out-of-date results have been resolved (opting to be more sensitive to time), and some nginx edge-cases like payload size causing interference have been fixed (see [this hivemind issue](https://github.com/steemit/hivemind/issues/181)). I also recently added support for batched requests (of limited size) since certain application developers require it.

If you run into any issues, please feel free to poke me so that I can resolve them! The goal is to provide a feature-complete API alternative to remove dependency and reliance on Steemit Inc., and so any improvements I can make will help me reach that goal.


---
---

**Like what I'm doing for Steem? You can read more about my witness candidacy here:**
https://steemit.com/witness/@anyx/updated-witness-application

**Then please consider voting for me as a witness here!**
https://steemit.com/~witnesses
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 153 others
👎  ,
properties (23)
authoranyx
permlinkupdates-to-anyx-io-infrastructure-including-hivemind-support
categorysteem
json_metadata{"tags":["steem","api","witness-category","witness-update","hivemind"],"users":["holger80"],"image":["https://cdn.steemitimages.com/DQmSGZrvLgKpQru9VHy8GcZgoQPpTyS5ft9WHyzmf55DQ6f/server-2160321_1920.jpg"],"links":["https://pixabay.com/en/server-space-the-server-room-dark-2160321/","https://steemit.com/steem/@anyx/announcing-https-anyx-io-a-public-high-performance-full-api","https://hive.anyx.io","https://anyx.io","https://steemit.com/hivemind/@steemitblog/hivemind-is-live","https://github.com/aaroncox/vessel","http://anyx.io","https://github.com/steemit/steem/pull/3205","https://github.com/steemit/hivemind","https://github.com/steemit/hivemind/issues/181","https://steemit.com/witness/@anyx/updated-witness-application","https://steemit.com/~witnesses"],"app":"steemit/0.1","format":"markdown"}
created2019-02-08 23:10:45
last_update2019-02-08 23:42:06
depth0
children36
last_payout2019-02-15 23:10:45
cashout_time1969-12-31 23:59:59
total_payout_value53.892 HBD
curator_payout_value17.413 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,454
author_reputation98,676,136,100,181
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,593,779
net_rshares153,323,628,483,511
author_curate_reward""
vote details (219)
@apshamilton ·
$0.23
Great work! Jussi was a weak point so its great that you've designed a replacement. Looking forward to it being open source.
👍  , , ,
properties (23)
authorapshamilton
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190212t135103425z
categorysteem
json_metadata{"tags":["steem"],"community":"steempeak","app":"steempeak/1.7.2b"}
created2019-02-12 13:51:03
last_update2019-02-12 13:51:03
depth1
children0
last_payout2019-02-19 13:51:03
cashout_time1969-12-31 23:59:59
total_payout_value0.174 HBD
curator_payout_value0.054 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length124
author_reputation212,442,236,070,075
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,768,628
net_rshares457,976,669,219
author_curate_reward""
vote details (4)
@arafathsunny ·
Throughput is how many total requests can be served.
properties (22)
authorarafathsunny
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190209t033539029z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-02-09 03:35:51
last_update2019-02-09 03:35:51
depth1
children1
last_payout2019-02-16 03:35:51
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_length52
author_reputation151,575,137,432
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,601,529
net_rshares0
@anyx ·
'Total' is volume. Throughput is volume per unit of time.
properties (22)
authoranyx
permlinkre-arafathsunny-re-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190209t191320619z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-02-09 19:13:21
last_update2019-02-09 19:13:21
depth2
children0
last_payout2019-02-16 19: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_length57
author_reputation98,676,136,100,181
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,632,339
net_rshares0
@arcange ·
Congratulations @anyx!
Your post was mentioned in the [Steem Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20190208) in the following category:

* Pending payout - Ranked 7 with $ 69,66
properties (22)
authorarcange
permlinkre-updates-to-anyx-io-infrastructure-including-hivemind-support-20190208t164600000z
categorysteem
json_metadata""
created2019-02-09 15:46:15
last_update2019-02-09 15:46:15
depth1
children0
last_payout2019-02-16 15:46: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_length209
author_reputation1,146,633,784,083,859
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,625,121
net_rshares0
@asket13 ·
Эй чёрт ебаный, ты ещё не здох? Твой пидорас гепард перешёл мне дорогу. Я Русскоя мафия, я найду тебя и отрежу тебе голову, если ты всё не исправишь гандон.
👎  
properties (23)
authorasket13
permlinkprz1zl
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-05-23 19:26:15
last_update2019-05-23 19:26:15
depth1
children0
last_payout2019-05-30 19:26: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_length156
author_reputation-988,818,064,646
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id85,377,299
net_rshares-21,363,697
author_curate_reward""
vote details (1)
@dandays ·
Cheetah-appeals

Good morning, Anyx. I got your info from Logic, I tried messaging you in discord but I’m not computer savvy enough I guess, it said we didn’t share the same server?? Whatever that means. 🤔

Hey man, I’m here because cheetah hits our @foodfightfriday blog, a weekly cooking initiative, every.single.friday. I was told because our opening is the same on the page every week.

Will you please take a look at our initiative and call off cheetah? I appreciate what cheetah does, trust me! In this case, however, it’s negative energy that isn’t necessary, there’s no plagiarism going on, we’re simply using our own personal format. From there, we’re featuring multiple chefs every week, I’m the one responsible for putting our contender posts together, I have between an hour and two hours vested into each post, every week, and each week we’re interrupted by cheetah.

Thank you!
properties (22)
authordandays
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190326t114309077z
categorysteem
json_metadata{"tags":["steem"],"users":["foodfightfriday"],"app":"steemit/0.1"}
created2019-03-26 11:43:09
last_update2019-03-26 11:43:09
depth1
children2
last_payout2019-04-02 11:43:09
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_length891
author_reputation253,596,081,930,457
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,980,456
net_rshares0
@dandays ·
$0.12
@anyx. @foodfightfriday, we’ve even began switching up our opening paragraph and, every week, the images are different chefs cover images, a new picture each week. What else do we have to do to get off @cheetah’s list.

Thank you, on behalf of @foodfightfriday.
👍  
properties (23)
authordandays
permlinkre-dandays-re-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190408t001754250z
categorysteem
json_metadata{"tags":["steem"],"users":["anyx","foodfightfriday","cheetah"],"app":"steemit/0.1"}
created2019-04-08 00:17:54
last_update2019-04-08 00:17:54
depth2
children1
last_payout2019-04-15 00:17:54
cashout_time1969-12-31 23:59:59
total_payout_value0.088 HBD
curator_payout_value0.029 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length261
author_reputation253,596,081,930,457
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id82,663,678
net_rshares189,260,874,747
author_curate_reward""
vote details (1)
@foodfightfriday ·
I’m @foodfightfriday and I approve this message!
properties (22)
authorfoodfightfriday
permlinkre-dandays-re-dandays-re-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190408t001939847z
categorysteem
json_metadata{"tags":["steem"],"users":["foodfightfriday"],"app":"steemit/0.1"}
created2019-04-08 00:19:39
last_update2019-04-08 00:19:39
depth3
children0
last_payout2019-04-15 00:19:39
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_length48
author_reputation22,973,214,033,581
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id82,663,751
net_rshares0
@gtg ·
$0.09
Awesome, I'll try to catch up just after going back from my trip.
👍  
properties (23)
authorgtg
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190209t032659428z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-02-09 03:26:54
last_update2019-02-09 03:26:54
depth1
children0
last_payout2019-02-16 03:26:54
cashout_time1969-12-31 23:59:59
total_payout_value0.071 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation461,833,023,867,897
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,601,264
net_rshares203,518,952,220
author_curate_reward""
vote details (1)
@indextrader24 ·
Cheetah-Appeals

Hi,

your Cheetah Bot has blackliste my own content and is flagging me since february.

I am only copying my own disclaimer at the end of each post and content of my own website.

It is a bad idea to flag and blacklist users own content each time.

So it would be a good thing to remove me from the blacklist of this stupid bot who is blacklisting me, because I publish my own content of my website, even of the past years.

Best regards and thanks in advance.

IT24
👎  
properties (23)
authorindextrader24
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190218t195521429z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-02-18 19:55:18
last_update2019-02-18 19:55:18
depth1
children0
last_payout2019-02-25 19:55: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_length483
author_reputation464,445,293,253,484
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,061,604
net_rshares-15,247,529
author_curate_reward""
vote details (1)
@kamelotan ·
Hello!
As far as the golos.io community is aware, you delegated your golos power to olegst for support the @kulturagolosa project.
And everything would be fine, but the problem is that the one to whom golospower, was delegated obviously abuses it and behaves like a victim of the “watchman’s syndrome” - (this is when a useless, but malicious and envious person accidentally get some power and he begins to use this power in order to revenge and settle accounts with old foes). 
If you follow the activity, and in particular, olegst, you can clearly see that all of its flags are not a reduction of really junk content but the desire to harm those people who he does not like personally.. For example, the conflict with @cognition community and @lindsay:

https://golos.io/ru--megagalxyan/@cognition/analitika-21-02-2019-vecher

https://golos.io/ru--megagalxyan/@lindsay/zlaya-nastya-znakomimsya-zanovo-ili-kak-nachinalas-istoriya-o-dvukh-kapitanakh

In response to any attempt to object, in response to any request to substantiate the correctness of the punishment, Oleg responds in this way: he sets flags to all posts of this author. Rather, on all posts that are waiting for payments to show: "I have great strength, I will do whatever I want and no one will bother me"

Most of the community do not think that this posts deserves whale flags (its flag was the first, then with the support came his friends whom he called and only then the clash began in comments), and this is not the first time. This man asserts himself in such a petty way. - having gotten a whale power in his hands, he bullied a girl for the fact that once she once quite rightly told him everything she thinks of him. And provokes on purpose, knowing how emotional she is and how acutely it reacts to whale flags, which cutting off substantial amounts from the post and lowering the reputation. As a result, the situation turns out that a person is clearly wrong, but even to argue with him is impossible because his only argument is the whale flag.

This conflict is already beginning to develop into completely unacceptable forms, a critical mass of dissatisfied people is recruited, on the sidelines of the chats there is already talk of deanonymization and “courtesy visit” to Oleg in real life. 
Also not very kind words are said about you,  because you provided so much authority power to a person with such dubious moral and human qualities.

On the one hand, I am a friend of Nastya, on the other hand, I love your @cheetah very much and respect you very much for the work you do.
Knowing that you are an authority on both sides of the conflict, I beg you to play the role of the mediator until the conflict has gone too far and something bad has happened. And if you can not or do not want, then I ask you to at least think about whether your golos power is used as you would like it to be used?

Regards, @kamelotan
properties (22)
authorkamelotan
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190428t120550693z
categorysteem
json_metadata{"tags":["steem"],"users":["kulturagolosa","cognition","lindsay","cheetah","kamelotan"],"links":["https://golos.io/ru--megagalxyan/@cognition/analitika-21-02-2019-vecher","https://golos.io/ru--megagalxyan/@lindsay/zlaya-nastya-znakomimsya-zanovo-ili-kak-nachinalas-istoriya-o-dvukh-kapitanakh"],"app":"steemit/0.1"}
created2019-04-28 12:05:57
last_update2019-04-28 12:05:57
depth1
children0
last_payout2019-05-05 12:05:57
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_length2,902
author_reputation149,512,608,024
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id83,886,993
net_rshares0
@krnel ·
$0.09
Good job. Hivemind seems good, but how does one use it? How are requests made, what are the methods/functions and their parameters to retrieve data? Can you help developers find information in this regard? The github for Hivemind doesn't even demonstrate how this can be used by an app/site, for instance. Thanks!
👍  
properties (23)
authorkrnel
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190209t022808131z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-02-09 02:28:06
last_update2019-02-09 02:28:06
depth1
children2
last_payout2019-02-16 02:28:06
cashout_time1969-12-31 23:59:59
total_payout_value0.071 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length313
author_reputation1,343,547,270,297,082
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,599,610
net_rshares204,329,202,368
author_curate_reward""
vote details (1)
@anyx ·
Indeed, the sparsity of "how to use it" is one of the reasons many developers were left out when steemit quickly jumped over. 
Basically, it has taken many of the API calls, such as those from here:
https://developers.steem.io/apidefinitions/#apidefinitions-follow-api
And replaced the way they are responded to with a different program, in an attempt to save costs. 
The GitHub shows which calls were replaced. 

Otherwise, it should be the same semantics for using an API node -- it's the back end that a front end like an app talks to.
properties (22)
authoranyx
permlinkre-krnel-re-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190209t191109500z
categorysteem
json_metadata{"tags":["steem"],"links":["https://developers.steem.io/apidefinitions/#apidefinitions-follow-api"],"app":"steemit/0.1"}
created2019-02-09 19:11:12
last_update2019-02-09 19:11:12
depth2
children1
last_payout2019-02-16 19:11: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_length538
author_reputation98,676,136,100,181
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,632,279
net_rshares0
@asket13 ·
Ты пидор гнойный, я убью тебя и всю твою семью.
👎  
properties (23)
authorasket13
permlinkprz21v
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-05-23 19:27:36
last_update2019-05-23 19:27:36
depth3
children0
last_payout2019-05-30 19: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_length47
author_reputation-988,818,064,646
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id85,377,345
net_rshares-21,363,697
author_curate_reward""
vote details (1)
@naeem61 ·
Your post has been good. I love it. This type of post further did.I would like to see more about this.
properties (22)
authornaeem61
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190209t142002085z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-02-09 14:20:09
last_update2019-02-09 14:20:09
depth1
children2
last_payout2019-02-16 14:20:09
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_length102
author_reputation-96,578,456,034
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,620,823
net_rshares0
@asket13 ·
Ты любишь сосать член?
👎  
properties (23)
authorasket13
permlinkprz231
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-05-23 19:28:18
last_update2019-05-23 19:28:18
depth2
children0
last_payout2019-05-30 19:28: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_length22
author_reputation-988,818,064,646
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id85,377,367
net_rshares-21,363,697
author_curate_reward""
vote details (1)
@steem-bet ·
&#127873; Dear @naeem61,<br /><p>SteemBet Seed round SPT sale is about to <strong><a href="https://steem-bet.com/">start in 2 days!</a></strong></p><p>When our started the development of SteemBet Dice game, we couldn’t imagine that our game would go so viral and that SteemBet would become one of the pioneers in this field. </p><p>In order to give back to our beloved community, we’ll distribute <a href="https://steem-bet.com/"><strong>4000 STEEM</strong> to SPT holders immediately</a> after Seed sale. Plus, investors in this earliest round will be given <a href="https://steem-bet.com/"><strong>60% more tokens</strong></a> as reward and overall <a href="https://steem-bet.com/">Return on Investment is estimated at 300%!</a></p><p>Join the whitelist on <strong><a href="https://steem-bet.com/">SteemBet webiste</a></strong> now and start investing! Feel free to ask us anything on <a href="https://discord.gg/tNWJEAD"><strong>Discord https://discord.gg/tNWJEAD</strong></a></p>![spt-sale-2-day.jpg](https://res.cloudinary.com/forgelab-io/image/upload/c_scale,w_400/v1555744963/steembet/spt-sale-2-day.jpg)
👎  
properties (23)
authorsteem-bet
permlinkre-naeem61-re-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190420t221727652z
categorysteem
json_metadata{}
created2019-04-20 22:17:30
last_update2019-04-20 22:17:30
depth2
children0
last_payout2019-04-27 22:17: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_length1,111
author_reputation18,461,529,615,904
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id83,466,101
net_rshares-13,966,423,840
author_curate_reward""
vote details (1)
@ond ·
I have a question for @anyx. Is there any danger that my posts will get flag/vote/comment from @cheetah or @steemcleaners if I use @dlike or @share2steem?

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
authorond
permlinkond-re-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190210t173602819z
categorysteem
json_metadata"{\"app\":\"partiko\",\"client\":\"android\"}"
created2019-02-10 17:36:03
last_update2019-02-10 17:36:03
depth1
children2
last_payout2019-02-17 17:36:03
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_length224
author_reputation2,599,620,590,431
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,672,701
net_rshares0
@anyx ·
Cheetah might pop up if you copy and paste a lot of text, that's what she does -- finds copy and paste. She doesn't flag though, just comments.

Steemcleaners would only come after you if you're performing some kind of fraud like identity theft or stealing other peoples content.

Regardless of which platform you use, the above apply.
properties (22)
authoranyx
permlinkre-ond-ond-re-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190210t230422476z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-02-10 23:04:21
last_update2019-02-10 23:04:21
depth2
children1
last_payout2019-02-17 23:04: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_length335
author_reputation98,676,136,100,181
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,684,899
net_rshares0
@asket13 ·
Я убью тебя конченый пендос, перережу тебе глотку.
👎  
properties (23)
authorasket13
permlinkprz24w
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-05-23 19:29:24
last_update2019-05-23 19:29:24
depth3
children0
last_payout2019-05-30 19:29: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_length50
author_reputation-988,818,064,646
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id85,377,394
net_rshares-21,363,697
author_curate_reward""
vote details (1)
@pennsif ·
This post has been included in the latest edition of  [**SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem8february2019-3kapdz8agz) - a digest of all you need to know about the State of Steem.
properties (22)
authorpennsif
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190210t004231876z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem8february2019-3kapdz8agz"],"app":"steemit/0.1"}
created2019-02-10 00:42:33
last_update2019-02-10 00:42:33
depth1
children0
last_payout2019-02-17 00:42:33
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_length232
author_reputation636,410,097,572,565
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,641,884
net_rshares0
@psos ·
### Congratulations @anyx you won the 11th place on Who makes the difference on Steem Poll!
https://steemit.com/dpoll/@psos/and-the-winner-is-s9nlytcf
![1551198560201.jpg](https://cdn.steemitimages.com/275x200/https://cdn.steemitimages.com/DQma2n3y9woDn3Yk1jiyHakYp7638rAvDSj51nsu5dfFXmT/1551198560201.jpg)

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
authorpsos
permlinkpsos-re-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190226t204623292z
categorysteem
json_metadata{"app":"partiko","client":"android"}
created2019-02-26 20:46:24
last_update2019-02-26 20:46:24
depth1
children0
last_payout2019-03-05 20:46: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_length376
author_reputation39,092,181,285,787
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,458,329
net_rshares0
@reggaemuffin ·
$0.39
Nice work! Do you plan to release your router as open source so others can use and improve upon it?
👍  , , , , , , , ,
properties (23)
authorreggaemuffin
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190209t121305307z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-02-09 12:13:03
last_update2019-02-09 12:13:03
depth1
children2
last_payout2019-02-16 12:13:03
cashout_time1969-12-31 23:59:59
total_payout_value0.299 HBD
curator_payout_value0.095 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation37,964,839,695,531
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,615,914
net_rshares846,441,315,373
author_curate_reward""
vote details (9)
@anyx ·
$0.19
Yep, definitely. It's not actually that complex, but it was basically designed directly for my stack... so I'll clean it up a little first then throw it on GitHub sometime soon.
👍  
properties (23)
authoranyx
permlinkre-reggaemuffin-re-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190209t190317435z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-02-09 19:03:18
last_update2019-02-09 19:03:18
depth2
children0
last_payout2019-02-16 19:03:18
cashout_time1969-12-31 23:59:59
total_payout_value0.146 HBD
curator_payout_value0.048 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length177
author_reputation98,676,136,100,181
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,632,043
net_rshares416,468,395,002
author_curate_reward""
vote details (1)
@asket13 ·
Хули ты жопу лижишь членосос.
👎  
properties (23)
authorasket13
permlinkprz20k
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-05-23 19:26:48
last_update2019-05-23 19:26:48
depth2
children0
last_payout2019-05-30 19:26: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_length29
author_reputation-988,818,064,646
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id85,377,314
net_rshares-21,363,697
author_curate_reward""
vote details (1)
@roelandp · (edited)
$0.09
Great work!
Just tested ur node in SteemWallet, works flawless. (as expected :D) - nice that you redirect any non hivemind calls to the "regular" full node. 

https://cdn.steemitimages.com/DQmRNG5rra1U7pEMyyqW7S5YBYLkFSYSbYayUPq5XumbS2D/IMG_A59A26C2F7F7-1.jpeg
👍  
properties (23)
authorroelandp
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190208t233705111z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1","image":["https://cdn.steemitimages.com/DQmRNG5rra1U7pEMyyqW7S5YBYLkFSYSbYayUPq5XumbS2D/IMG_A59A26C2F7F7-1.jpeg"]}
created2019-02-08 23:37:06
last_update2019-02-08 23:37:30
depth1
children1
last_payout2019-02-15 23:37:06
cashout_time1969-12-31 23:59:59
total_payout_value0.071 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length260
author_reputation662,943,317,989,456
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,594,848
net_rshares204,953,674,975
author_curate_reward""
vote details (1)
@anyx ·
Great! Do you actually use hivemind calls though? If not just use anyx.io :)
properties (22)
authoranyx
permlinkre-roelandp-re-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190208t234628475z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-02-08 23:46:27
last_update2019-02-08 23:46:27
depth2
children0
last_payout2019-02-15 23:46: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_length76
author_reputation98,676,136,100,181
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,595,173
net_rshares0
@snaxteam ·
That's an amazing infrastructure! Community on Steem should vote for you!  Snax wants Steem to grow, and to become larger than ever before and we want to help Steem. People can earn more money on their posts, with Snax and without leaving Steem or other socials:
https://steemit.com/steemit/@snaxteam/decentralizing-social-media-rewards-steem-and-snax-comparison
properties (22)
authorsnaxteam
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190312t194756095z
categorysteem
json_metadata{"tags":["steem"],"links":["https://steemit.com/steemit/@snaxteam/decentralizing-social-media-rewards-steem-and-snax-comparison"],"app":"steemit/0.1"}
created2019-03-12 19:47:57
last_update2019-03-12 19:47:57
depth1
children0
last_payout2019-03-19 19:47:57
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_length362
author_reputation13,750,477,203,164
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,165,988
net_rshares0
@solominer ·
thanks so much for running a node, I see its an option on steempeak and good to know there are other options out there instead of using steemit's api.
properties (22)
authorsolominer
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190521t103203844z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-05-21 10:32:06
last_update2019-05-21 10:32:06
depth1
children0
last_payout2019-05-28 10:32:06
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_length150
author_reputation1,871,172,269,679,554
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id85,236,889
net_rshares0
@steem-bet ·
Dear anyx:

We are SteemBet, the next generation STEEM based gaming platform. We are honored to invite you to join our first fantastic dice game, which is just the beginning of SteemBet game series. Our dividend system has now launched. The prize pool has already accumulated 2,000 STEEM and more than 60 players have participated in staking mining token SBT. A huge reward of 40,000 STEEM is awaiting! Join us NOW with other 500 STEEM users to loot HUGE dividend reward!!

SteemBet Team

Official Website
https://steem-bet.com

Discord Server
https://discord.gg/95cBN3W

Telegram Group
https://t.me/steembet
properties (22)
authorsteem-bet
permlinksteem-bet-re-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190323t071127134z
categorysteem
json_metadata{"app":"partiko"}
created2019-03-23 07:11:27
last_update2019-03-23 07:11:27
depth1
children0
last_payout2019-03-30 07:11: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_length608
author_reputation18,461,529,615,904
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,786,360
net_rshares0
@steemitboard ·
Congratulations @anyx! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@anyx/payout.png?201902152335</td><td>You received more than 30000 as payout for your posts. Your next target is to reach a total payout of 40000</td></tr>
</table>

<sub>_[Click here to view your Board](https://steemitboard.com/@anyx)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/valentine/@steemitboard/valentine-challenge-love-is-in-the-air"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/LvDzr5.png"></a></td><td><a href="https://steemit.com/valentine/@steemitboard/valentine-challenge-love-is-in-the-air">Valentine challenge - Love is in the air!</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-anyx-20190216t003835000z
categorysteem
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-02-16 00:38:33
last_update2019-02-16 00:38:33
depth1
children0
last_payout2019-02-23 00:38:33
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,176
author_reputation38,975,615,169,260
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,929,536
net_rshares0
@steevc ·
$0.13
__steem_keychain_requires_title__
Cool stuff. We need people like you to keep Steem working as it grows. Thanks for all your work.

<sub>Posted using [Steeve](https://www.steeve.app/@steeveapp), an AI-powered Steem interface</sub>
👍  , ,
properties (23)
authorsteevc
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190209t102121290z
categorysteem
json_metadata{"tags":["steem"],"format":"markdown","app":"steeve/0.1"}
created2019-02-09 10:21:27
last_update2019-02-09 10:21:27
depth1
children0
last_payout2019-02-16 10:21:27
cashout_time1969-12-31 23:59:59
total_payout_value0.101 HBD
curator_payout_value0.033 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length196
author_reputation1,391,338,714,792,128
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,612,873
net_rshares287,662,884,115
author_curate_reward""
vote details (3)
@steevebot ·
This story was recommended by Steeve to its users and upvoted by one or more of them.

Check @steeveapp to learn more about Steeve, an AI-powered Steem interface.
👍  
properties (23)
authorsteevebot
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-vote-beneficiaries
categorysteem
json_metadata{"tags":["steem"],"app":"steeve/0.1","format":"markdown"}
created2019-02-09 19:37:21
last_update2019-02-09 19:37:21
depth1
children0
last_payout2019-02-16 19:37: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_length164
author_reputation1,016,697,284,644
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,633,064
net_rshares1,120,460,384
author_curate_reward""
vote details (1)
@themadcurator ·
$0.51
properties (23)
authorthemadcurator
permlinkre-updates-to-anyx-io-infrastructure-including-hivemind-support-20190209t131804
categorysteem
json_metadata""
created2019-02-09 13:18:06
last_update2019-02-09 13:18:06
depth1
children0
last_payout2019-02-16 13:18:06
cashout_time1969-12-31 23:59:59
total_payout_value0.385 HBD
curator_payout_value0.123 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation53,938,302,377,048
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,618,165
net_rshares1,090,959,927,635
author_curate_reward""
vote details (14)
@themarkymark ·
$0.09
Nice update!
👍  ,
properties (23)
authorthemarkymark
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190208t235905496z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1"}
created2019-02-08 23:59:06
last_update2019-02-08 23:59:06
depth1
children0
last_payout2019-02-15 23:59:06
cashout_time1969-12-31 23:59:59
total_payout_value0.071 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation1,779,993,241,050,037
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,595,565
net_rshares202,896,069,273
author_curate_reward""
vote details (2)
@upvotebuilders · (edited)
Cheetah-appeals

Hello @Anyx, we got your notice on our post today. It is quite unfortunate that we had complained about your comment and explained who we are and how we need to report to our delegators updates, membership status, number of SP the community has, leased SP and other details to you about 2 weeks ago when you first sent your comment. You stopped sending the comments but we are surprised again to see you comment on our post today.

We ask that you take a look at our post and remove it from your cheetah list. We understand what you do but you can't be harming other good initiatives that are helping to build the Steem community. We will appreciate it is this is done urgently.

Thank you!
properties (22)
authorupvotebuilders
permlinkre-anyx-updates-to-anyx-io-infrastructure-including-hivemind-support-20190329t172110906z
categorysteem
json_metadata{"tags":["steem"],"app":"steemit/0.1","users":["anyx"]}
created2019-03-29 17:20:30
last_update2019-03-29 17:20:54
depth1
children0
last_payout2019-04-05 17:20: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_length707
author_reputation7,281,949,407,716
root_title"Updates to anyx.io Infrastructure (Including Hivemind Support)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,161,871
net_rshares0