From 43f46f320af704f4ac173005696ab8526e8d08f2 Mon Sep 17 00:00:00 2001
From: ABW <andrzejl@syncad.com>
Date: Tue, 8 Sep 2020 17:02:47 +0200
Subject: [PATCH] [ABW]: removed files related to condenser_api::get_accounts
 call (for hived, not HM; tests deactivated earlier) removed tags_api
 duplicate tests that were moved to separate subfolders earlier due to changed
 behaviour in get_comment_discussions_by_payout (when start author/permlink is
 passed post has to be found) two tests moved to negative added .orig files
 for new tests accepted typical differences: rebranding, future cashout time,
 pending payout, post id; also some test patterns corrected manually since
 differences in pending payouts made them incomparable with original (order by
 payout) some patterns reordered by key; also indent changed to two spaces

---
 .../get_accounts.orig.json                    |  107 -
 .../get_accounts.pat.json                     |  108 -
 .../get_multiple_accounts.orig.json           |  329 -
 .../get_multiple_accounts.pat.json            |  329 -
 .../get_non_existing_accounts.orig.json       |    1 -
 .../get_non_existing_accounts.pat.json        |    1 -
 .../author.orig.json                          | 2548 +++++
 .../author.pat.json                           |    5 +
 .../author.tavern.yaml                        |    8 +-
 .../good_permlink.orig.json                   |    1 +
 .../good_permlink.pat.json                    |    5 +
 .../good_permlink.tavern.yaml                 |    7 +-
 ...et_comment_discussions_by_payout.orig.json |   33 -
 ...get_comment_discussions_by_payout.pat.json |   33 -
 .../author.pat.json                           | 2549 -----
 .../author_permlink.orig.json                 | 1060 ++
 .../author_permlink.pat.json                  | 1981 ++--
 .../author_permlink.tavern.yaml               |    2 +-
 .../category.orig.json                        | 1060 ++
 .../category.pat.json                         | 1981 ++--
 .../category.tavern.yaml                      |    2 +-
 .../good_permlink.pat.json                    |    1 -
 .../long_category.orig.json                   |   33 +
 .../long_category.pat.json                    |   64 +-
 .../no_data.orig.json                         | 4860 +++++++++
 .../no_data.pat.json                          | 9694 ++++++++---------
 .../no_data.tavern.yaml                       |    2 +-
 .../no_votes.orig.json                        |    1 +
 .../no_votes.pat.json                         |    2 +-
 .../not_allowed_category.orig.json            |   64 +
 .../not_allowed_category.pat.json             |  127 +-
 .../truncate_body.orig.json                   |  195 +
 .../truncate_body.pat.json                    |  396 +-
 .../truncate_body.tavern.yaml                 |    2 +-
 .../get_content_replies.orig.json             |   84 -
 .../get_content_replies.pat.json              |   84 -
 .../get_discussion.orig.json                  |  638 --
 .../tags_api_patterns/get_discussion.pat.json |  638 --
 ...iscussions_by_author_before_date.orig.json |  640 --
 ...discussions_by_author_before_date.pat.json |  640 --
 .../get_discussions_by_blog.orig.json         |  640 --
 .../get_discussions_by_blog.pat.json          |  640 --
 .../get_discussions_by_comments.orig.json     |   94 -
 .../get_discussions_by_comments.pat.json      |   94 -
 .../get_discussions_by_created.orig.json      |   40 -
 .../get_discussions_by_created.pat.json       |   40 -
 .../get_discussions_by_hot.orig.json          |   40 -
 .../get_discussions_by_hot.pat.json           |   40 -
 .../get_discussions_by_promoted.orig.json     | 2590 -----
 .../get_discussions_by_promoted.pat.json      | 2590 -----
 .../get_discussions_by_trending.orig.json     |   40 -
 .../get_discussions_by_trending.pat.json      |   40 -
 .../get_post_discussions_by_payout.orig.json  |   40 -
 .../get_post_discussions_by_payout.pat.json   |   40 -
 .../tavern/test_tags_api_patterns.tavern.yaml |  318 -
 55 files changed, 16818 insertions(+), 20783 deletions(-)
 delete mode 100644 hivemind/tavern/condenser_api_patterns/get_accounts.orig.json
 delete mode 100644 hivemind/tavern/condenser_api_patterns/get_accounts.pat.json
 delete mode 100644 hivemind/tavern/condenser_api_patterns/get_multiple_accounts.orig.json
 delete mode 100644 hivemind/tavern/condenser_api_patterns/get_multiple_accounts.pat.json
 delete mode 100644 hivemind/tavern/condenser_api_patterns/get_non_existing_accounts.orig.json
 delete mode 100644 hivemind/tavern/condenser_api_patterns/get_non_existing_accounts.pat.json
 create mode 100644 hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/author.orig.json
 create mode 100644 hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/author.pat.json
 rename hivemind/tavern/{tags_api_patterns => tags_api_negative}/get_comment_discussions_by_payout/author.tavern.yaml (72%)
 create mode 100644 hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/good_permlink.orig.json
 create mode 100644 hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/good_permlink.pat.json
 rename hivemind/tavern/{tags_api_patterns => tags_api_negative}/get_comment_discussions_by_payout/good_permlink.tavern.yaml (76%)
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout.pat.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author.pat.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.orig.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/good_permlink.pat.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.orig.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.orig.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_votes.orig.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.orig.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_content_replies.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_content_replies.pat.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussion.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussion.pat.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date.pat.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_blog.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_blog.pat.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_comments.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_comments.pat.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_created.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_created.pat.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_hot.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_hot.pat.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_promoted.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_promoted.pat.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_trending.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_trending.pat.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout.orig.json
 delete mode 100644 hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout.pat.json
 delete mode 100644 hivemind/tavern/test_tags_api_patterns.tavern.yaml

diff --git a/hivemind/tavern/condenser_api_patterns/get_accounts.orig.json b/hivemind/tavern/condenser_api_patterns/get_accounts.orig.json
deleted file mode 100644
index 7ae63650..00000000
--- a/hivemind/tavern/condenser_api_patterns/get_accounts.orig.json
+++ /dev/null
@@ -1,107 +0,0 @@
-[
-  {
-    "active": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "balance": "4778859.891 HIVE",
-    "can_vote": true,
-    "comment_count": 0,
-    "created": "2016-03-24T17:00:21",
-    "curation_rewards": 0,
-    "delegated_vesting_shares": "0.000000 VESTS",
-    "downvote_manabar": {
-      "current_mana": 0,
-      "last_update_time": 1458838821
-    },
-    "guest_bloggers": [],
-    "id": 28,
-    "json_metadata": "",
-    "last_account_recovery": "1970-01-01T00:00:00",
-    "last_account_update": "2016-07-15T13:56:18",
-    "last_owner_update": "2016-07-15T13:56:18",
-    "last_post": "2016-03-30T18:30:18",
-    "last_root_post": "2016-03-30T18:30:18",
-    "last_vote_time": "1970-01-01T00:00:00",
-    "lifetime_vote_count": 0,
-    "market_history": [],
-    "memo_key": "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-    "mined": true,
-    "name": "steemit",
-    "next_vesting_withdrawal": "2016-09-19T00:37:21",
-    "other_history": [],
-    "owner": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM7kyb6WK6Sg9Eu4uu7WGqjYdqJzdBeKEWVDaDEKsgvhvESJZ1vM",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "pending_claimed_accounts": 0,
-    "post_bandwidth": 0,
-    "post_count": 1,
-    "post_history": [],
-    "posting": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "posting_json_metadata": "",
-    "posting_rewards": 3548,
-    "proxied_vsf_votes": [
-      "23077504682",
-      0,
-      0,
-      0
-    ],
-    "proxy": "",
-    "received_vesting_shares": "0.000000 VESTS",
-    "recovery_account": "steem",
-    "reputation": "12944616889",
-    "reset_account": "null",
-    "reward_sbd_balance": "0.000 HBD",
-    "reward_steem_balance": "0.000 HIVE",
-    "reward_vesting_balance": "0.000000 VESTS",
-    "reward_vesting_steem": "0.000 HIVE",
-    "savings_balance": "0.000 HIVE",
-    "savings_sbd_balance": "0.000 HBD",
-    "savings_sbd_last_interest_payment": "1970-01-01T00:00:00",
-    "savings_sbd_seconds": "0",
-    "savings_sbd_seconds_last_update": "1970-01-01T00:00:00",
-    "savings_withdraw_requests": 0,
-    "sbd_balance": "70337.438 HBD",
-    "sbd_last_interest_payment": "2016-09-12T19:16:48",
-    "sbd_seconds": "8923940509188",
-    "sbd_seconds_last_update": "2016-09-14T11:25:21",
-    "tags_usage": [],
-    "to_withdraw": "257910734535923078",
-    "transfer_history": [],
-    "vesting_balance": "0.000 HIVE",
-    "vesting_shares": "225671901920.188893 VESTS",
-    "vesting_withdraw_rate": "2479910908.999260 VESTS",
-    "vote_history": [],
-    "voting_manabar": {
-      "current_mana": 10000,
-      "last_update_time": 1458838821
-    },
-    "voting_power": 10000,
-    "withdraw_routes": 0,
-    "withdrawn": "32238841816990380",
-    "witness_votes": [],
-    "witnesses_voted_for": 0
-  }
-]
diff --git a/hivemind/tavern/condenser_api_patterns/get_accounts.pat.json b/hivemind/tavern/condenser_api_patterns/get_accounts.pat.json
deleted file mode 100644
index 7b4518e5..00000000
--- a/hivemind/tavern/condenser_api_patterns/get_accounts.pat.json
+++ /dev/null
@@ -1,108 +0,0 @@
-[
-  {
-    "active": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "balance": "4778859.891 HIVE",
-    "can_vote": true,
-    "comment_count": 0,
-    "created": "2016-03-24T17:00:21",
-    "curation_rewards": 0,
-    "delegated_vesting_shares": "0.000000 VESTS",
-    "downvote_manabar": {
-      "current_mana": 0,
-      "last_update_time": 1458838821
-    },
-    "guest_bloggers": [],
-    "id": 28,
-    "json_metadata": "",
-    "last_account_recovery": "1970-01-01T00:00:00",
-    "last_account_update": "2016-07-15T13:56:18",
-    "last_owner_update": "2016-07-15T13:56:18",
-    "last_post": "2016-03-30T18:30:18",
-    "last_root_post": "2016-03-30T18:30:18",
-    "last_vote_time": "1970-01-01T00:00:00",
-    "lifetime_vote_count": 0,
-    "market_history": [],
-    "memo_key": "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-    "mined": true,
-    "name": "steemit",
-    "next_vesting_withdrawal": "2016-09-19T00:37:21",
-    "other_history": [],
-    "owner": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM7kyb6WK6Sg9Eu4uu7WGqjYdqJzdBeKEWVDaDEKsgvhvESJZ1vM",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "pending_claimed_accounts": 0,
-    "post_bandwidth": 0,
-    "post_count": 1,
-    "post_history": [],
-    "posting": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "posting_json_metadata": "",
-    "posting_rewards": 3548,
-    "proxied_vsf_votes": [
-      "23077504682",
-      0,
-      0,
-      0
-    ],
-    "proxy": "",
-    "received_vesting_shares": "0.000000 VESTS",
-    "recovery_account": "steem",
-    "reputation": "12944616889",
-    "reset_account": "null",
-    "reward_sbd_balance": "0.000 HBD",
-    "reward_steem_balance": "0.000 HIVE",
-    "reward_vesting_balance": "0.000000 VESTS",
-    "reward_vesting_steem": "0.000 HIVE",
-    "savings_balance": "0.000 HIVE",
-    "savings_sbd_balance": "0.000 HBD",
-    "savings_sbd_last_interest_payment": "1970-01-01T00:00:00",
-    "savings_sbd_seconds": "0",
-    "savings_sbd_seconds_last_update": "1970-01-01T00:00:00",
-    "savings_withdraw_requests": 0,
-    "sbd_balance": "70337.438 HBD",
-    "sbd_last_interest_payment": "2016-09-12T19:16:48",
-    "sbd_seconds": "8923940509188",
-    "sbd_seconds_last_update": "2016-09-14T11:25:21",
-    "tags_usage": [],
-    "to_withdraw": "257910734535923078",
-    "transfer_history": [],
-    "vesting_balance": "0.000 HIVE",
-    "vesting_shares": "225671901920.188893 VESTS",
-    "vesting_withdraw_rate": "2479910908.999260 VESTS",
-    "vote_history": [],
-    "voting_manabar": {
-      "current_mana": 10000,
-      "last_update_time": 1458838821
-    },
-    "voting_power": 10000,
-    "withdraw_routes": 0,
-    "withdrawn": "32238841816990380",
-    "witness_votes": [],
-    "witnesses_voted_for": 0
-  }
-]
-
diff --git a/hivemind/tavern/condenser_api_patterns/get_multiple_accounts.orig.json b/hivemind/tavern/condenser_api_patterns/get_multiple_accounts.orig.json
deleted file mode 100644
index 3a5f5180..00000000
--- a/hivemind/tavern/condenser_api_patterns/get_multiple_accounts.orig.json
+++ /dev/null
@@ -1,329 +0,0 @@
-[
-  {
-    "active": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "balance": "4778859.891 HIVE",
-    "can_vote": true,
-    "comment_count": 0,
-    "created": "2016-03-24T17:00:21",
-    "curation_rewards": 0,
-    "delegated_vesting_shares": "0.000000 VESTS",
-    "downvote_manabar": {
-      "current_mana": 0,
-      "last_update_time": 1458838821
-    },
-    "guest_bloggers": [],
-    "id": 28,
-    "json_metadata": "",
-    "last_account_recovery": "1970-01-01T00:00:00",
-    "last_account_update": "2016-07-15T13:56:18",
-    "last_owner_update": "2016-07-15T13:56:18",
-    "last_post": "2016-03-30T18:30:18",
-    "last_root_post": "2016-03-30T18:30:18",
-    "last_vote_time": "1970-01-01T00:00:00",
-    "lifetime_vote_count": 0,
-    "market_history": [],
-    "memo_key": "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-    "mined": true,
-    "name": "steemit",
-    "next_vesting_withdrawal": "2016-09-19T00:37:21",
-    "other_history": [],
-    "owner": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM7kyb6WK6Sg9Eu4uu7WGqjYdqJzdBeKEWVDaDEKsgvhvESJZ1vM",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "pending_claimed_accounts": 0,
-    "post_bandwidth": 0,
-    "post_count": 1,
-    "post_history": [],
-    "posting": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "posting_json_metadata": "",
-    "posting_rewards": 3548,
-    "proxied_vsf_votes": [
-      "23077504682",
-      0,
-      0,
-      0
-    ],
-    "proxy": "",
-    "received_vesting_shares": "0.000000 VESTS",
-    "recovery_account": "steem",
-    "reputation": "12944616889",
-    "reset_account": "null",
-    "reward_sbd_balance": "0.000 HBD",
-    "reward_steem_balance": "0.000 HIVE",
-    "reward_vesting_balance": "0.000000 VESTS",
-    "reward_vesting_steem": "0.000 HIVE",
-    "savings_balance": "0.000 HIVE",
-    "savings_sbd_balance": "0.000 HBD",
-    "savings_sbd_last_interest_payment": "1970-01-01T00:00:00",
-    "savings_sbd_seconds": "0",
-    "savings_sbd_seconds_last_update": "1970-01-01T00:00:00",
-    "savings_withdraw_requests": 0,
-    "sbd_balance": "70337.438 HBD",
-    "sbd_last_interest_payment": "2016-09-12T19:16:48",
-    "sbd_seconds": "8923940509188",
-    "sbd_seconds_last_update": "2016-09-14T11:25:21",
-    "tags_usage": [],
-    "to_withdraw": "257910734535923078",
-    "transfer_history": [],
-    "vesting_balance": "0.000 HIVE",
-    "vesting_shares": "225671901920.188893 VESTS",
-    "vesting_withdraw_rate": "2479910908.999260 VESTS",
-    "vote_history": [],
-    "voting_manabar": {
-      "current_mana": 10000,
-      "last_update_time": 1458838821
-    },
-    "voting_power": 10000,
-    "withdraw_routes": 0,
-    "withdrawn": "32238841816990380",
-    "witness_votes": [],
-    "witnesses_voted_for": 0
-  },
-  {
-    "active": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5hB5S4MFqdEnBURe7L62HzL6FWnvy9Pb1R1UcPwCuGnUsfKzFc",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "balance": "0.000 HIVE",
-    "can_vote": true,
-    "comment_count": 0,
-    "created": "2016-07-12T14:47:00",
-    "curation_rewards": 20394,
-    "delegated_vesting_shares": "0.000000 VESTS",
-    "downvote_manabar": {
-      "current_mana": 0,
-      "last_update_time": 1468334820
-    },
-    "guest_bloggers": [],
-    "id": 17540,
-    "json_metadata": "",
-    "last_account_recovery": "1970-01-01T00:00:00",
-    "last_account_update": "2016-07-15T05:11:21",
-    "last_owner_update": "2016-07-15T05:11:21",
-    "last_post": "2016-09-15T15:07:18",
-    "last_root_post": "2016-09-14T16:30:24",
-    "last_vote_time": "2016-09-15T16:00:45",
-    "lifetime_vote_count": 0,
-    "market_history": [],
-    "memo_key": "STM5zmYzafDpVkx7FCrxDAMLVqjyKX2ykDNUmtwDLvLtExXWvkovp",
-    "mined": false,
-    "name": "biophil",
-    "next_vesting_withdrawal": "1969-12-31T23:59:59",
-    "other_history": [],
-    "owner": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5mkaXCu5DT6XsaST1XFyyF842K54GxUAMUVm9wcm7HerBesz3i",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "pending_claimed_accounts": 0,
-    "post_bandwidth": 12171,
-    "post_count": 752,
-    "post_history": [],
-    "posting": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM52yaFZPJQMx5wWRZCYgHd69hEE4rkqx7qpq45NyY4Za6w3Jong",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "posting_json_metadata": "",
-    "posting_rewards": 3729894,
-    "proxied_vsf_votes": [
-      0,
-      0,
-      0,
-      0
-    ],
-    "proxy": "",
-    "received_vesting_shares": "0.000000 VESTS",
-    "recovery_account": "steem",
-    "reputation": "10077167197115",
-    "reset_account": "null",
-    "reward_sbd_balance": "0.000 HBD",
-    "reward_steem_balance": "0.000 HIVE",
-    "reward_vesting_balance": "0.000000 VESTS",
-    "reward_vesting_steem": "0.000 HIVE",
-    "savings_balance": "0.000 HIVE",
-    "savings_sbd_balance": "0.000 HBD",
-    "savings_sbd_last_interest_payment": "1970-01-01T00:00:00",
-    "savings_sbd_seconds": "0",
-    "savings_sbd_seconds_last_update": "1970-01-01T00:00:00",
-    "savings_withdraw_requests": 0,
-    "sbd_balance": "902.828 HBD",
-    "sbd_last_interest_payment": "2016-09-13T12:08:48",
-    "sbd_seconds": "131701413987",
-    "sbd_seconds_last_update": "2016-09-15T19:28:54",
-    "tags_usage": [],
-    "to_withdraw": 0,
-    "transfer_history": [],
-    "vesting_balance": "0.000 HIVE",
-    "vesting_shares": "8128612.587095 VESTS",
-    "vesting_withdraw_rate": "0.000000 VESTS",
-    "vote_history": [],
-    "voting_manabar": {
-      "current_mana": 9475,
-      "last_update_time": 1473955245
-    },
-    "voting_power": 9475,
-    "withdraw_routes": 0,
-    "withdrawn": 0,
-    "witness_votes": [
-      "abit",
-      "anyx",
-      "blocktrades",
-      "boatymcboatface",
-      "delegate.lafona",
-      "jesta",
-      "pharesim",
-      "roadscape",
-      "smooth.witness",
-      "steemed",
-      "steve-walschot"
-    ],
-    "witnesses_voted_for": 11
-  },
-  {
-    "active": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM7iT2pWdfDqjX12hhQbjKveALEuWPss1wvrKVWDgm6Ud2ZTjoE4",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "balance": "0.000 HIVE",
-    "can_vote": true,
-    "comment_count": 0,
-    "created": "2016-04-28T14:35:57",
-    "curation_rewards": 0,
-    "delegated_vesting_shares": "0.000000 VESTS",
-    "downvote_manabar": {
-      "current_mana": 0,
-      "last_update_time": 1461854157
-    },
-    "guest_bloggers": [],
-    "id": 6566,
-    "json_metadata": "",
-    "last_account_recovery": "1970-01-01T00:00:00",
-    "last_account_update": "1970-01-01T00:00:00",
-    "last_owner_update": "1970-01-01T00:00:00",
-    "last_post": "1970-01-01T00:00:00",
-    "last_root_post": "1970-01-01T00:00:00",
-    "last_vote_time": "1970-01-01T00:00:00",
-    "lifetime_vote_count": 0,
-    "market_history": [],
-    "memo_key": "STM7dz2kPEpL5B3AajPFnb3M3uJwiQ4sdzz6hTgwD8RRm7keT5Bwm",
-    "mined": false,
-    "name": "test",
-    "next_vesting_withdrawal": "1969-12-31T23:59:59",
-    "other_history": [],
-    "owner": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM6L7mdcoi371ddt2z5hDfRCHXjcLRBz3H8GYKWBgo5T8kiaqWKy",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "pending_claimed_accounts": 0,
-    "post_bandwidth": 0,
-    "post_count": 0,
-    "post_history": [],
-    "posting": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5PnVARAgGPTf5PqRnumGUyMJCfV9ti93z72Kct2dAucfLgaMxC",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "posting_json_metadata": "",
-    "posting_rewards": 0,
-    "proxied_vsf_votes": [
-      0,
-      0,
-      0,
-      0
-    ],
-    "proxy": "",
-    "received_vesting_shares": "0.000000 VESTS",
-    "recovery_account": "steem",
-    "reputation": 0,
-    "reset_account": "null",
-    "reward_sbd_balance": "0.000 HBD",
-    "reward_steem_balance": "0.000 HIVE",
-    "reward_vesting_balance": "0.000000 VESTS",
-    "reward_vesting_steem": "0.000 HIVE",
-    "savings_balance": "0.000 HIVE",
-    "savings_sbd_balance": "0.000 HBD",
-    "savings_sbd_last_interest_payment": "1970-01-01T00:00:00",
-    "savings_sbd_seconds": "0",
-    "savings_sbd_seconds_last_update": "1970-01-01T00:00:00",
-    "savings_withdraw_requests": 0,
-    "sbd_balance": "0.001 HBD",
-    "sbd_last_interest_payment": "1970-01-01T00:00:00",
-    "sbd_seconds": "0",
-    "sbd_seconds_last_update": "2016-08-11T10:59:45",
-    "tags_usage": [],
-    "to_withdraw": 0,
-    "transfer_history": [],
-    "vesting_balance": "0.000 HIVE",
-    "vesting_shares": "146273.695970 VESTS",
-    "vesting_withdraw_rate": "0.000000 VESTS",
-    "vote_history": [],
-    "voting_manabar": {
-      "current_mana": 10000,
-      "last_update_time": 1461854157
-    },
-    "voting_power": 10000,
-    "withdraw_routes": 0,
-    "withdrawn": 0,
-    "witness_votes": [],
-    "witnesses_voted_for": 0
-  }
-]
diff --git a/hivemind/tavern/condenser_api_patterns/get_multiple_accounts.pat.json b/hivemind/tavern/condenser_api_patterns/get_multiple_accounts.pat.json
deleted file mode 100644
index 3a5f5180..00000000
--- a/hivemind/tavern/condenser_api_patterns/get_multiple_accounts.pat.json
+++ /dev/null
@@ -1,329 +0,0 @@
-[
-  {
-    "active": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "balance": "4778859.891 HIVE",
-    "can_vote": true,
-    "comment_count": 0,
-    "created": "2016-03-24T17:00:21",
-    "curation_rewards": 0,
-    "delegated_vesting_shares": "0.000000 VESTS",
-    "downvote_manabar": {
-      "current_mana": 0,
-      "last_update_time": 1458838821
-    },
-    "guest_bloggers": [],
-    "id": 28,
-    "json_metadata": "",
-    "last_account_recovery": "1970-01-01T00:00:00",
-    "last_account_update": "2016-07-15T13:56:18",
-    "last_owner_update": "2016-07-15T13:56:18",
-    "last_post": "2016-03-30T18:30:18",
-    "last_root_post": "2016-03-30T18:30:18",
-    "last_vote_time": "1970-01-01T00:00:00",
-    "lifetime_vote_count": 0,
-    "market_history": [],
-    "memo_key": "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-    "mined": true,
-    "name": "steemit",
-    "next_vesting_withdrawal": "2016-09-19T00:37:21",
-    "other_history": [],
-    "owner": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM7kyb6WK6Sg9Eu4uu7WGqjYdqJzdBeKEWVDaDEKsgvhvESJZ1vM",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "pending_claimed_accounts": 0,
-    "post_bandwidth": 0,
-    "post_count": 1,
-    "post_history": [],
-    "posting": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "posting_json_metadata": "",
-    "posting_rewards": 3548,
-    "proxied_vsf_votes": [
-      "23077504682",
-      0,
-      0,
-      0
-    ],
-    "proxy": "",
-    "received_vesting_shares": "0.000000 VESTS",
-    "recovery_account": "steem",
-    "reputation": "12944616889",
-    "reset_account": "null",
-    "reward_sbd_balance": "0.000 HBD",
-    "reward_steem_balance": "0.000 HIVE",
-    "reward_vesting_balance": "0.000000 VESTS",
-    "reward_vesting_steem": "0.000 HIVE",
-    "savings_balance": "0.000 HIVE",
-    "savings_sbd_balance": "0.000 HBD",
-    "savings_sbd_last_interest_payment": "1970-01-01T00:00:00",
-    "savings_sbd_seconds": "0",
-    "savings_sbd_seconds_last_update": "1970-01-01T00:00:00",
-    "savings_withdraw_requests": 0,
-    "sbd_balance": "70337.438 HBD",
-    "sbd_last_interest_payment": "2016-09-12T19:16:48",
-    "sbd_seconds": "8923940509188",
-    "sbd_seconds_last_update": "2016-09-14T11:25:21",
-    "tags_usage": [],
-    "to_withdraw": "257910734535923078",
-    "transfer_history": [],
-    "vesting_balance": "0.000 HIVE",
-    "vesting_shares": "225671901920.188893 VESTS",
-    "vesting_withdraw_rate": "2479910908.999260 VESTS",
-    "vote_history": [],
-    "voting_manabar": {
-      "current_mana": 10000,
-      "last_update_time": 1458838821
-    },
-    "voting_power": 10000,
-    "withdraw_routes": 0,
-    "withdrawn": "32238841816990380",
-    "witness_votes": [],
-    "witnesses_voted_for": 0
-  },
-  {
-    "active": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5hB5S4MFqdEnBURe7L62HzL6FWnvy9Pb1R1UcPwCuGnUsfKzFc",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "balance": "0.000 HIVE",
-    "can_vote": true,
-    "comment_count": 0,
-    "created": "2016-07-12T14:47:00",
-    "curation_rewards": 20394,
-    "delegated_vesting_shares": "0.000000 VESTS",
-    "downvote_manabar": {
-      "current_mana": 0,
-      "last_update_time": 1468334820
-    },
-    "guest_bloggers": [],
-    "id": 17540,
-    "json_metadata": "",
-    "last_account_recovery": "1970-01-01T00:00:00",
-    "last_account_update": "2016-07-15T05:11:21",
-    "last_owner_update": "2016-07-15T05:11:21",
-    "last_post": "2016-09-15T15:07:18",
-    "last_root_post": "2016-09-14T16:30:24",
-    "last_vote_time": "2016-09-15T16:00:45",
-    "lifetime_vote_count": 0,
-    "market_history": [],
-    "memo_key": "STM5zmYzafDpVkx7FCrxDAMLVqjyKX2ykDNUmtwDLvLtExXWvkovp",
-    "mined": false,
-    "name": "biophil",
-    "next_vesting_withdrawal": "1969-12-31T23:59:59",
-    "other_history": [],
-    "owner": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5mkaXCu5DT6XsaST1XFyyF842K54GxUAMUVm9wcm7HerBesz3i",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "pending_claimed_accounts": 0,
-    "post_bandwidth": 12171,
-    "post_count": 752,
-    "post_history": [],
-    "posting": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM52yaFZPJQMx5wWRZCYgHd69hEE4rkqx7qpq45NyY4Za6w3Jong",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "posting_json_metadata": "",
-    "posting_rewards": 3729894,
-    "proxied_vsf_votes": [
-      0,
-      0,
-      0,
-      0
-    ],
-    "proxy": "",
-    "received_vesting_shares": "0.000000 VESTS",
-    "recovery_account": "steem",
-    "reputation": "10077167197115",
-    "reset_account": "null",
-    "reward_sbd_balance": "0.000 HBD",
-    "reward_steem_balance": "0.000 HIVE",
-    "reward_vesting_balance": "0.000000 VESTS",
-    "reward_vesting_steem": "0.000 HIVE",
-    "savings_balance": "0.000 HIVE",
-    "savings_sbd_balance": "0.000 HBD",
-    "savings_sbd_last_interest_payment": "1970-01-01T00:00:00",
-    "savings_sbd_seconds": "0",
-    "savings_sbd_seconds_last_update": "1970-01-01T00:00:00",
-    "savings_withdraw_requests": 0,
-    "sbd_balance": "902.828 HBD",
-    "sbd_last_interest_payment": "2016-09-13T12:08:48",
-    "sbd_seconds": "131701413987",
-    "sbd_seconds_last_update": "2016-09-15T19:28:54",
-    "tags_usage": [],
-    "to_withdraw": 0,
-    "transfer_history": [],
-    "vesting_balance": "0.000 HIVE",
-    "vesting_shares": "8128612.587095 VESTS",
-    "vesting_withdraw_rate": "0.000000 VESTS",
-    "vote_history": [],
-    "voting_manabar": {
-      "current_mana": 9475,
-      "last_update_time": 1473955245
-    },
-    "voting_power": 9475,
-    "withdraw_routes": 0,
-    "withdrawn": 0,
-    "witness_votes": [
-      "abit",
-      "anyx",
-      "blocktrades",
-      "boatymcboatface",
-      "delegate.lafona",
-      "jesta",
-      "pharesim",
-      "roadscape",
-      "smooth.witness",
-      "steemed",
-      "steve-walschot"
-    ],
-    "witnesses_voted_for": 11
-  },
-  {
-    "active": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM7iT2pWdfDqjX12hhQbjKveALEuWPss1wvrKVWDgm6Ud2ZTjoE4",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "balance": "0.000 HIVE",
-    "can_vote": true,
-    "comment_count": 0,
-    "created": "2016-04-28T14:35:57",
-    "curation_rewards": 0,
-    "delegated_vesting_shares": "0.000000 VESTS",
-    "downvote_manabar": {
-      "current_mana": 0,
-      "last_update_time": 1461854157
-    },
-    "guest_bloggers": [],
-    "id": 6566,
-    "json_metadata": "",
-    "last_account_recovery": "1970-01-01T00:00:00",
-    "last_account_update": "1970-01-01T00:00:00",
-    "last_owner_update": "1970-01-01T00:00:00",
-    "last_post": "1970-01-01T00:00:00",
-    "last_root_post": "1970-01-01T00:00:00",
-    "last_vote_time": "1970-01-01T00:00:00",
-    "lifetime_vote_count": 0,
-    "market_history": [],
-    "memo_key": "STM7dz2kPEpL5B3AajPFnb3M3uJwiQ4sdzz6hTgwD8RRm7keT5Bwm",
-    "mined": false,
-    "name": "test",
-    "next_vesting_withdrawal": "1969-12-31T23:59:59",
-    "other_history": [],
-    "owner": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM6L7mdcoi371ddt2z5hDfRCHXjcLRBz3H8GYKWBgo5T8kiaqWKy",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "pending_claimed_accounts": 0,
-    "post_bandwidth": 0,
-    "post_count": 0,
-    "post_history": [],
-    "posting": {
-      "account_auths": [],
-      "key_auths": [
-        [
-          "STM5PnVARAgGPTf5PqRnumGUyMJCfV9ti93z72Kct2dAucfLgaMxC",
-          1
-        ]
-      ],
-      "weight_threshold": 1
-    },
-    "posting_json_metadata": "",
-    "posting_rewards": 0,
-    "proxied_vsf_votes": [
-      0,
-      0,
-      0,
-      0
-    ],
-    "proxy": "",
-    "received_vesting_shares": "0.000000 VESTS",
-    "recovery_account": "steem",
-    "reputation": 0,
-    "reset_account": "null",
-    "reward_sbd_balance": "0.000 HBD",
-    "reward_steem_balance": "0.000 HIVE",
-    "reward_vesting_balance": "0.000000 VESTS",
-    "reward_vesting_steem": "0.000 HIVE",
-    "savings_balance": "0.000 HIVE",
-    "savings_sbd_balance": "0.000 HBD",
-    "savings_sbd_last_interest_payment": "1970-01-01T00:00:00",
-    "savings_sbd_seconds": "0",
-    "savings_sbd_seconds_last_update": "1970-01-01T00:00:00",
-    "savings_withdraw_requests": 0,
-    "sbd_balance": "0.001 HBD",
-    "sbd_last_interest_payment": "1970-01-01T00:00:00",
-    "sbd_seconds": "0",
-    "sbd_seconds_last_update": "2016-08-11T10:59:45",
-    "tags_usage": [],
-    "to_withdraw": 0,
-    "transfer_history": [],
-    "vesting_balance": "0.000 HIVE",
-    "vesting_shares": "146273.695970 VESTS",
-    "vesting_withdraw_rate": "0.000000 VESTS",
-    "vote_history": [],
-    "voting_manabar": {
-      "current_mana": 10000,
-      "last_update_time": 1461854157
-    },
-    "voting_power": 10000,
-    "withdraw_routes": 0,
-    "withdrawn": 0,
-    "witness_votes": [],
-    "witnesses_voted_for": 0
-  }
-]
diff --git a/hivemind/tavern/condenser_api_patterns/get_non_existing_accounts.orig.json b/hivemind/tavern/condenser_api_patterns/get_non_existing_accounts.orig.json
deleted file mode 100644
index 0637a088..00000000
--- a/hivemind/tavern/condenser_api_patterns/get_non_existing_accounts.orig.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/hivemind/tavern/condenser_api_patterns/get_non_existing_accounts.pat.json b/hivemind/tavern/condenser_api_patterns/get_non_existing_accounts.pat.json
deleted file mode 100644
index 0637a088..00000000
--- a/hivemind/tavern/condenser_api_patterns/get_non_existing_accounts.pat.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/author.orig.json b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/author.orig.json
new file mode 100644
index 00000000..9ea94f44
--- /dev/null
+++ b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/author.orig.json
@@ -0,0 +1,2548 @@
+[
+  {
+    "active_votes": [
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": "1294968367268",
+        "voter": "smooth"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "28860902224",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14409605494831",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "40261554792719",
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3155750963782",
+        "voter": "lafona-miner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "377906636658",
+        "voter": "lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1245475534803",
+        "voter": "silver"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2875138885044",
+        "voter": "silversteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "992692841277",
+        "voter": "delegate.lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "948645888607",
+        "voter": "liondani"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "314602171157",
+        "voter": "lafona5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3094244335",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3755939559",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "703615315",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5751660885474",
+        "voter": "complexring"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1644151280793",
+        "voter": "steemychicken1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53261984748",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1658441464",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213555429",
+        "voter": "moon"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": "222747002001",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622045496",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "947522117",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "54127411451",
+        "voter": "donkeypong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1759901644",
+        "voter": "nexusdev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "351517418935",
+        "voter": "ash"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "282481919881",
+        "voter": "chitty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287957469",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25822874684",
+        "voter": "steampunkpowered"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10283360038",
+        "voter": "ervin-lemark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24290958657",
+        "voter": "instructor2121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7456570912",
+        "voter": "jerome-colley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "491733834025",
+        "voter": "kevinwong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41463145095",
+        "voter": "nphacker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "367830728600",
+        "voter": "blakemiles84"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "45912096650",
+        "voter": "ranko-k"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "23227592357",
+        "voter": "treeleaves"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "63707549495",
+        "voter": "kanoptx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "31690086400",
+        "voter": "drinkzya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "73022585138",
+        "voter": "eric-boucher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "109636482823",
+        "voter": "kenny-crane"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61288399197",
+        "voter": "thecryptodrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "117389810764",
+        "voter": "bravenewcoin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "449244898326",
+        "voter": "infovore"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "128017998380",
+        "voter": "omarb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "36007650081",
+        "voter": "cheftony"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "32961119819",
+        "voter": "cryptoiskey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71452016003",
+        "voter": "discombobulated"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5121130339",
+        "voter": "expanse"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25440234426",
+        "voter": "hitmeasap"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13382892819",
+        "voter": "stealthtrader"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24939158057",
+        "voter": "tcfxyz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "103574158909",
+        "voter": "cdubendo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7881221000",
+        "voter": "spiz0r"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "112751020008",
+        "voter": "jacor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14190084617",
+        "voter": "halo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "159492592967",
+        "voter": "jesta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33597624083",
+        "voter": "toxonaut"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7028930352",
+        "voter": "btcupload"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17438618169",
+        "voter": "anduweb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "75155947399",
+        "voter": "demotruk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3697940497",
+        "voter": "maximkichev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10377897348",
+        "voter": "nippel66"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7753599028",
+        "voter": "magz8716"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1388783807",
+        "voter": "cryptocurrency1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "115874018",
+        "voter": "gosha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "505816971",
+        "voter": "raymonjohnstone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "124907433",
+        "voter": "biternator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3090635988",
+        "voter": "willbeonceagain8"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54497070629",
+        "voter": "arcurus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4745090234",
+        "voter": "bakingengineer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "36689125715",
+        "voter": "claudiop63"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "16359584188",
+        "voter": "noodles.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10399150907",
+        "voter": "npl77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "108836213411",
+        "voter": "steemdrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11060114610",
+        "voter": "bergy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2050213474",
+        "voter": "theprophet0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "295915630",
+        "voter": "theprophet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38819548773",
+        "voter": "allasyummyfood"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "461449860",
+        "voter": "neddykelly"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1579699570",
+        "voter": "minion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "77473387847",
+        "voter": "sirwinchester"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61385527",
+        "voter": "sijoittaja"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4190219999",
+        "voter": "tom77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "125663528",
+        "voter": "nelkel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "148930176",
+        "voter": "letsgo.asino"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14968711124",
+        "voter": "hilarski"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58226150",
+        "voter": "ajavajive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "253750401751",
+        "voter": "oldtimer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "57886832",
+        "voter": "shootetxd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "191216226",
+        "voter": "comcentrate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13741567322",
+        "voter": "antoinev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61289460",
+        "voter": "jtstreetman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5100395909",
+        "voter": "io-io-io"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54884363",
+        "voter": "ian89"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50351260",
+        "voter": "chuckleberry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "349611227",
+        "voter": "panther"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59354601485",
+        "voter": "tracemayer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51884666",
+        "voter": "brs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130434883",
+        "voter": "bitcoinparadise"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52571606",
+        "voter": "bellphorion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53224648",
+        "voter": "yanikkoval"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51136429",
+        "voter": "infotoday"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50977036",
+        "voter": "tldr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50797377",
+        "voter": "bo-ro"
+      }
+    ],
+    "author": "smooth",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "I will sponsor an additional 2000 SBD toward this campaign in addition to my vote on the post, plus any rewards on this comment.",
+    "body_length": 128,
+    "cashout_time": "2016-09-24T19:41:42",
+    "category": "steemit",
+    "children": 31,
+    "created": "2016-08-24T16:43:21",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steemit\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-24T16:43:21",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 77833655363992,
+    "parent_author": "steemdrive",
+    "parent_permlink": "steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream",
+    "pending_payout_value": "852.555 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t164320100z",
+    "post_id": 733019,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the \u201cAmerican Dream\"!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@steemdrive/steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream#@smooth/re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t164320100z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "30296554046147",
+        "voter": "smooth"
+      },
+      {
+        "percent": "97",
+        "reputation": 0,
+        "rshares": "28854877817",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14368089454321",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3183112492799",
+        "voter": "lafona-miner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "377387227766",
+        "voter": "lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "790314875205",
+        "voter": "delegate.lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "314383371770",
+        "voter": "lafona5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1851434600",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2247039689",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "425455109",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "31378635899",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "992487616",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "127981753",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6510505164",
+        "voter": "sean0010"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5308002434389",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "342922310367",
+        "voter": "officialfuzzy"
+      },
+      {
+        "percent": "9700",
+        "reputation": 0,
+        "rshares": "802009404542",
+        "voter": "cass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "369247770",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "537460001",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "172530341",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "410778394570",
+        "voter": "chryspano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "113345677592",
+        "voter": "forrestwillie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5390642912",
+        "voter": "kingjohal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "346429583563",
+        "voter": "blakemiles84"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "46740932510",
+        "voter": "ranko-k"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "18522231224",
+        "voter": "allahhh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "398461524",
+        "voter": "rafikichi"
+      },
+      {
+        "percent": "9900",
+        "reputation": 0,
+        "rshares": "1421853753930",
+        "voter": "sean-king"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "65040641602",
+        "voter": "charleshosk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "739465956",
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17651204278",
+        "voter": "acassity"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "480475374",
+        "voter": "chamviet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "239694404",
+        "voter": "concave"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1386708550",
+        "voter": "vi1son"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1798938485",
+        "voter": "gazm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "19465926763",
+        "voter": "ausbitbank"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2622666444",
+        "voter": "egjoshslim"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6373898691",
+        "voter": "perwest"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "312475355",
+        "voter": "lioliomir"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33482946725",
+        "voter": "alexfortin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5612628842",
+        "voter": "r33drum"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24373102947",
+        "voter": "igster"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51538128557",
+        "voter": "sephiroth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5989513477",
+        "voter": "cryptosi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "72131208610",
+        "voter": "ntomaino"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9493199624",
+        "voter": "domavila"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "107006946999",
+        "voter": "bonface"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "12353093513",
+        "voter": "grolelo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "32088583721",
+        "voter": "streetstyle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54299398751",
+        "voter": "demotruk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "45617820200",
+        "voter": "arcurus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "211677715438",
+        "voter": "johnsmith"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17146066951",
+        "voter": "team-leibniz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "22277193587",
+        "voter": "solidgold"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "143431864",
+        "voter": "borntowin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "609312338",
+        "voter": "metaflute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1125051142",
+        "voter": "bofadeez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100022771",
+        "voter": "darkstar1o9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "57276142",
+        "voter": "pgarcgo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "328256060",
+        "voter": "alifton"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "63775214",
+        "voter": "laissezfairedr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "66697195",
+        "voter": "rubenalexander"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7960548410",
+        "voter": "kyriacos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "376001676",
+        "voter": "manicmidnight"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58682093",
+        "voter": "tradz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58914198",
+        "voter": "brandon-rosano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38710389758",
+        "voter": "simon-says"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "57980741",
+        "voter": "alaqrab"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56436574",
+        "voter": "saintbitts"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "55261899",
+        "voter": "shakimclark7"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "75377250",
+        "voter": "powercouple"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "55618704",
+        "voter": "jaypillagara"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53912690",
+        "voter": "shax"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53846159",
+        "voter": "wulfmeister"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53707619",
+        "voter": "ct-gurus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53333238",
+        "voter": "donzy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53210703",
+        "voter": "frostwalker"
+      }
+    ],
+    "author": "charlieshrem",
+    "author_reputation": 50375830871208,
+    "beneficiaries": [],
+    "body": "I have a series of posts I'm writing now about socioeconomic observations in prison. If the Steemit community likes it, Ill post it here exclusively.",
+    "body_length": 149,
+    "cashout_time": "2016-09-16T21:13:42",
+    "category": "introduceyourself",
+    "children": 21,
+    "created": "2016-08-16T18:55:27",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"introduceyourself\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-16T18:55:27",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 59091129639172,
+    "parent_author": "dennygalindo",
+    "parent_permlink": "re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185037477z",
+    "pending_payout_value": "545.728 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z",
+    "post_id": 630864,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Charlie Shrem Is Now On Steemit!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/introduceyourself/@charlieshrem/charlie-shrem-is-now-on-steemit#@charlieshrem/re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29186049220380",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "623996958321",
+        "voter": "justin"
+      },
+      {
+        "percent": "9900",
+        "reputation": 0,
+        "rshares": "5881098331094",
+        "voter": "abit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4855865727368",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "9800",
+        "reputation": 0,
+        "rshares": "2454399166148",
+        "voter": "adm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2467985030",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2995309863",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "567154894",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41750226248",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1323006745",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170612336",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "664278529380",
+        "voter": "pfunk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "490800486",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "709305835",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "229997595",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130506632815",
+        "voter": "kaylinart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "106890789634",
+        "voter": "anyx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9971301073",
+        "voter": "senseiteekay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9400027589",
+        "voter": "shredlord"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61646469732",
+        "voter": "cheetah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "219824678620",
+        "voter": "originate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "685101796",
+        "voter": "metaflute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "394148198",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "32404401324",
+        "voter": "thecurator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "582451688",
+        "voter": "alorya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1059033052",
+        "voter": "seraph"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "16011014560",
+        "voter": "someguy123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "454752565",
+        "voter": "celestial"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "188226473",
+        "voter": "andyinspace"
+      }
+    ],
+    "author": "adm",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "This is an article spun to avoid automatic plagiarism detection.\nHere is the source:\nhttp://health.learninginfo.org/muscle-building-tips.htm",
+    "body_length": 140,
+    "cashout_time": "2016-09-15T23:59:09",
+    "category": "workout",
+    "children": 0,
+    "created": "2016-08-15T22:50:42",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"workout\"],\"links\":[\"http:\\/\\/health.learninginfo.org\\/muscle-building-tips.htm\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T22:50:42",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 44306411360842,
+    "parent_author": "dopezzz123",
+    "parent_permlink": "why-muscles-get-sore",
+    "pending_payout_value": "312.617 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-dopezzz123-why-muscles-get-sore-20160815t225039946z",
+    "post_id": 619751,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Why Muscles Get Sore",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/workout/@dopezzz123/why-muscles-get-sore#@adm/re-dopezzz123-why-muscles-get-sore-20160815t225039946z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "40261554792719",
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "48124579959",
+        "voter": "full-steem-ahead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "282481919881",
+        "voter": "chitty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25822874684",
+        "voter": "steampunkpowered"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10283360038",
+        "voter": "ervin-lemark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24290958657",
+        "voter": "instructor2121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "62458381858",
+        "voter": "kanoptx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71100938161",
+        "voter": "eric-boucher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61288297136",
+        "voter": "thecryptodrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "117389810764",
+        "voter": "bravenewcoin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5121130339",
+        "voter": "expanse"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7881221000",
+        "voter": "spiz0r"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10377897348",
+        "voter": "nippel66"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "49642777135",
+        "voter": "thylbom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "115874018",
+        "voter": "gosha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "37453482500",
+        "voter": "claudiop63"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4096208838",
+        "voter": "smailer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8375659361",
+        "voter": "jamesbrown"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "108836213411",
+        "voter": "steemdrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "195118598",
+        "voter": "comcentrate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61289460",
+        "voter": "jtstreetman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56939384",
+        "voter": "dcat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130434883",
+        "voter": "bitcoinparadise"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50468741",
+        "voter": "bellphorion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50353356",
+        "voter": "takemyfive"
+      }
+    ],
+    "author": "steemdrive",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "<center>[![vote-Ohare.jpg](https://s19.postimg.org/vpowej1g3/vote_Ohare.jpg)](http://www.steemit.com/@steemdrive)</center>",
+    "body_length": 122,
+    "cashout_time": "2016-09-24T19:41:42",
+    "category": "steemit",
+    "children": 0,
+    "created": "2016-08-24T16:23:00",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https:\\/\\/s19.postimg.org\\/vpowej1g3\\/vote_Ohare.jpg\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-24T16:23:00",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 41197240982229,
+    "parent_author": "steemdrive",
+    "parent_permlink": "steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream",
+    "pending_payout_value": "249.516 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t162300868z",
+    "post_id": 732832,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the \u201cAmerican Dream\"!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@steemdrive/steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream#@steemdrive/re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t162300868z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": "14824916004472",
+        "voter": "smooth"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "28851426273",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14660905118594",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5645842591970",
+        "voter": "kushed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3085011784",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3744178588",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "708945412",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52221628833",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1653774577",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213265420",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "733758489177",
+        "voter": "cass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "613502402",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "888428594",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287496994",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5519141498",
+        "voter": "spaninv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "151618531853",
+        "voter": "killerstorm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13114605961",
+        "voter": "facer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "137573239907",
+        "voter": "thedashguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "586358175",
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "128697036640",
+        "voter": "chhayll"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "269379546",
+        "voter": "thealexander"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13452877972",
+        "voter": "bitshares101"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51529058014",
+        "voter": "sephiroth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5729767206",
+        "voter": "inti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14254612849",
+        "voter": "deanero"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1646059150",
+        "voter": "belkins"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "116253105",
+        "voter": "darkstar1o9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61980222",
+        "voter": "breastsono"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2359201317",
+        "voter": "matherly"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "897505702",
+        "voter": "harand"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17530292877",
+        "voter": "shenanigator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4300748049",
+        "voter": "bitbutter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54634677",
+        "voter": "stephenm"
+      }
+    ],
+    "author": "steemapp",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Hi, @smooth this is @str11ngfello, the iOS developer on Steemy. \n\nHere's my linked in profile ->\nhttps://www.linkedin.com/in/lynn-duke-097a724\n\n @cyonic here as a followup edit, my linkedin profile here:\nhttps://www.linkedin.com/in/johnelliotwhite\n\nGive me a few moments and I'll add a blurb to my linked in profile that references Steemy.  Look for it towards the top. \n\nHere is a quick vid I made of Steemy at the request of many users.  \n\nhttps://youtu.be/kHbOHuXQWg4\n\nHere's to hoping we can prove ourselves a bit.  STEEM ON!",
+    "body_length": 529,
+    "cashout_time": "2016-09-16T04:46:15",
+    "category": "steemit",
+    "children": 18,
+    "created": "2016-08-16T04:52:51",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/youtu.be\\/kHbOHuXQWg4\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-16T14:16:24",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 36507001147810,
+    "parent_author": "smooth",
+    "parent_permlink": "re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t042406700z",
+    "pending_payout_value": "227.842 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-smooth-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t045252952z",
+    "post_id": 622869,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "[Introducing Steemy] - Fully Native iOS/Android apps for STEEM",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem#@steemapp/re-smooth-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t045252952z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17735818038199",
+        "voter": "itsascam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2091363547583",
+        "voter": "steemroller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17881645967595",
+        "voter": "steemed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2473129069",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3001847911",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "562495952",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "42273561181",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1325647967",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170794809",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "115426377545",
+        "voter": "stan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "497314258",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "741745834",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230286157",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17452286451",
+        "voter": "marklyford"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-118201007",
+        "voter": "cyonic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1259875358",
+        "voter": "shadowspub"
+      }
+    ],
+    "author": "michaelx",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "It doesn't matter at all in the big picture, when company accounts are used to censor any conversation (as they have been doing and will likely continue to do) they please, regardless of community voting consensus.  \n\nThis has already been proven by the actions of management using those accounts for this purpose.\n\nAnyone believing Steemit as it exists currently to be a censorship free platform for free speech is sadly mistaken.",
+    "body_length": 431,
+    "cashout_time": "2016-09-20T07:22:48",
+    "category": "philosophy",
+    "children": 0,
+    "created": "2016-08-20T21:35:15",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 5,
+    "json_metadata": "{\"tags\":[\"philosophy\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-20T21:35:15",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 37894124714862,
+    "parent_author": "stellabelle",
+    "parent_permlink": "re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t150054378z",
+    "pending_payout_value": "218.456 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-stellabelle-re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t213500128z",
+    "post_id": 687886,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Our Corrupt Sense of Fairness",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/philosophy/@dantheman/our-corrupt-sense-of-fairness#@michaelx/re-stellabelle-re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t213500128z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29864685009305",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "189574335690",
+        "voter": "friend2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "639212703934",
+        "voter": "justin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4968734358586",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3084986672",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3744144508",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "708943618",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52193349399",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1653762021",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213265420",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "613500608",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "886632294",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287496994",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "154121482815",
+        "voter": "jamtaylor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130134738142",
+        "voter": "thedashguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "39444938394",
+        "voter": "tiffjane"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "851256740",
+        "voter": "cousteau"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5673774261",
+        "voter": "meesterboom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33726244522",
+        "voter": "condra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "718346410",
+        "voter": "birdie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "20128929530",
+        "voter": "rznag"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51125341014",
+        "voter": "gomeravibz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1954050724",
+        "voter": "t3ran13"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2194116353",
+        "voter": "xroni"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "403314436",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11535444605",
+        "voter": "queenmountain"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "127023220",
+        "voter": "harrycoins"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61084860",
+        "voter": "mndstruct"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33194586794",
+        "voter": "thecurator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230160266",
+        "voter": "mefisto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1059907708",
+        "voter": "iamrohitkgupta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71181331",
+        "voter": "emilyjane"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "133481361",
+        "voter": "mweich"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50281530",
+        "voter": "topslim"
+      }
+    ],
+    "author": "condra",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Congrats to everyone, and forgive me if you didn't place. It wasn't easy to omit so many amazing shots. The standard was very high and there were hundreds of submissions. Huge love for all the Steemit #photography community.",
+    "body_length": 224,
+    "cashout_time": "2016-09-15T23:37:45",
+    "category": "steemitphotochallenge",
+    "children": 8,
+    "created": "2016-08-15T14:23:27",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\",\"steemitphotochallenge\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T14:23:27",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 36212532174065,
+    "parent_author": "jamtaylor",
+    "parent_permlink": "steemit-photo-challenge-4-winners-announcement-guest-judge-condra",
+    "pending_payout_value": "218.336 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t142348222z",
+    "post_id": 613425,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "\ud83d\udcf7  Steemit Photo Challenge #4 \u2014 WINNERS ANNOUNCEMENT! Guest Judge: @condra",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra#@condra/re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t142348222z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29864685009305",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "639212703934",
+        "voter": "justin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4968734358586",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2467989338",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2995315607",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "567154894",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41754679519",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1653762021",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170612336",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "490800486",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "709305835",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "229997595",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "147833075316",
+        "voter": "jamtaylor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33749012863",
+        "voter": "condra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8813120108",
+        "voter": "blinova"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "177253189627",
+        "voter": "blueorgy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7958656381",
+        "voter": "kristylynn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "250542489",
+        "voter": "nat4ka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2869166387",
+        "voter": "dercoco"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "403314436",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33194586794",
+        "voter": "thecurator"
+      }
+    ],
+    "author": "blueorgy",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "**Amazing Entries** once again this weekend! The talent here on steemit just keeps on growing with each #SteemitPhotoChallenge and I feel it's 100% a direct result of this **trending topic**. So be proud of your work and if you didn't make it into the **Top 3** don't even think about giving up, the computation is tuff and @condra had a difficult time deciding I'm sure.\n\n<hr>\n\n**Honourable Mentions**\n\n @kristylynn I really enjoyed this photo! It reminded me of when I was a kid grabbing dandelions at every change and blowing them all over the place! My father absolutely hated this because they would end up growing all over his lawn. Great work with the depth and the color is very pleasing. Thank you for bring back some old memories.\n\n@minion I tried to capture a very similar shot during my little exploration last sunday morning. I of course failed to get such a crisp, captivating, and **Super Lush** photo if you can describ the vibrant green colors this way. Great job on capturing that moment right before the water droplet escapes the branch , not easy and patience is required. \n\n**Finalist**\n\n@bebecitosfotos This flower is epic! The clarity and brightness is spot on and even the viewed in post and at lower resolution it still comes off as perfectly in focus (always a very difficult thing to do while using Macro). The background is just muted enough to capture a actual backdrop while not taking away fro the foreground image. Excellent work.\n\n@dercoco What can I say about this one... how about **EYES**. I have always loved the reptile eye, Great Work.\n\n@mweich This is spot on! Being able to capture the pollen on the Bee's legs was a great feat I tell you that, while still keeping other expects and depths of the photo in great focus is even harder, very still hand you must have! The angle of the photo and the choice of background imagery defiantly gave this photo an edge when it came to being Macro. The background is often forgot when capturing with Macro even thought it plays such a big role, you seem to have a very good eye for it. And **Congratulations!** on taking First Place!\n\n<hr>\n\nAgain I can't say it enough great job everyone, keep it up!\nCan't wait for next weekend's challenge @jamtaylor make it a good one ;)\n\nBlue",
+    "body_length": 2259,
+    "cashout_time": "2016-09-15T23:37:45",
+    "category": "steemitphotochallenge",
+    "children": 0,
+    "created": "2016-08-15T16:39:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steemitphotochallenge\"],\"users\":[\"kristylynn\",\"minion\",\"bebecitosfotos\",\"dercoco\",\"mweich\",\"jamtaylor\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T16:52:30",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 35935996353857,
+    "parent_author": "jamtaylor",
+    "parent_permlink": "steemit-photo-challenge-4-winners-announcement-guest-judge-condra",
+    "pending_payout_value": "215.088 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t163904911z",
+    "post_id": 615071,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "\ud83d\udcf7  Steemit Photo Challenge #4 \u2014 WINNERS ANNOUNCEMENT! Guest Judge: @condra",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra#@blueorgy/re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t163904911z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29864685009305",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "639212703934",
+        "voter": "justin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4968734358586",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11700424464",
+        "voter": "by24seven"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "18794778971",
+        "voter": "ozzy-vega"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "106925555861",
+        "voter": "anyx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "278001908",
+        "voter": "mirrax"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17506904849",
+        "voter": "keithsmih"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "20129459504",
+        "voter": "cheetah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100129802",
+        "voter": "cheetah33"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "403314436",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100111679",
+        "voter": "cheetah34"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33194586794",
+        "voter": "thecurator"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "198033574",
+        "voter": "alorya"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "360071237",
+        "voter": "seraph"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "154615872",
+        "voter": "celestial"
+      }
+    ],
+    "author": "cheetah",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.youtube.com/watch?v=Jetfhhkg_YU",
+    "body_length": 165,
+    "cashout_time": "2016-09-16T00:01:18",
+    "category": "blocktalk",
+    "children": 4,
+    "created": "2016-08-15T19:46:09",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T19:46:09",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 35682478060776,
+    "parent_author": "blocktalk",
+    "parent_permlink": "blocktalk-with-nexus-colin-cantrell-question-thread",
+    "pending_payout_value": "212.366 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-blocktalk-with-nexus-colin-cantrell-question-thread-20160815t194601",
+    "post_id": 617412,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "#Blocktalk with Nexus' Colin Cantrell [Question Thread]",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/blocktalk/@blocktalk/blocktalk-with-nexus-colin-cantrell-question-thread#@cheetah/re-blocktalk-with-nexus-colin-cantrell-question-thread-20160815t194601"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17387563883098",
+        "voter": "itsascam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2050320927937",
+        "voter": "steemroller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17506821189546",
+        "voter": "steemed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2472687085",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3001252537",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "562430414",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "42191835467",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1325422094",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170789230",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "497255693",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "737466177",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230274999",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5163277168",
+        "voter": "christoryan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4146107046",
+        "voter": "fishborne"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100022771",
+        "voter": "darkstar1o9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58035101",
+        "voter": "aaronjwhite"
+      }
+    ],
+    "author": "knircky",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Nope a stock is not a ponzu scheme and steem is not either.\n\nI am sick of people that cannot understand how things calling them Ponzi schemes, so they can sound smarter than they are.",
+    "body_length": 183,
+    "cashout_time": "2016-09-20T07:57:42",
+    "category": "steemit",
+    "children": 10,
+    "created": "2016-08-20T03:22:36",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"steemit\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-20T03:22:36",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 37005362856363,
+    "parent_author": "gmalhotra",
+    "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t025813753z",
+    "pending_payout_value": "210.101 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t032236858z",
+    "post_id": 678887,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Is Bitcoin a Ponzi too? A Simple Explanation about Where Does Money Come From for Dummies",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@clayop/is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies#@knircky/re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t032236858z"
+  }
+]
diff --git a/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/author.pat.json b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/author.pat.json
new file mode 100644
index 00000000..555d4d92
--- /dev/null
+++ b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/author.pat.json
@@ -0,0 +1,5 @@
+{
+  "code": -32602,
+  "data": "Post otc/ does not exist",
+  "message": "Invalid parameters"
+}
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author.tavern.yaml b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/author.tavern.yaml
similarity index 72%
rename from hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author.tavern.yaml
rename to hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/author.tavern.yaml
index 3a4ca983..c66a0e27 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author.tavern.yaml
+++ b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/author.tavern.yaml
@@ -2,9 +2,8 @@
   test_name: Hivemind tags_api.get_comment_discussions_by_payout patterns test author
 
   marks:
-    - patterntest
-    # does not work correctly, start_author does not matter in sorting
-    # take only comments with payouts
+    - patterntest # changed behaviour so when either start_author or start_permlink is passed, both have to be passed and point to actual post
+    - negative
 
   includes:
     - !include ../../common.yaml
@@ -27,4 +26,5 @@
           function: validate_response:compare_response_with_pattern
           extra_kwargs:
             method: "author"
-            directory: "tags_api_patterns/get_comment_discussions_by_payout"
\ No newline at end of file
+            directory: "tags_api_negative/get_comment_discussions_by_payout"
+            error_response: true
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/good_permlink.orig.json b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/good_permlink.orig.json
new file mode 100644
index 00000000..fe51488c
--- /dev/null
+++ b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/good_permlink.orig.json
@@ -0,0 +1 @@
+[]
diff --git a/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/good_permlink.pat.json b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/good_permlink.pat.json
new file mode 100644
index 00000000..8cd917d0
--- /dev/null
+++ b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/good_permlink.pat.json
@@ -0,0 +1,5 @@
+{
+  "code": -32602,
+  "data": "Post /re-budgiebee-re-mikkolyytinen-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160911t191955857z does not exist",
+  "message": "Invalid parameters"
+}
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/good_permlink.tavern.yaml b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/good_permlink.tavern.yaml
similarity index 76%
rename from hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/good_permlink.tavern.yaml
rename to hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/good_permlink.tavern.yaml
index c5b731f6..61d48ba8 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/good_permlink.tavern.yaml
+++ b/hivemind/tavern/tags_api_negative/get_comment_discussions_by_payout/good_permlink.tavern.yaml
@@ -2,8 +2,8 @@
   test_name: Hivemind tags_api.get_comment_discussions_by_payout patterns test good permlink
 
   marks:
-    - patterntest
-    # returns empty result even if permlink is correct
+    - patterntest # changed behaviour so when either start_author or start_permlink is passed, both have to be passed and point to actual post
+    - negative
 
   includes:
     - !include ../../common.yaml
@@ -26,4 +26,5 @@
           function: validate_response:compare_response_with_pattern
           extra_kwargs:
             method: "good_permlink"
-            directory: "tags_api_patterns/get_comment_discussions_by_payout"
\ No newline at end of file
+            directory: "tags_api_negative/get_comment_discussions_by_payout"
+            error_response: true
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout.orig.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout.orig.json
deleted file mode 100644
index 1d95f6eb..00000000
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout.orig.json
+++ /dev/null
@@ -1,33 +0,0 @@
-[
-  {
-    "active_votes": [],
-    "author": "lukmarcus",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Ty jeste\u015b autorem tego tekstu?\nhttps://web.facebook.com/notes/szymon-szewczyk-blog/nasienie-wolno%C5%9Bci/1062629210473658",
-    "body_length": 122,
-    "cashout_time": "2016-09-18T21:19:45",
-    "category": "polska",
-    "children": 0,
-    "created": "2016-08-22T07:44:48",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 1,
-    "json_metadata": "{\"tags\":[\"polska\"],\"links\":[\"https:\\/\\/web.facebook.com\\/notes\\/szymon-szewczyk-blog\\/nasienie-wolno%C5%9Bci\\/1062629210473658\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-08-22T07:44:48",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 0,
-    "parent_author": "simgregg",
-    "parent_permlink": "nasienie-wolnosci",
-    "pending_payout_value": "0.000 HBD",
-    "percent_steem_dollars": 10000,
-    "permlink": "re-simgregg-nasienie-wolnosci-20160822t074530822z",
-    "post_id": 703225,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Nasienie Wolno\u015bci",
-    "title": "",
-    "total_payout_value": "0.000 HBD",
-    "url": "/polska/@simgregg/nasienie-wolnosci#@lukmarcus/re-simgregg-nasienie-wolnosci-20160822t074530822z"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout.pat.json
deleted file mode 100644
index 15ef8fb0..00000000
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout.pat.json
+++ /dev/null
@@ -1,33 +0,0 @@
-[
-  {
-    "active_votes": [],
-    "author": "lukmarcus",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Ty jeste\u015b autorem tego tekstu?\nhttps://web.facebook.com/notes/szymon-szewczyk-blog/nasienie-wolno%C5%9Bci/1062629210473658",
-    "body_length": 122,
-    "cashout_time": "2016-08-29T07:44:48",
-    "category": "polska",
-    "children": 0,
-    "created": "2016-08-22T07:44:48",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 1,
-    "json_metadata": "{\"tags\":[\"polska\"],\"links\":[\"https://web.facebook.com/notes/szymon-szewczyk-blog/nasienie-wolno%C5%9Bci/1062629210473658\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-08-22T07:44:48",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 0,
-    "parent_author": "simgregg",
-    "parent_permlink": "nasienie-wolnosci",
-    "pending_payout_value": "0.000 HBD",
-    "percent_hbd": 10000,
-    "permlink": "re-simgregg-nasienie-wolnosci-20160822t074530822z",
-    "post_id": 931240,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Nasienie Wolno\u015bci",
-    "title": "",
-    "total_payout_value": "0.000 HBD",
-    "url": "/polska/@simgregg/nasienie-wolnosci#@lukmarcus/re-simgregg-nasienie-wolnosci-20160822t074530822z"
-  }
-]
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author.pat.json
deleted file mode 100644
index efdafd08..00000000
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author.pat.json
+++ /dev/null
@@ -1,2549 +0,0 @@
-[
-    {
-      "active_votes": [
-        {
-          "percent": "300",
-          "reputation": 0,
-          "rshares": "1294968367268",
-          "voter": "smooth"
-        },
-        {
-          "percent": "100",
-          "reputation": 0,
-          "rshares": "28860902224",
-          "voter": "anonymous"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "14409605494831",
-          "voter": "summon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "40261554792719",
-          "voter": "blocktrades"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3155750963782",
-          "voter": "lafona-miner"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "377906636658",
-          "voter": "lafona"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1245475534803",
-          "voter": "silver"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2875138885044",
-          "voter": "silversteem"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "992692841277",
-          "voter": "delegate.lafona"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "948645888607",
-          "voter": "liondani"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "314602171157",
-          "voter": "lafona5"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3094244335",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3755939559",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "703615315",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5751660885474",
-          "voter": "complexring"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1644151280793",
-          "voter": "steemychicken1"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53261984748",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1658441464",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "213555429",
-          "voter": "moon"
-        },
-        {
-          "percent": "300",
-          "reputation": 0,
-          "rshares": "222747002001",
-          "voter": "smooth.witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "622045496",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "947522117",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "100",
-          "reputation": 0,
-          "rshares": "54127411451",
-          "voter": "donkeypong"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1759901644",
-          "voter": "nexusdev"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "351517418935",
-          "voter": "ash"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "282481919881",
-          "voter": "chitty"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "287957469",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "25822874684",
-          "voter": "steampunkpowered"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "10283360038",
-          "voter": "ervin-lemark"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "24290958657",
-          "voter": "instructor2121"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7456570912",
-          "voter": "jerome-colley"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "491733834025",
-          "voter": "kevinwong"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "41463145095",
-          "voter": "nphacker"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "367830728600",
-          "voter": "blakemiles84"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "45912096650",
-          "voter": "ranko-k"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "23227592357",
-          "voter": "treeleaves"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "63707549495",
-          "voter": "kanoptx"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "31690086400",
-          "voter": "drinkzya"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "73022585138",
-          "voter": "eric-boucher"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "109636482823",
-          "voter": "kenny-crane"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "61288399197",
-          "voter": "thecryptodrive"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "117389810764",
-          "voter": "bravenewcoin"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "449244898326",
-          "voter": "infovore"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "128017998380",
-          "voter": "omarb"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "36007650081",
-          "voter": "cheftony"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "32961119819",
-          "voter": "cryptoiskey"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "71452016003",
-          "voter": "discombobulated"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5121130339",
-          "voter": "expanse"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "25440234426",
-          "voter": "hitmeasap"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "13382892819",
-          "voter": "stealthtrader"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "24939158057",
-          "voter": "tcfxyz"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "103574158909",
-          "voter": "cdubendo"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7881221000",
-          "voter": "spiz0r"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "112751020008",
-          "voter": "jacor"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "14190084617",
-          "voter": "halo"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "159492592967",
-          "voter": "jesta"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "33597624083",
-          "voter": "toxonaut"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7028930352",
-          "voter": "btcupload"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "17438618169",
-          "voter": "anduweb"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "75155947399",
-          "voter": "demotruk"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3697940497",
-          "voter": "maximkichev"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "10377897348",
-          "voter": "nippel66"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7753599028",
-          "voter": "magz8716"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1388783807",
-          "voter": "cryptocurrency1"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "115874018",
-          "voter": "gosha"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "505816971",
-          "voter": "raymonjohnstone"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "124907433",
-          "voter": "biternator"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3090635988",
-          "voter": "willbeonceagain8"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "54497070629",
-          "voter": "arcurus"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "4745090234",
-          "voter": "bakingengineer"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "36689125715",
-          "voter": "claudiop63"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "16359584188",
-          "voter": "noodles.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "10399150907",
-          "voter": "npl77"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "108836213411",
-          "voter": "steemdrive"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "11060114610",
-          "voter": "bergy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2050213474",
-          "voter": "theprophet0"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "295915630",
-          "voter": "theprophet"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "38819548773",
-          "voter": "allasyummyfood"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "461449860",
-          "voter": "neddykelly"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1579699570",
-          "voter": "minion"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "77473387847",
-          "voter": "sirwinchester"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "61385527",
-          "voter": "sijoittaja"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "4190219999",
-          "voter": "tom77"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "125663528",
-          "voter": "nelkel"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "148930176",
-          "voter": "letsgo.asino"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "14968711124",
-          "voter": "hilarski"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "58226150",
-          "voter": "ajavajive"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "253750401751",
-          "voter": "oldtimer"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "57886832",
-          "voter": "shootetxd"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "191216226",
-          "voter": "comcentrate"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "13741567322",
-          "voter": "antoinev"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "61289460",
-          "voter": "jtstreetman"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5100395909",
-          "voter": "io-io-io"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "54884363",
-          "voter": "ian89"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "50351260",
-          "voter": "chuckleberry"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "349611227",
-          "voter": "panther"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "59354601485",
-          "voter": "tracemayer"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51884666",
-          "voter": "brs"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "130434883",
-          "voter": "bitcoinparadise"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "52571606",
-          "voter": "bellphorion"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53224648",
-          "voter": "yanikkoval"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51136429",
-          "voter": "infotoday"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "50977036",
-          "voter": "tldr"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "50797377",
-          "voter": "bo-ro"
-        }
-      ],
-      "author": "smooth",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "I will sponsor an additional 2000 SBD toward this campaign in addition to my vote on the post, plus any rewards on this comment.",
-      "body_length": 128,
-      "cashout_time": "2016-09-24T19:41:42",
-      "category": "steemit",
-      "children": 31,
-      "created": "2016-08-24T16:43:21",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"steemit\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-24T16:43:21",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 77833655363992,
-      "parent_author": "steemdrive",
-      "parent_permlink": "steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream",
-      "pending_payout_value": "852.555 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t164320100z",
-      "post_id": 733019,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the \u201cAmerican Dream\"!",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/steemit/@steemdrive/steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream#@smooth/re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t164320100z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "30296554046147",
-          "voter": "smooth"
-        },
-        {
-          "percent": "97",
-          "reputation": 0,
-          "rshares": "28854877817",
-          "voter": "anonymous"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "14368089454321",
-          "voter": "summon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3183112492799",
-          "voter": "lafona-miner"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "377387227766",
-          "voter": "lafona"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "790314875205",
-          "voter": "delegate.lafona"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "314383371770",
-          "voter": "lafona5"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1851434600",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2247039689",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "425455109",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "31378635899",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "992487616",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "127981753",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "6510505164",
-          "voter": "sean0010"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5308002434389",
-          "voter": "smooth.witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "342922310367",
-          "voter": "officialfuzzy"
-        },
-        {
-          "percent": "9700",
-          "reputation": 0,
-          "rshares": "802009404542",
-          "voter": "cass"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "369247770",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "537460001",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "172530341",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "410778394570",
-          "voter": "chryspano"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "113345677592",
-          "voter": "forrestwillie"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5390642912",
-          "voter": "kingjohal"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "346429583563",
-          "voter": "blakemiles84"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "46740932510",
-          "voter": "ranko-k"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "18522231224",
-          "voter": "allahhh"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "398461524",
-          "voter": "rafikichi"
-        },
-        {
-          "percent": "9900",
-          "reputation": 0,
-          "rshares": "1421853753930",
-          "voter": "sean-king"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "65040641602",
-          "voter": "charleshosk"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "739465956",
-          "voter": "mammasitta"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "17651204278",
-          "voter": "acassity"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "480475374",
-          "voter": "chamviet"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "239694404",
-          "voter": "concave"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1386708550",
-          "voter": "vi1son"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1798938485",
-          "voter": "gazm"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "19465926763",
-          "voter": "ausbitbank"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2622666444",
-          "voter": "egjoshslim"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "6373898691",
-          "voter": "perwest"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "312475355",
-          "voter": "lioliomir"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "33482946725",
-          "voter": "alexfortin"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5612628842",
-          "voter": "r33drum"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "24373102947",
-          "voter": "igster"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51538128557",
-          "voter": "sephiroth"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5989513477",
-          "voter": "cryptosi"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "72131208610",
-          "voter": "ntomaino"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "9493199624",
-          "voter": "domavila"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "107006946999",
-          "voter": "bonface"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "12353093513",
-          "voter": "grolelo"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "32088583721",
-          "voter": "streetstyle"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "54299398751",
-          "voter": "demotruk"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "45617820200",
-          "voter": "arcurus"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "211677715438",
-          "voter": "johnsmith"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "17146066951",
-          "voter": "team-leibniz"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "22277193587",
-          "voter": "solidgold"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "143431864",
-          "voter": "borntowin"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "609312338",
-          "voter": "metaflute"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1125051142",
-          "voter": "bofadeez"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "100022771",
-          "voter": "darkstar1o9"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "57276142",
-          "voter": "pgarcgo"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "328256060",
-          "voter": "alifton"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "63775214",
-          "voter": "laissezfairedr"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "66697195",
-          "voter": "rubenalexander"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7960548410",
-          "voter": "kyriacos"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "376001676",
-          "voter": "manicmidnight"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "58682093",
-          "voter": "tradz"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "58914198",
-          "voter": "brandon-rosano"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "38710389758",
-          "voter": "simon-says"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "57980741",
-          "voter": "alaqrab"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "56436574",
-          "voter": "saintbitts"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "55261899",
-          "voter": "shakimclark7"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "75377250",
-          "voter": "powercouple"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "55618704",
-          "voter": "jaypillagara"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53912690",
-          "voter": "shax"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53846159",
-          "voter": "wulfmeister"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53707619",
-          "voter": "ct-gurus"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53333238",
-          "voter": "donzy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53210703",
-          "voter": "frostwalker"
-        }
-      ],
-      "author": "charlieshrem",
-      "author_reputation": 50375830871208,
-      "beneficiaries": [],
-      "body": "I have a series of posts I'm writing now about socioeconomic observations in prison. If the Steemit community likes it, Ill post it here exclusively.",
-      "body_length": 149,
-      "cashout_time": "2016-09-16T21:13:42",
-      "category": "introduceyourself",
-      "children": 21,
-      "created": "2016-08-16T18:55:27",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 2,
-      "json_metadata": "{\"tags\":[\"introduceyourself\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-16T18:55:27",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 59091129639172,
-      "parent_author": "dennygalindo",
-      "parent_permlink": "re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185037477z",
-      "pending_payout_value": "545.728 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z",
-      "post_id": 630864,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Charlie Shrem Is Now On Steemit!",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/introduceyourself/@charlieshrem/charlie-shrem-is-now-on-steemit#@charlieshrem/re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "29186049220380",
-          "voter": "berniesanders"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "623996958321",
-          "voter": "justin"
-        },
-        {
-          "percent": "9900",
-          "reputation": 0,
-          "rshares": "5881098331094",
-          "voter": "abit"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "4855865727368",
-          "voter": "nextgencrypto"
-        },
-        {
-          "percent": "9800",
-          "reputation": 0,
-          "rshares": "2454399166148",
-          "voter": "adm"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2467985030",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2995309863",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "567154894",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "41750226248",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1323006745",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "170612336",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "664278529380",
-          "voter": "pfunk"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "490800486",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "709305835",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "229997595",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "130506632815",
-          "voter": "kaylinart"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "106890789634",
-          "voter": "anyx"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "9971301073",
-          "voter": "senseiteekay"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "9400027589",
-          "voter": "shredlord"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "61646469732",
-          "voter": "cheetah"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "219824678620",
-          "voter": "originate"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "685101796",
-          "voter": "metaflute"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "394148198",
-          "voter": "theconnoisseur"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "32404401324",
-          "voter": "thecurator"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "582451688",
-          "voter": "alorya"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1059033052",
-          "voter": "seraph"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "16011014560",
-          "voter": "someguy123"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "454752565",
-          "voter": "celestial"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "188226473",
-          "voter": "andyinspace"
-        }
-      ],
-      "author": "adm",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "This is an article spun to avoid automatic plagiarism detection.\nHere is the source:\nhttp://health.learninginfo.org/muscle-building-tips.htm",
-      "body_length": 140,
-      "cashout_time": "2016-09-15T23:59:09",
-      "category": "workout",
-      "children": 0,
-      "created": "2016-08-15T22:50:42",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"workout\"],\"links\":[\"http:\\/\\/health.learninginfo.org\\/muscle-building-tips.htm\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-15T22:50:42",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 44306411360842,
-      "parent_author": "dopezzz123",
-      "parent_permlink": "why-muscles-get-sore",
-      "pending_payout_value": "312.617 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-dopezzz123-why-muscles-get-sore-20160815t225039946z",
-      "post_id": 619751,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Why Muscles Get Sore",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/workout/@dopezzz123/why-muscles-get-sore#@adm/re-dopezzz123-why-muscles-get-sore-20160815t225039946z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "40261554792719",
-          "voter": "blocktrades"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "48124579959",
-          "voter": "full-steem-ahead"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "282481919881",
-          "voter": "chitty"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "25822874684",
-          "voter": "steampunkpowered"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "10283360038",
-          "voter": "ervin-lemark"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "24290958657",
-          "voter": "instructor2121"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "62458381858",
-          "voter": "kanoptx"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "71100938161",
-          "voter": "eric-boucher"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "61288297136",
-          "voter": "thecryptodrive"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "117389810764",
-          "voter": "bravenewcoin"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5121130339",
-          "voter": "expanse"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7881221000",
-          "voter": "spiz0r"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "10377897348",
-          "voter": "nippel66"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "49642777135",
-          "voter": "thylbom"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "115874018",
-          "voter": "gosha"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "37453482500",
-          "voter": "claudiop63"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "4096208838",
-          "voter": "smailer"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "8375659361",
-          "voter": "jamesbrown"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "108836213411",
-          "voter": "steemdrive"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "195118598",
-          "voter": "comcentrate"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "61289460",
-          "voter": "jtstreetman"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "56939384",
-          "voter": "dcat"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "130434883",
-          "voter": "bitcoinparadise"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "50468741",
-          "voter": "bellphorion"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "50353356",
-          "voter": "takemyfive"
-        }
-      ],
-      "author": "steemdrive",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "<center>[![vote-Ohare.jpg](https://s19.postimg.org/vpowej1g3/vote_Ohare.jpg)](http://www.steemit.com/@steemdrive)</center>",
-      "body_length": 122,
-      "cashout_time": "2016-09-24T19:41:42",
-      "category": "steemit",
-      "children": 0,
-      "created": "2016-08-24T16:23:00",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https:\\/\\/s19.postimg.org\\/vpowej1g3\\/vote_Ohare.jpg\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-24T16:23:00",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 41197240982229,
-      "parent_author": "steemdrive",
-      "parent_permlink": "steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream",
-      "pending_payout_value": "249.516 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t162300868z",
-      "post_id": 732832,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the \u201cAmerican Dream\"!",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/steemit/@steemdrive/steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream#@steemdrive/re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t162300868z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "5000",
-          "reputation": 0,
-          "rshares": "14824916004472",
-          "voter": "smooth"
-        },
-        {
-          "percent": "100",
-          "reputation": 0,
-          "rshares": "28851426273",
-          "voter": "anonymous"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "14660905118594",
-          "voter": "summon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5645842591970",
-          "voter": "kushed"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3085011784",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3744178588",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "708945412",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "52221628833",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1653774577",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "213265420",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "733758489177",
-          "voter": "cass"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "613502402",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "888428594",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "287496994",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5519141498",
-          "voter": "spaninv"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "151618531853",
-          "voter": "killerstorm"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "13114605961",
-          "voter": "facer"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "137573239907",
-          "voter": "thedashguy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "586358175",
-          "voter": "mammasitta"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "128697036640",
-          "voter": "chhayll"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "269379546",
-          "voter": "thealexander"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "13452877972",
-          "voter": "bitshares101"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51529058014",
-          "voter": "sephiroth"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5729767206",
-          "voter": "inti"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "14254612849",
-          "voter": "deanero"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1646059150",
-          "voter": "belkins"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "116253105",
-          "voter": "darkstar1o9"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "61980222",
-          "voter": "breastsono"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2359201317",
-          "voter": "matherly"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "897505702",
-          "voter": "harand"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "17530292877",
-          "voter": "shenanigator"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "4300748049",
-          "voter": "bitbutter"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "54634677",
-          "voter": "stephenm"
-        }
-      ],
-      "author": "steemapp",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Hi, @smooth this is @str11ngfello, the iOS developer on Steemy. \n\nHere's my linked in profile ->\nhttps://www.linkedin.com/in/lynn-duke-097a724\n\n @cyonic here as a followup edit, my linkedin profile here:\nhttps://www.linkedin.com/in/johnelliotwhite\n\nGive me a few moments and I'll add a blurb to my linked in profile that references Steemy.  Look for it towards the top. \n\nHere is a quick vid I made of Steemy at the request of many users.  \n\nhttps://youtu.be/kHbOHuXQWg4\n\nHere's to hoping we can prove ourselves a bit.  STEEM ON!",
-      "body_length": 529,
-      "cashout_time": "2016-09-16T04:46:15",
-      "category": "steemit",
-      "children": 18,
-      "created": "2016-08-16T04:52:51",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 2,
-      "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/youtu.be\\/kHbOHuXQWg4\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-16T14:16:24",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 36507001147810,
-      "parent_author": "smooth",
-      "parent_permlink": "re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t042406700z",
-      "pending_payout_value": "227.842 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-smooth-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t045252952z",
-      "post_id": 622869,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "[Introducing Steemy] - Fully Native iOS/Android apps for STEEM",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem#@steemapp/re-smooth-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t045252952z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "17735818038199",
-          "voter": "itsascam"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2091363547583",
-          "voter": "steemroller"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "17881645967595",
-          "voter": "steemed"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2473129069",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3001847911",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "562495952",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "42273561181",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1325647967",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "170794809",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "115426377545",
-          "voter": "stan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "497314258",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "741745834",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "230286157",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "17452286451",
-          "voter": "marklyford"
-        },
-        {
-          "percent": "-10000",
-          "reputation": 0,
-          "rshares": "-118201007",
-          "voter": "cyonic"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1259875358",
-          "voter": "shadowspub"
-        }
-      ],
-      "author": "michaelx",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "It doesn't matter at all in the big picture, when company accounts are used to censor any conversation (as they have been doing and will likely continue to do) they please, regardless of community voting consensus.  \n\nThis has already been proven by the actions of management using those accounts for this purpose.\n\nAnyone believing Steemit as it exists currently to be a censorship free platform for free speech is sadly mistaken.",
-      "body_length": 431,
-      "cashout_time": "2016-09-20T07:22:48",
-      "category": "philosophy",
-      "children": 0,
-      "created": "2016-08-20T21:35:15",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 5,
-      "json_metadata": "{\"tags\":[\"philosophy\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-20T21:35:15",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 37894124714862,
-      "parent_author": "stellabelle",
-      "parent_permlink": "re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t150054378z",
-      "pending_payout_value": "218.456 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-stellabelle-re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t213500128z",
-      "post_id": 687886,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Our Corrupt Sense of Fairness",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/philosophy/@dantheman/our-corrupt-sense-of-fairness#@michaelx/re-stellabelle-re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t213500128z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "29864685009305",
-          "voter": "berniesanders"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "189574335690",
-          "voter": "friend2"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "639212703934",
-          "voter": "justin"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "4968734358586",
-          "voter": "nextgencrypto"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3084986672",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3744144508",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "708943618",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "52193349399",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1653762021",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "213265420",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "613500608",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "886632294",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "287496994",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "154121482815",
-          "voter": "jamtaylor"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "130134738142",
-          "voter": "thedashguy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "39444938394",
-          "voter": "tiffjane"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "851256740",
-          "voter": "cousteau"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5673774261",
-          "voter": "meesterboom"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "33726244522",
-          "voter": "condra"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "718346410",
-          "voter": "birdie"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "20128929530",
-          "voter": "rznag"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51125341014",
-          "voter": "gomeravibz"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1954050724",
-          "voter": "t3ran13"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2194116353",
-          "voter": "xroni"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "403314436",
-          "voter": "theconnoisseur"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "11535444605",
-          "voter": "queenmountain"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "127023220",
-          "voter": "harrycoins"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "61084860",
-          "voter": "mndstruct"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "33194586794",
-          "voter": "thecurator"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "230160266",
-          "voter": "mefisto"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1059907708",
-          "voter": "iamrohitkgupta"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "71181331",
-          "voter": "emilyjane"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "133481361",
-          "voter": "mweich"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "50281530",
-          "voter": "topslim"
-        }
-      ],
-      "author": "condra",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Congrats to everyone, and forgive me if you didn't place. It wasn't easy to omit so many amazing shots. The standard was very high and there were hundreds of submissions. Huge love for all the Steemit #photography community.",
-      "body_length": 224,
-      "cashout_time": "2016-09-15T23:37:45",
-      "category": "steemitphotochallenge",
-      "children": 8,
-      "created": "2016-08-15T14:23:27",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\",\"steemitphotochallenge\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-15T14:23:27",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 36212532174065,
-      "parent_author": "jamtaylor",
-      "parent_permlink": "steemit-photo-challenge-4-winners-announcement-guest-judge-condra",
-      "pending_payout_value": "218.336 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t142348222z",
-      "post_id": 613425,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "\ud83d\udcf7  Steemit Photo Challenge #4 \u2014 WINNERS ANNOUNCEMENT! Guest Judge: @condra",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra#@condra/re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t142348222z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "29864685009305",
-          "voter": "berniesanders"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "639212703934",
-          "voter": "justin"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "4968734358586",
-          "voter": "nextgencrypto"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2467989338",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2995315607",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "567154894",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "41754679519",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1653762021",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "170612336",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "490800486",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "709305835",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "229997595",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "147833075316",
-          "voter": "jamtaylor"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "33749012863",
-          "voter": "condra"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "8813120108",
-          "voter": "blinova"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "177253189627",
-          "voter": "blueorgy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7958656381",
-          "voter": "kristylynn"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "250542489",
-          "voter": "nat4ka"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2869166387",
-          "voter": "dercoco"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "403314436",
-          "voter": "theconnoisseur"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "33194586794",
-          "voter": "thecurator"
-        }
-      ],
-      "author": "blueorgy",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "**Amazing Entries** once again this weekend! The talent here on steemit just keeps on growing with each #SteemitPhotoChallenge and I feel it's 100% a direct result of this **trending topic**. So be proud of your work and if you didn't make it into the **Top 3** don't even think about giving up, the computation is tuff and @condra had a difficult time deciding I'm sure.\n\n<hr>\n\n**Honourable Mentions**\n\n @kristylynn I really enjoyed this photo! It reminded me of when I was a kid grabbing dandelions at every change and blowing them all over the place! My father absolutely hated this because they would end up growing all over his lawn. Great work with the depth and the color is very pleasing. Thank you for bring back some old memories.\n\n@minion I tried to capture a very similar shot during my little exploration last sunday morning. I of course failed to get such a crisp, captivating, and **Super Lush** photo if you can describ the vibrant green colors this way. Great job on capturing that moment right before the water droplet escapes the branch , not easy and patience is required. \n\n**Finalist**\n\n@bebecitosfotos This flower is epic! The clarity and brightness is spot on and even the viewed in post and at lower resolution it still comes off as perfectly in focus (always a very difficult thing to do while using Macro). The background is just muted enough to capture a actual backdrop while not taking away fro the foreground image. Excellent work.\n\n@dercoco What can I say about this one... how about **EYES**. I have always loved the reptile eye, Great Work.\n\n@mweich This is spot on! Being able to capture the pollen on the Bee's legs was a great feat I tell you that, while still keeping other expects and depths of the photo in great focus is even harder, very still hand you must have! The angle of the photo and the choice of background imagery defiantly gave this photo an edge when it came to being Macro. The background is often forgot when capturing with Macro even thought it plays such a big role, you seem to have a very good eye for it. And **Congratulations!** on taking First Place!\n\n<hr>\n\nAgain I can't say it enough great job everyone, keep it up!\nCan't wait for next weekend's challenge @jamtaylor make it a good one ;)\n\nBlue",
-      "body_length": 2259,
-      "cashout_time": "2016-09-15T23:37:45",
-      "category": "steemitphotochallenge",
-      "children": 0,
-      "created": "2016-08-15T16:39:03",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"steemitphotochallenge\"],\"users\":[\"kristylynn\",\"minion\",\"bebecitosfotos\",\"dercoco\",\"mweich\",\"jamtaylor\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-15T16:52:30",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 35935996353857,
-      "parent_author": "jamtaylor",
-      "parent_permlink": "steemit-photo-challenge-4-winners-announcement-guest-judge-condra",
-      "pending_payout_value": "215.088 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t163904911z",
-      "post_id": 615071,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "\ud83d\udcf7  Steemit Photo Challenge #4 \u2014 WINNERS ANNOUNCEMENT! Guest Judge: @condra",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra#@blueorgy/re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t163904911z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "29864685009305",
-          "voter": "berniesanders"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "639212703934",
-          "voter": "justin"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "4968734358586",
-          "voter": "nextgencrypto"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "11700424464",
-          "voter": "by24seven"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "18794778971",
-          "voter": "ozzy-vega"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "106925555861",
-          "voter": "anyx"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "278001908",
-          "voter": "mirrax"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "17506904849",
-          "voter": "keithsmih"
-        },
-        {
-          "percent": "3300",
-          "reputation": 0,
-          "rshares": "20129459504",
-          "voter": "cheetah"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "100129802",
-          "voter": "cheetah33"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "403314436",
-          "voter": "theconnoisseur"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "100111679",
-          "voter": "cheetah34"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "33194586794",
-          "voter": "thecurator"
-        },
-        {
-          "percent": "3300",
-          "reputation": 0,
-          "rshares": "198033574",
-          "voter": "alorya"
-        },
-        {
-          "percent": "3300",
-          "reputation": 0,
-          "rshares": "360071237",
-          "voter": "seraph"
-        },
-        {
-          "percent": "3300",
-          "reputation": 0,
-          "rshares": "154615872",
-          "voter": "celestial"
-        }
-      ],
-      "author": "cheetah",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.youtube.com/watch?v=Jetfhhkg_YU",
-      "body_length": 165,
-      "cashout_time": "2016-09-16T00:01:18",
-      "category": "blocktalk",
-      "children": 4,
-      "created": "2016-08-15T19:46:09",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-15T19:46:09",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 35682478060776,
-      "parent_author": "blocktalk",
-      "parent_permlink": "blocktalk-with-nexus-colin-cantrell-question-thread",
-      "pending_payout_value": "212.366 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-blocktalk-with-nexus-colin-cantrell-question-thread-20160815t194601",
-      "post_id": 617412,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "#Blocktalk with Nexus' Colin Cantrell [Question Thread]",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/blocktalk/@blocktalk/blocktalk-with-nexus-colin-cantrell-question-thread#@cheetah/re-blocktalk-with-nexus-colin-cantrell-question-thread-20160815t194601"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "17387563883098",
-          "voter": "itsascam"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2050320927937",
-          "voter": "steemroller"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "17506821189546",
-          "voter": "steemed"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2472687085",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3001252537",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "562430414",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "42191835467",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1325422094",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "170789230",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "497255693",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "737466177",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "230274999",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5163277168",
-          "voter": "christoryan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "4146107046",
-          "voter": "fishborne"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "100022771",
-          "voter": "darkstar1o9"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "58035101",
-          "voter": "aaronjwhite"
-        }
-      ],
-      "author": "knircky",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Nope a stock is not a ponzu scheme and steem is not either.\n\nI am sick of people that cannot understand how things calling them Ponzi schemes, so they can sound smarter than they are.",
-      "body_length": 183,
-      "cashout_time": "2016-09-20T07:57:42",
-      "category": "steemit",
-      "children": 10,
-      "created": "2016-08-20T03:22:36",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 2,
-      "json_metadata": "{\"tags\":[\"steemit\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-20T03:22:36",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 37005362856363,
-      "parent_author": "gmalhotra",
-      "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t025813753z",
-      "pending_payout_value": "210.101 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t032236858z",
-      "post_id": 678887,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Is Bitcoin a Ponzi too? A Simple Explanation about Where Does Money Come From for Dummies",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/steemit/@clayop/is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies#@knircky/re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t032236858z"
-    }
-  ]
-  
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.orig.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.orig.json
new file mode 100644
index 00000000..f3505ac7
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.orig.json
@@ -0,0 +1,1060 @@
+[
+  {
+    "active_votes": [
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "28866299703",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7450679767870",
+        "voter": "riverhead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1764088270313",
+        "voter": "xeroc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7145357377",
+        "voter": "patrice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25137309454",
+        "voter": "instructor2121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "144262356780",
+        "voter": "steve-walschot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33760968876",
+        "voter": "ranko-k"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "36553937965",
+        "voter": "drinkzya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51773329420",
+        "voter": "thecryptodrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "35397036681",
+        "voter": "michaelx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "548967230",
+        "voter": "mrhankeh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52622878951",
+        "voter": "isteemit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "48140595510",
+        "voter": "bacchist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "163693208362",
+        "voter": "repholder"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11006646312",
+        "voter": "jaycobbell"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38664653565",
+        "voter": "condra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "98956989",
+        "voter": "wildchild"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11083265481",
+        "voter": "carlidos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2004715143",
+        "voter": "tygergamer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3966944281",
+        "voter": "jed78"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "121805855858",
+        "voter": "steemdrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1106341334",
+        "voter": "paynode"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53812359",
+        "voter": "stevescriber"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51234301",
+        "voter": "loli"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52405452",
+        "voter": "nano2nd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11757470887",
+        "voter": "kyriacos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56598010",
+        "voter": "cryptoblu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56591855",
+        "voter": "instructor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "595674328947",
+        "voter": "dollarvigilante"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7330124869",
+        "voter": "jaredcwillis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59501709490",
+        "voter": "barrycooper"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11662670473",
+        "voter": "hilarski"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53565688",
+        "voter": "rickmiller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1086048364",
+        "voter": "nulliusinverba"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "87349510",
+        "voter": "steemerpat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1129213184",
+        "voter": "chaeya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "263275825888",
+        "voter": "charlieshrem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59192204578",
+        "voter": "tracemayer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "205199394749",
+        "voter": "robinhoodwhale"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1798215057",
+        "voter": "steemsquad"
+      }
+    ],
+    "author": "robinhoodwhale",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Hi @skypilot, \n\nYou have been chosen as a featured author by the @robinhoodwhale initiative.\n\n#### [Learn more about the Robinhood Whale here!](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior) \n\nKeep on Steeming more amazing posts! \n\nGoodluck!\n~RHW~",
+    "body_length": 306,
+    "cashout_time": "2016-10-03T19:05:27",
+    "category": "photography",
+    "children": 1,
+    "created": "2016-09-02T15:56:51",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"],\"users\":[\"skypilot\",\"robinhoodwhale\"],\"links\":[\"https:\\/\\/steemit.com\\/robinhoodwhale\\/@robinhoodwhale\\/announcing-robinhoodwhale-the-steemit-deep-sea-savior\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-02T15:56:51",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 11250426427116,
+    "parent_author": "skypilot",
+    "parent_permlink": "where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse",
+    "pending_payout_value": "17.277 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z",
+    "post_id": 835572,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Where Eagles Fly - Part 2 - Zapata Ranch, Colorado by Zedekiah Morse",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@skypilot/where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse#@robinhoodwhale/re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7016285569936",
+        "voter": "riverhead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24790479260",
+        "voter": "steampunkpowered"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1950834301",
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25478344941",
+        "voter": "firepower"
+      }
+    ],
+    "author": "thecryptofiend",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Great shots.  This one is my favourite:\n\nhttp://i.imgur.com/gTbRron.jpg\n\nI just love the composition on it and the beautiful colours and cloud pattern.  It would also make a great wallpaper.",
+    "body_length": 190,
+    "cashout_time": "2016-09-25T18:41:06",
+    "category": "photography",
+    "children": 4,
+    "created": "2016-08-25T17:35:30",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"],\"image\":[\"http:\\/\\/i.imgur.com\\/gTbRron.jpg\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-25T17:35:30",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7068505228438,
+    "parent_author": "firepower",
+    "parent_permlink": "brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft",
+    "pending_payout_value": "10.438 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z",
+    "post_id": 745060,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Brown-headed Gulls in action at the frozen Pangong Tso, 14000+ ft",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@firepower/brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft#@thecryptofiend/re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5619601001718",
+        "voter": "kushed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3092016176",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3753101885",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "703213518",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52931035689",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1657363221",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213503903",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "621731193",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "933255856",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287876749",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-129957599035",
+        "voter": "chhayll"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61649040",
+        "voter": "kamil5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51445853",
+        "voter": "chuckleberry"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-102936299",
+        "voter": "anotherone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53006556",
+        "voter": "fluffy"
+      }
+    ],
+    "author": "sascha",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "That's just WOW! Awesome!",
+    "body_length": 25,
+    "cashout_time": "2016-09-22T05:09:03",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-08-21T20:37:06",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-21T20:37:06",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 5553899666023,
+    "parent_author": "kamil5",
+    "parent_permlink": "russian-mafia-tattoo",
+    "pending_payout_value": "8.119 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-kamil5-russian-mafia-tattoo-20160821t203842353z",
+    "post_id": 698296,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Russian mafia tattoo",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kamil5/russian-mafia-tattoo#@sascha/re-kamil5-russian-mafia-tattoo-20160821t203842353z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "727407423660",
+        "voter": "erath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "82613356260",
+        "voter": "friend5"
+      },
+      {
+        "percent": "5100",
+        "reputation": 0,
+        "rshares": "139864687027",
+        "voter": "indominon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3000929371249",
+        "voter": "onceuponatime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "728571343037",
+        "voter": "marginal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "76037093713",
+        "voter": "vault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "39937555422",
+        "voter": "kus-knee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3768314076",
+        "voter": "randyclemens"
+      }
+    ],
+    "author": "indominon",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "**I own a lawn maintenance business. I hate you. I am going to flag your post.**\n\nJust kidding.",
+    "body_length": 95,
+    "cashout_time": "2016-09-17T22:00:39",
+    "category": "photography",
+    "children": 1,
+    "created": "2016-08-17T16:25:57",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-17T16:25:57",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 4799129144444,
+    "parent_author": "kus-knee",
+    "parent_permlink": "the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way",
+    "pending_payout_value": "6.115 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z",
+    "post_id": 643398,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The Old Dog Investigates: Why Do We Even Have Lawns? Is There a Better Way?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kus-knee/the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way#@indominon/re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "4000",
+        "reputation": 0,
+        "rshares": "5770952961588",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3100087836",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3763646165",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "690429176",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54153246604",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1661369472",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213687824",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622861348",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "967419863",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288179385",
+        "voter": "helen.tan"
+      }
+    ],
+    "author": "chris.roy",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Wow, herzlich willkommen auf Steemit!\nIch habe dir ein UpVote und Follow da gelassen und das aus guten Gr\u00fcnden :)\nIch freue mich auf weitere Posts von dir.\n\nKomm doch gerne mit in den #deutsch chat, vom Steemit.Chat.\nDort tummelt sich beinahe, die ganze deutschsprachige Steemit Community und du w\u00e4hrst herzlich willkommen:\nhttps://steemit.chat/channel/deutsch\n\nAlles Gute und *full steem ahead* ;)",
+    "body_length": 398,
+    "cashout_time": "2016-10-02T22:02:54",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-09-01T19:19:21",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"deutsch\",\"photography\"],\"links\":[\"https:\\/\\/steemit.chat\\/channel\\/deutsch\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T19:19:21",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 5836413889261,
+    "parent_author": "otc",
+    "parent_permlink": "hi-steemit-let-me-take-a-picture",
+    "pending_payout_value": "5.584 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z",
+    "post_id": 826962,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hi Steemit, let me take a picture",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@otc/hi-steemit-let-me-take-a-picture#@chris.roy/re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "4000",
+        "reputation": 0,
+        "rshares": "5770952961588",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3100087836",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3763646165",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "690429176",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54153246604",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1661369472",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213687824",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622861348",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "967419863",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288179385",
+        "voter": "helen.tan"
+      }
+    ],
+    "author": "essra",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "great shots, good to have you here :-)",
+    "body_length": 38,
+    "cashout_time": "2016-10-02T22:02:54",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-09-01T17:51:57",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T17:51:57",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 5836413889261,
+    "parent_author": "otc",
+    "parent_permlink": "hi-steemit-let-me-take-a-picture",
+    "pending_payout_value": "5.584 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-otc-hi-steemit-let-me-take-a-picture-20160901t175155160z",
+    "post_id": 826085,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hi Steemit, let me take a picture",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@otc/hi-steemit-let-me-take-a-picture#@essra/re-otc-hi-steemit-let-me-take-a-picture-20160901t175155160z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "727408936596",
+        "voter": "erath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3088509304",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3748566787",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "702594129",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52530849642",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1655561625",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213393595",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "269017819788",
+        "voter": "indominon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2942358731305",
+        "voter": "onceuponatime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "714328071251",
+        "voter": "marginal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "74549113891",
+        "voter": "vault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "621190665",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "910670584",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287705182",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "40371132793",
+        "voter": "kus-knee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51134434",
+        "voter": "southbaybits"
+      }
+    ],
+    "author": "shaka",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "First thing I saw when looking at this picture was one gargantuan grazing horse.  Don\u00b4t know whether anyone can follow this impression.",
+    "body_length": 135,
+    "cashout_time": "2016-09-19T03:16:21",
+    "category": "photography",
+    "children": 4,
+    "created": "2016-08-18T16:20:09",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-18T16:20:09",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 4831843981571,
+    "parent_author": "kus-knee",
+    "parent_permlink": "the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you",
+    "pending_payout_value": "5.544 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z",
+    "post_id": 657458,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The Old Dog Asks: Does This Picture Scare and Disturb You? Should It? Do You Find it Beautiful? Should You?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kus-knee/the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you#@shaka/re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "727449675213",
+        "voter": "erath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "269017819788",
+        "voter": "indominon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3001205905931",
+        "voter": "onceuponatime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "714328071251",
+        "voter": "marginal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "74549113891",
+        "voter": "vault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "34969527491",
+        "voter": "shaka"
+      }
+    ],
+    "author": "erath",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "**I see it!**",
+    "body_length": 13,
+    "cashout_time": "2016-09-19T03:16:21",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-08-18T16:22:33",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-18T16:22:33",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 4821520113565,
+    "parent_author": "shaka",
+    "parent_permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z",
+    "pending_payout_value": "5.526 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z",
+    "post_id": 657496,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The Old Dog Asks: Does This Picture Scare and Disturb You? Should It? Do You Find it Beautiful? Should You?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kus-knee/the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you#@erath/re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7699187945525",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50275655781",
+        "voter": "simba"
+      }
+    ],
+    "author": "rainchen",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Solar panel ?",
+    "body_length": 13,
+    "cashout_time": "2016-09-28T07:56:00",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-08-28T06:36:33",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-28T06:36:33",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7749463601306,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-4-up-to-15-sbd-prize",
+    "pending_payout_value": "4.984 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z",
+    "post_id": 775009,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #4: up to 15 SBD Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-4-up-to-15-sbd-prize#@rainchen/re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7582498221815",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3720592927",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4516975561",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "828594645",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "65071559404",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53006240358",
+        "voter": "simba"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1993882275",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "256442875",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "747505484",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1161028150",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "345840511",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "62113589",
+        "voter": "mcsvi"
+      }
+    ],
+    "author": "mcsvi",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Could be a cinnamon toast crunch cereal? ;)",
+    "body_length": 43,
+    "cashout_time": "2016-10-02T11:54:57",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-09-01T13:16:39",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T13:16:39",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7714208997594,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-5-30-prize",
+    "pending_payout_value": "4.976 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z",
+    "post_id": 823115,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #6: 30% Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-5-30-prize#@mcsvi/re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json
index e5ed965d..3fe08558 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.pat.json
@@ -1,1061 +1,922 @@
 [
-    {
-      "active_votes": [
-        {
-          "percent": "100",
-          "reputation": 0,
-          "rshares": "28866299703",
-          "voter": "anonymous"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7450679767870",
-          "voter": "riverhead"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1764088270313",
-          "voter": "xeroc"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7145357377",
-          "voter": "patrice"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "25137309454",
-          "voter": "instructor2121"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "144262356780",
-          "voter": "steve-walschot"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "33760968876",
-          "voter": "ranko-k"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "36553937965",
-          "voter": "drinkzya"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51773329420",
-          "voter": "thecryptodrive"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "35397036681",
-          "voter": "michaelx"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "548967230",
-          "voter": "mrhankeh"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "52622878951",
-          "voter": "isteemit"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "48140595510",
-          "voter": "bacchist"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "163693208362",
-          "voter": "repholder"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "11006646312",
-          "voter": "jaycobbell"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "38664653565",
-          "voter": "condra"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "98956989",
-          "voter": "wildchild"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "11083265481",
-          "voter": "carlidos"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2004715143",
-          "voter": "tygergamer"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3966944281",
-          "voter": "jed78"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "121805855858",
-          "voter": "steemdrive"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1106341334",
-          "voter": "paynode"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53812359",
-          "voter": "stevescriber"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51234301",
-          "voter": "loli"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "52405452",
-          "voter": "nano2nd"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "11757470887",
-          "voter": "kyriacos"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "56598010",
-          "voter": "cryptoblu"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "56591855",
-          "voter": "instructor"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "595674328947",
-          "voter": "dollarvigilante"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7330124869",
-          "voter": "jaredcwillis"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "59501709490",
-          "voter": "barrycooper"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "11662670473",
-          "voter": "hilarski"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53565688",
-          "voter": "rickmiller"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1086048364",
-          "voter": "nulliusinverba"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "87349510",
-          "voter": "steemerpat"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1129213184",
-          "voter": "chaeya"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "263275825888",
-          "voter": "charlieshrem"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "59192204578",
-          "voter": "tracemayer"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "205199394749",
-          "voter": "robinhoodwhale"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1798215057",
-          "voter": "steemsquad"
-        }
-      ],
-      "author": "robinhoodwhale",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Hi @skypilot, \n\nYou have been chosen as a featured author by the @robinhoodwhale initiative.\n\n#### [Learn more about the Robinhood Whale here!](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior) \n\nKeep on Steeming more amazing posts! \n\nGoodluck!\n~RHW~",
-      "body_length": 306,
-      "cashout_time": "2016-10-03T19:05:27",
-      "category": "photography",
-      "children": 1,
-      "created": "2016-09-02T15:56:51",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"],\"users\":[\"skypilot\",\"robinhoodwhale\"],\"links\":[\"https:\\/\\/steemit.com\\/robinhoodwhale\\/@robinhoodwhale\\/announcing-robinhoodwhale-the-steemit-deep-sea-savior\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-02T15:56:51",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 11250426427116,
-      "parent_author": "skypilot",
-      "parent_permlink": "where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse",
-      "pending_payout_value": "17.277 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z",
-      "post_id": 835572,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Where Eagles Fly - Part 2 - Zapata Ranch, Colorado by Zedekiah Morse",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@skypilot/where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse#@robinhoodwhale/re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7016285569936",
-          "voter": "riverhead"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "24790479260",
-          "voter": "steampunkpowered"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1950834301",
-          "voter": "mammasitta"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "25478344941",
-          "voter": "firepower"
-        }
-      ],
-      "author": "thecryptofiend",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Great shots.  This one is my favourite:\n\nhttp://i.imgur.com/gTbRron.jpg\n\nI just love the composition on it and the beautiful colours and cloud pattern.  It would also make a great wallpaper.",
-      "body_length": 190,
-      "cashout_time": "2016-09-25T18:41:06",
-      "category": "photography",
-      "children": 4,
-      "created": "2016-08-25T17:35:30",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"],\"image\":[\"http:\\/\\/i.imgur.com\\/gTbRron.jpg\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-25T17:35:30",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 7068505228438,
-      "parent_author": "firepower",
-      "parent_permlink": "brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft",
-      "pending_payout_value": "10.438 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z",
-      "post_id": 745060,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Brown-headed Gulls in action at the frozen Pangong Tso, 14000+ ft",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@firepower/brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft#@thecryptofiend/re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5619601001718",
-          "voter": "kushed"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3092016176",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3753101885",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "703213518",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "52931035689",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1657363221",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "213503903",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "621731193",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "933255856",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "287876749",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "-10000",
-          "reputation": 0,
-          "rshares": "-129957599035",
-          "voter": "chhayll"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "61649040",
-          "voter": "kamil5"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51445853",
-          "voter": "chuckleberry"
-        },
-        {
-          "percent": "-10000",
-          "reputation": 0,
-          "rshares": "-102936299",
-          "voter": "anotherone"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53006556",
-          "voter": "fluffy"
-        }
-      ],
-      "author": "sascha",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "That's just WOW! Awesome!",
-      "body_length": 25,
-      "cashout_time": "2016-09-22T05:09:03",
-      "category": "photography",
-      "children": 0,
-      "created": "2016-08-21T20:37:06",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-21T20:37:06",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 5553899666023,
-      "parent_author": "kamil5",
-      "parent_permlink": "russian-mafia-tattoo",
-      "pending_payout_value": "8.119 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-kamil5-russian-mafia-tattoo-20160821t203842353z",
-      "post_id": 698296,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Russian mafia tattoo",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@kamil5/russian-mafia-tattoo#@sascha/re-kamil5-russian-mafia-tattoo-20160821t203842353z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "727407423660",
-          "voter": "erath"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "82613356260",
-          "voter": "friend5"
-        },
-        {
-          "percent": "5100",
-          "reputation": 0,
-          "rshares": "139864687027",
-          "voter": "indominon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3000929371249",
-          "voter": "onceuponatime"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "728571343037",
-          "voter": "marginal"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "76037093713",
-          "voter": "vault"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "39937555422",
-          "voter": "kus-knee"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3768314076",
-          "voter": "randyclemens"
-        }
-      ],
-      "author": "indominon",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "**I own a lawn maintenance business. I hate you. I am going to flag your post.**\n\nJust kidding.",
-      "body_length": 95,
-      "cashout_time": "2016-09-17T22:00:39",
-      "category": "photography",
-      "children": 1,
-      "created": "2016-08-17T16:25:57",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-17T16:25:57",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 4799129144444,
-      "parent_author": "kus-knee",
-      "parent_permlink": "the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way",
-      "pending_payout_value": "6.115 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z",
-      "post_id": 643398,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "The Old Dog Investigates: Why Do We Even Have Lawns? Is There a Better Way?",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@kus-knee/the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way#@indominon/re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "4000",
-          "reputation": 0,
-          "rshares": "5770952961588",
-          "voter": "summon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3100087836",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3763646165",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "690429176",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "54153246604",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1661369472",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "213687824",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "622861348",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "967419863",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "288179385",
-          "voter": "helen.tan"
-        }
-      ],
-      "author": "chris.roy",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Wow, herzlich willkommen auf Steemit!\nIch habe dir ein UpVote und Follow da gelassen und das aus guten Gr\u00fcnden :)\nIch freue mich auf weitere Posts von dir.\n\nKomm doch gerne mit in den #deutsch chat, vom Steemit.Chat.\nDort tummelt sich beinahe, die ganze deutschsprachige Steemit Community und du w\u00e4hrst herzlich willkommen:\nhttps://steemit.chat/channel/deutsch\n\nAlles Gute und *full steem ahead* ;)",
-      "body_length": 398,
-      "cashout_time": "2016-10-02T22:02:54",
-      "category": "photography",
-      "children": 0,
-      "created": "2016-09-01T19:19:21",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"deutsch\",\"photography\"],\"links\":[\"https:\\/\\/steemit.chat\\/channel\\/deutsch\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-01T19:19:21",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 5836413889261,
-      "parent_author": "otc",
-      "parent_permlink": "hi-steemit-let-me-take-a-picture",
-      "pending_payout_value": "5.584 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z",
-      "post_id": 826962,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Hi Steemit, let me take a picture",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@otc/hi-steemit-let-me-take-a-picture#@chris.roy/re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "4000",
-          "reputation": 0,
-          "rshares": "5770952961588",
-          "voter": "summon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3100087836",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3763646165",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "690429176",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "54153246604",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1661369472",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "213687824",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "622861348",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "967419863",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "288179385",
-          "voter": "helen.tan"
-        }
-      ],
-      "author": "essra",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "great shots, good to have you here :-)",
-      "body_length": 38,
-      "cashout_time": "2016-10-02T22:02:54",
-      "category": "photography",
-      "children": 0,
-      "created": "2016-09-01T17:51:57",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-01T17:51:57",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 5836413889261,
-      "parent_author": "otc",
-      "parent_permlink": "hi-steemit-let-me-take-a-picture",
-      "pending_payout_value": "5.584 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-otc-hi-steemit-let-me-take-a-picture-20160901t175155160z",
-      "post_id": 826085,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Hi Steemit, let me take a picture",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@otc/hi-steemit-let-me-take-a-picture#@essra/re-otc-hi-steemit-let-me-take-a-picture-20160901t175155160z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "727408936596",
-          "voter": "erath"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3088509304",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3748566787",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "702594129",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "52530849642",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1655561625",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "213393595",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "269017819788",
-          "voter": "indominon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2942358731305",
-          "voter": "onceuponatime"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "714328071251",
-          "voter": "marginal"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "74549113891",
-          "voter": "vault"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "621190665",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "910670584",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "287705182",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "40371132793",
-          "voter": "kus-knee"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51134434",
-          "voter": "southbaybits"
-        }
-      ],
-      "author": "shaka",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "First thing I saw when looking at this picture was one gargantuan grazing horse.  Don\u00b4t know whether anyone can follow this impression.",
-      "body_length": 135,
-      "cashout_time": "2016-09-19T03:16:21",
-      "category": "photography",
-      "children": 4,
-      "created": "2016-08-18T16:20:09",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-18T16:20:09",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 4831843981571,
-      "parent_author": "kus-knee",
-      "parent_permlink": "the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you",
-      "pending_payout_value": "5.544 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z",
-      "post_id": 657458,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "The Old Dog Asks: Does This Picture Scare and Disturb You? Should It? Do You Find it Beautiful? Should You?",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@kus-knee/the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you#@shaka/re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "727449675213",
-          "voter": "erath"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "269017819788",
-          "voter": "indominon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3001205905931",
-          "voter": "onceuponatime"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "714328071251",
-          "voter": "marginal"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "74549113891",
-          "voter": "vault"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "34969527491",
-          "voter": "shaka"
-        }
-      ],
-      "author": "erath",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "**I see it!**",
-      "body_length": 13,
-      "cashout_time": "2016-09-19T03:16:21",
-      "category": "photography",
-      "children": 0,
-      "created": "2016-08-18T16:22:33",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 2,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-18T16:22:33",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 4821520113565,
-      "parent_author": "shaka",
-      "parent_permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z",
-      "pending_payout_value": "5.526 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z",
-      "post_id": 657496,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "The Old Dog Asks: Does This Picture Scare and Disturb You? Should It? Do You Find it Beautiful? Should You?",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@kus-knee/the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you#@erath/re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7699187945525",
-          "voter": "steempty"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "50275655781",
-          "voter": "simba"
-        }
-      ],
-      "author": "rainchen",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Solar panel ?",
-      "body_length": 13,
-      "cashout_time": "2016-09-28T07:56:00",
-      "category": "photography",
-      "children": 2,
-      "created": "2016-08-28T06:36:33",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-28T06:36:33",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 7749463601306,
-      "parent_author": "simba",
-      "parent_permlink": "steemit-photography-guessing-game-4-up-to-15-sbd-prize",
-      "pending_payout_value": "4.984 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z",
-      "post_id": 775009,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Steemit Photography Guessing Game #4: up to 15 SBD Prize!",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@simba/steemit-photography-guessing-game-4-up-to-15-sbd-prize#@rainchen/re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7582498221815",
-          "voter": "steempty"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3720592927",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "4516975561",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "828594645",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "65071559404",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53006240358",
-          "voter": "simba"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1993882275",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "256442875",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "747505484",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1161028150",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "345840511",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "62113589",
-          "voter": "mcsvi"
-        }
-      ],
-      "author": "mcsvi",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Could be a cinnamon toast crunch cereal? ;)",
-      "body_length": 43,
-      "cashout_time": "2016-10-02T11:54:57",
-      "category": "photography",
-      "children": 2,
-      "created": "2016-09-01T13:16:39",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-01T13:16:39",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 7714208997594,
-      "parent_author": "simba",
-      "parent_permlink": "steemit-photography-guessing-game-5-30-prize",
-      "pending_payout_value": "4.976 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z",
-      "post_id": 823115,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Steemit Photography Guessing Game #6: 30% Prize!",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@simba/steemit-photography-guessing-game-5-30-prize#@mcsvi/re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z"
-    }
-  ]
-  
\ No newline at end of file
+  {
+    "active_votes": [
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "28866299703",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7450679767870",
+        "voter": "riverhead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1764088270313",
+        "voter": "xeroc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7145357377",
+        "voter": "patrice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25137309454",
+        "voter": "instructor2121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "144262356780",
+        "voter": "steve-walschot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33760968876",
+        "voter": "ranko-k"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "36553937965",
+        "voter": "drinkzya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51773329420",
+        "voter": "thecryptodrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "35397036681",
+        "voter": "michaelx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "548967230",
+        "voter": "mrhankeh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52622878951",
+        "voter": "isteemit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "48140595510",
+        "voter": "bacchist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "163693208362",
+        "voter": "repholder"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11006646312",
+        "voter": "jaycobbell"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38664653565",
+        "voter": "condra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "98956989",
+        "voter": "wildchild"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11083265481",
+        "voter": "carlidos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2004715143",
+        "voter": "tygergamer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3966944281",
+        "voter": "jed78"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "121805855858",
+        "voter": "steemdrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1106341334",
+        "voter": "paynode"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53812359",
+        "voter": "stevescriber"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51234301",
+        "voter": "loli"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52405452",
+        "voter": "nano2nd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11757470887",
+        "voter": "kyriacos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56598010",
+        "voter": "cryptoblu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56591855",
+        "voter": "instructor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "595674328947",
+        "voter": "dollarvigilante"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7330124869",
+        "voter": "jaredcwillis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59501709490",
+        "voter": "barrycooper"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11662670473",
+        "voter": "hilarski"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53565688",
+        "voter": "rickmiller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1086048364",
+        "voter": "nulliusinverba"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "87349510",
+        "voter": "steemerpat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1129213184",
+        "voter": "chaeya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "263275825888",
+        "voter": "charlieshrem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59192204578",
+        "voter": "tracemayer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "205199394749",
+        "voter": "robinhoodwhale"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1798215057",
+        "voter": "steemsquad"
+      }
+    ],
+    "author": "robinhoodwhale",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Hi @skypilot, \n\nYou have been chosen as a featured author by the @robinhoodwhale initiative.\n\n#### [Learn more about the Robinhood Whale here!](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior) \n\nKeep on Steeming more amazing posts! \n\nGoodluck!\n~RHW~",
+    "body_length": 306,
+    "cashout_time": "2016-09-09T15:56:51",
+    "category": "photography",
+    "children": 1,
+    "created": "2016-09-02T15:56:51",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"],\"users\":[\"skypilot\",\"robinhoodwhale\"],\"links\":[\"https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-02T15:56:51",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 11250426427116,
+    "parent_author": "skypilot",
+    "parent_permlink": "where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse",
+    "pending_payout_value": "17.277 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z",
+    "post_id": 1099914,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Where Eagles Fly - Part 2 - Zapata Ranch, Colorado by Zedekiah Morse",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@skypilot/where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse#@robinhoodwhale/re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7518622991821",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "42895854894",
+        "voter": "simba"
+      }
+    ],
+    "author": "nippel66",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "It is tabaco blended with some Marijuana. :)",
+    "body_length": 44,
+    "cashout_time": "2016-09-02T17:19:18",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-08-26T17:19:18",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-26T17:19:18",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7561518846715,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-3-up-to-15-sbd-prize",
+    "pending_payout_value": "11.391 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-3-up-to-15-sbd-prize-20160826t171915234z",
+    "post_id": 1000701,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #3: Up to 15 SBD Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-3-up-to-15-sbd-prize#@nippel66/re-simba-steemit-photography-guessing-game-3-up-to-15-sbd-prize-20160826t171915234z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7699187945525",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50275655781",
+        "voter": "simba"
+      }
+    ],
+    "author": "rainchen",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Solar panel ?",
+    "body_length": 13,
+    "cashout_time": "2016-09-04T06:36:33",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-08-28T06:36:33",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-28T06:36:33",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7749463601306,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-4-up-to-15-sbd-prize",
+    "pending_payout_value": "11.162 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z",
+    "post_id": 1023317,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #4: up to 15 SBD Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-4-up-to-15-sbd-prize#@rainchen/re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7016285569936",
+        "voter": "riverhead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24790479260",
+        "voter": "steampunkpowered"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1950834301",
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25478344941",
+        "voter": "firepower"
+      }
+    ],
+    "author": "thecryptofiend",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Great shots.  This one is my favourite:\n\nhttp://i.imgur.com/gTbRron.jpg\n\nI just love the composition on it and the beautiful colours and cloud pattern.  It would also make a great wallpaper.",
+    "body_length": 190,
+    "cashout_time": "2016-09-01T17:35:30",
+    "category": "photography",
+    "children": 4,
+    "created": "2016-08-25T17:35:30",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"],\"image\":[\"http://i.imgur.com/gTbRron.jpg\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-25T17:35:30",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7068505228438,
+    "parent_author": "firepower",
+    "parent_permlink": "brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft",
+    "pending_payout_value": "10.438 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z",
+    "post_id": 984508,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Brown-headed Gulls in action at the frozen Pangong Tso, 14000+ ft",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@firepower/brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft#@thecryptofiend/re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7582498221815",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3720592927",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4516975561",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "828594645",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "65071559404",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53006240358",
+        "voter": "simba"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1993882275",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "256442875",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "747505484",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1161028150",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "345840511",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "62113589",
+        "voter": "mcsvi"
+      }
+    ],
+    "author": "mcsvi",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Could be a cinnamon toast crunch cereal? ;)",
+    "body_length": 43,
+    "cashout_time": "2016-09-08T13:16:39",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-09-01T13:16:39",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T13:16:39",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7714208997594,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-5-30-prize",
+    "pending_payout_value": "9.500 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z",
+    "post_id": 1084089,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #6: 30% Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-5-30-prize#@mcsvi/re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7524134751591",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53109244155",
+        "voter": "simba"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2250575093",
+        "voter": "contentjunkie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "253323172",
+        "voter": "reaction"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "134567511",
+        "voter": "the-ego-is-you"
+      }
+    ],
+    "author": "reaction",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "http://www.joshuascottonysko.com/wp-content/uploads/2016/02/Aloe-Vera-Gel-Benefits-2.jpg",
+    "body_length": 88,
+    "cashout_time": "2016-09-15T06:40:54",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-09-08T06:40:54",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"],\"image\":[\"http://www.joshuascottonysko.com/wp-content/uploads/2016/02/Aloe-Vera-Gel-Benefits-2.jpg\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-08T06:40:54",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7579882461522,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-10-30-prize",
+    "pending_payout_value": "9.040 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-10-30-prize-20160908t064051967z",
+    "post_id": 1169146,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #10: 30% Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-10-30-prize#@reaction/re-simba-steemit-photography-guessing-game-10-30-prize-20160908t064051967z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7214608875070",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50412239306",
+        "voter": "simba"
+      }
+    ],
+    "author": "avecaesar",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "rust ? mildew ?",
+    "body_length": 15,
+    "cashout_time": "2016-09-06T05:47:12",
+    "category": "photography",
+    "children": 1,
+    "created": "2016-08-30T05:47:12",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-30T05:47:12",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7265021114376,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-5-up-to-15-sbd-prize",
+    "pending_payout_value": "8.566 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-5-up-to-15-sbd-prize-20160830t054706945z",
+    "post_id": 1052211,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #5: Up to 15 SBD Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-5-up-to-15-sbd-prize#@avecaesar/re-simba-steemit-photography-guessing-game-5-up-to-15-sbd-prize-20160830t054706945z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5619601001718",
+        "voter": "kushed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3092016176",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3753101885",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "703213518",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52931035689",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1657363221",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213503903",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "621731193",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "933255856",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287876749",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-129957599035",
+        "voter": "chhayll"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61649040",
+        "voter": "kamil5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51445853",
+        "voter": "chuckleberry"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-102936299",
+        "voter": "anotherone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53006556",
+        "voter": "fluffy"
+      }
+    ],
+    "author": "sascha",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "That's just WOW! Awesome!",
+    "body_length": 25,
+    "cashout_time": "2016-08-28T20:37:06",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-08-21T20:37:06",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-21T20:37:06",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 5553899666023,
+    "parent_author": "kamil5",
+    "parent_permlink": "russian-mafia-tattoo",
+    "pending_payout_value": "8.119 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-kamil5-russian-mafia-tattoo-20160821t203842353z",
+    "post_id": 925049,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Russian mafia tattoo",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kamil5/russian-mafia-tattoo#@sascha/re-kamil5-russian-mafia-tattoo-20160821t203842353z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "727407423660",
+        "voter": "erath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "82613356260",
+        "voter": "friend5"
+      },
+      {
+        "percent": "5100",
+        "reputation": 0,
+        "rshares": "139864687027",
+        "voter": "indominon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3000929371249",
+        "voter": "onceuponatime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "728571343037",
+        "voter": "marginal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "76037093713",
+        "voter": "vault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "39937555422",
+        "voter": "kus-knee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3768314076",
+        "voter": "randyclemens"
+      }
+    ],
+    "author": "indominon",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "**I own a lawn maintenance business. I hate you. I am going to flag your post.**\n\nJust kidding.",
+    "body_length": 95,
+    "cashout_time": "2016-08-24T16:25:57",
+    "category": "photography",
+    "children": 1,
+    "created": "2016-08-17T16:25:57",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-17T16:25:57",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 4799129144444,
+    "parent_author": "kus-knee",
+    "parent_permlink": "the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way",
+    "pending_payout_value": "6.115 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z",
+    "post_id": 855194,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The Old Dog Investigates: Why Do We Even Have Lawns? Is There a Better Way?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kus-knee/the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way#@indominon/re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "4000",
+        "reputation": 0,
+        "rshares": "5770952961588",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3100087836",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3763646165",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "690429176",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54153246604",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1661369472",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213687824",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622861348",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "967419863",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288179385",
+        "voter": "helen.tan"
+      }
+    ],
+    "author": "chris.roy",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Wow, herzlich willkommen auf Steemit!\nIch habe dir ein UpVote und Follow da gelassen und das aus guten Gr\u00fcnden :)\nIch freue mich auf weitere Posts von dir.\n\nKomm doch gerne mit in den #deutsch chat, vom Steemit.Chat.\nDort tummelt sich beinahe, die ganze deutschsprachige Steemit Community und du w\u00e4hrst herzlich willkommen:\nhttps://steemit.chat/channel/deutsch\n\nAlles Gute und *full steem ahead* ;)",
+    "body_length": 398,
+    "cashout_time": "2016-09-08T19:19:21",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-09-01T19:19:21",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"deutsch\",\"photography\"],\"links\":[\"https://steemit.chat/channel/deutsch\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T19:19:21",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 5836413889261,
+    "parent_author": "otc",
+    "parent_permlink": "hi-steemit-let-me-take-a-picture",
+    "pending_payout_value": "5.584 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z",
+    "post_id": 1088906,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hi Steemit, let me take a picture",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@otc/hi-steemit-let-me-take-a-picture#@chris.roy/re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.tavern.yaml
index b6c7ba4c..1eff014e 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.tavern.yaml
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/author_permlink.tavern.yaml
@@ -2,7 +2,7 @@
   test_name: Hivemind tags_api.get_comment_discussions_by_payout patterns test author permlink
 
   marks:
-    - patterntest
+    - patterntest # differences in pending payout make it incomparable with original (also order of comments with the same payout was basically random)
     # does not work correctly, start_author and start_permlink does not matter
 
   includes:
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.orig.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.orig.json
new file mode 100644
index 00000000..f3505ac7
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.orig.json
@@ -0,0 +1,1060 @@
+[
+  {
+    "active_votes": [
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "28866299703",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7450679767870",
+        "voter": "riverhead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1764088270313",
+        "voter": "xeroc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7145357377",
+        "voter": "patrice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25137309454",
+        "voter": "instructor2121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "144262356780",
+        "voter": "steve-walschot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33760968876",
+        "voter": "ranko-k"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "36553937965",
+        "voter": "drinkzya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51773329420",
+        "voter": "thecryptodrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "35397036681",
+        "voter": "michaelx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "548967230",
+        "voter": "mrhankeh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52622878951",
+        "voter": "isteemit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "48140595510",
+        "voter": "bacchist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "163693208362",
+        "voter": "repholder"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11006646312",
+        "voter": "jaycobbell"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38664653565",
+        "voter": "condra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "98956989",
+        "voter": "wildchild"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11083265481",
+        "voter": "carlidos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2004715143",
+        "voter": "tygergamer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3966944281",
+        "voter": "jed78"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "121805855858",
+        "voter": "steemdrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1106341334",
+        "voter": "paynode"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53812359",
+        "voter": "stevescriber"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51234301",
+        "voter": "loli"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52405452",
+        "voter": "nano2nd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11757470887",
+        "voter": "kyriacos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56598010",
+        "voter": "cryptoblu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56591855",
+        "voter": "instructor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "595674328947",
+        "voter": "dollarvigilante"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7330124869",
+        "voter": "jaredcwillis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59501709490",
+        "voter": "barrycooper"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11662670473",
+        "voter": "hilarski"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53565688",
+        "voter": "rickmiller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1086048364",
+        "voter": "nulliusinverba"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "87349510",
+        "voter": "steemerpat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1129213184",
+        "voter": "chaeya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "263275825888",
+        "voter": "charlieshrem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59192204578",
+        "voter": "tracemayer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "205199394749",
+        "voter": "robinhoodwhale"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1798215057",
+        "voter": "steemsquad"
+      }
+    ],
+    "author": "robinhoodwhale",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Hi @skypilot, \n\nYou have been chosen as a featured author by the @robinhoodwhale initiative.\n\n#### [Learn more about the Robinhood Whale here!](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior) \n\nKeep on Steeming more amazing posts! \n\nGoodluck!\n~RHW~",
+    "body_length": 306,
+    "cashout_time": "2016-10-03T19:05:27",
+    "category": "photography",
+    "children": 1,
+    "created": "2016-09-02T15:56:51",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"],\"users\":[\"skypilot\",\"robinhoodwhale\"],\"links\":[\"https:\\/\\/steemit.com\\/robinhoodwhale\\/@robinhoodwhale\\/announcing-robinhoodwhale-the-steemit-deep-sea-savior\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-02T15:56:51",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 11250426427116,
+    "parent_author": "skypilot",
+    "parent_permlink": "where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse",
+    "pending_payout_value": "17.277 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z",
+    "post_id": 835572,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Where Eagles Fly - Part 2 - Zapata Ranch, Colorado by Zedekiah Morse",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@skypilot/where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse#@robinhoodwhale/re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7016285569936",
+        "voter": "riverhead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24790479260",
+        "voter": "steampunkpowered"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1950834301",
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25478344941",
+        "voter": "firepower"
+      }
+    ],
+    "author": "thecryptofiend",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Great shots.  This one is my favourite:\n\nhttp://i.imgur.com/gTbRron.jpg\n\nI just love the composition on it and the beautiful colours and cloud pattern.  It would also make a great wallpaper.",
+    "body_length": 190,
+    "cashout_time": "2016-09-25T18:41:06",
+    "category": "photography",
+    "children": 4,
+    "created": "2016-08-25T17:35:30",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"],\"image\":[\"http:\\/\\/i.imgur.com\\/gTbRron.jpg\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-25T17:35:30",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7068505228438,
+    "parent_author": "firepower",
+    "parent_permlink": "brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft",
+    "pending_payout_value": "10.438 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z",
+    "post_id": 745060,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Brown-headed Gulls in action at the frozen Pangong Tso, 14000+ ft",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@firepower/brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft#@thecryptofiend/re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5619601001718",
+        "voter": "kushed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3092016176",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3753101885",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "703213518",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52931035689",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1657363221",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213503903",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "621731193",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "933255856",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287876749",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-129957599035",
+        "voter": "chhayll"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61649040",
+        "voter": "kamil5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51445853",
+        "voter": "chuckleberry"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-102936299",
+        "voter": "anotherone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53006556",
+        "voter": "fluffy"
+      }
+    ],
+    "author": "sascha",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "That's just WOW! Awesome!",
+    "body_length": 25,
+    "cashout_time": "2016-09-22T05:09:03",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-08-21T20:37:06",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-21T20:37:06",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 5553899666023,
+    "parent_author": "kamil5",
+    "parent_permlink": "russian-mafia-tattoo",
+    "pending_payout_value": "8.119 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-kamil5-russian-mafia-tattoo-20160821t203842353z",
+    "post_id": 698296,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Russian mafia tattoo",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kamil5/russian-mafia-tattoo#@sascha/re-kamil5-russian-mafia-tattoo-20160821t203842353z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "727407423660",
+        "voter": "erath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "82613356260",
+        "voter": "friend5"
+      },
+      {
+        "percent": "5100",
+        "reputation": 0,
+        "rshares": "139864687027",
+        "voter": "indominon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3000929371249",
+        "voter": "onceuponatime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "728571343037",
+        "voter": "marginal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "76037093713",
+        "voter": "vault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "39937555422",
+        "voter": "kus-knee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3768314076",
+        "voter": "randyclemens"
+      }
+    ],
+    "author": "indominon",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "**I own a lawn maintenance business. I hate you. I am going to flag your post.**\n\nJust kidding.",
+    "body_length": 95,
+    "cashout_time": "2016-09-17T22:00:39",
+    "category": "photography",
+    "children": 1,
+    "created": "2016-08-17T16:25:57",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-17T16:25:57",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 4799129144444,
+    "parent_author": "kus-knee",
+    "parent_permlink": "the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way",
+    "pending_payout_value": "6.115 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z",
+    "post_id": 643398,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The Old Dog Investigates: Why Do We Even Have Lawns? Is There a Better Way?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kus-knee/the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way#@indominon/re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "4000",
+        "reputation": 0,
+        "rshares": "5770952961588",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3100087836",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3763646165",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "690429176",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54153246604",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1661369472",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213687824",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622861348",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "967419863",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288179385",
+        "voter": "helen.tan"
+      }
+    ],
+    "author": "chris.roy",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Wow, herzlich willkommen auf Steemit!\nIch habe dir ein UpVote und Follow da gelassen und das aus guten Gr\u00fcnden :)\nIch freue mich auf weitere Posts von dir.\n\nKomm doch gerne mit in den #deutsch chat, vom Steemit.Chat.\nDort tummelt sich beinahe, die ganze deutschsprachige Steemit Community und du w\u00e4hrst herzlich willkommen:\nhttps://steemit.chat/channel/deutsch\n\nAlles Gute und *full steem ahead* ;)",
+    "body_length": 398,
+    "cashout_time": "2016-10-02T22:02:54",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-09-01T19:19:21",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"deutsch\",\"photography\"],\"links\":[\"https:\\/\\/steemit.chat\\/channel\\/deutsch\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T19:19:21",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 5836413889261,
+    "parent_author": "otc",
+    "parent_permlink": "hi-steemit-let-me-take-a-picture",
+    "pending_payout_value": "5.584 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z",
+    "post_id": 826962,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hi Steemit, let me take a picture",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@otc/hi-steemit-let-me-take-a-picture#@chris.roy/re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "4000",
+        "reputation": 0,
+        "rshares": "5770952961588",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3100087836",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3763646165",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "690429176",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54153246604",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1661369472",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213687824",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622861348",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "967419863",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288179385",
+        "voter": "helen.tan"
+      }
+    ],
+    "author": "essra",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "great shots, good to have you here :-)",
+    "body_length": 38,
+    "cashout_time": "2016-10-02T22:02:54",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-09-01T17:51:57",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T17:51:57",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 5836413889261,
+    "parent_author": "otc",
+    "parent_permlink": "hi-steemit-let-me-take-a-picture",
+    "pending_payout_value": "5.584 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-otc-hi-steemit-let-me-take-a-picture-20160901t175155160z",
+    "post_id": 826085,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hi Steemit, let me take a picture",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@otc/hi-steemit-let-me-take-a-picture#@essra/re-otc-hi-steemit-let-me-take-a-picture-20160901t175155160z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "727408936596",
+        "voter": "erath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3088509304",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3748566787",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "702594129",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52530849642",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1655561625",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213393595",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "269017819788",
+        "voter": "indominon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2942358731305",
+        "voter": "onceuponatime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "714328071251",
+        "voter": "marginal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "74549113891",
+        "voter": "vault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "621190665",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "910670584",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287705182",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "40371132793",
+        "voter": "kus-knee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51134434",
+        "voter": "southbaybits"
+      }
+    ],
+    "author": "shaka",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "First thing I saw when looking at this picture was one gargantuan grazing horse.  Don\u00b4t know whether anyone can follow this impression.",
+    "body_length": 135,
+    "cashout_time": "2016-09-19T03:16:21",
+    "category": "photography",
+    "children": 4,
+    "created": "2016-08-18T16:20:09",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-18T16:20:09",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 4831843981571,
+    "parent_author": "kus-knee",
+    "parent_permlink": "the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you",
+    "pending_payout_value": "5.544 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z",
+    "post_id": 657458,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The Old Dog Asks: Does This Picture Scare and Disturb You? Should It? Do You Find it Beautiful? Should You?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kus-knee/the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you#@shaka/re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "727449675213",
+        "voter": "erath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "269017819788",
+        "voter": "indominon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3001205905931",
+        "voter": "onceuponatime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "714328071251",
+        "voter": "marginal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "74549113891",
+        "voter": "vault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "34969527491",
+        "voter": "shaka"
+      }
+    ],
+    "author": "erath",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "**I see it!**",
+    "body_length": 13,
+    "cashout_time": "2016-09-19T03:16:21",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-08-18T16:22:33",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-18T16:22:33",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 4821520113565,
+    "parent_author": "shaka",
+    "parent_permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z",
+    "pending_payout_value": "5.526 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z",
+    "post_id": 657496,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The Old Dog Asks: Does This Picture Scare and Disturb You? Should It? Do You Find it Beautiful? Should You?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kus-knee/the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you#@erath/re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7699187945525",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50275655781",
+        "voter": "simba"
+      }
+    ],
+    "author": "rainchen",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Solar panel ?",
+    "body_length": 13,
+    "cashout_time": "2016-09-28T07:56:00",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-08-28T06:36:33",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-28T06:36:33",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7749463601306,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-4-up-to-15-sbd-prize",
+    "pending_payout_value": "4.984 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z",
+    "post_id": 775009,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #4: up to 15 SBD Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-4-up-to-15-sbd-prize#@rainchen/re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7582498221815",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3720592927",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4516975561",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "828594645",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "65071559404",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53006240358",
+        "voter": "simba"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1993882275",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "256442875",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "747505484",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1161028150",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "345840511",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "62113589",
+        "voter": "mcsvi"
+      }
+    ],
+    "author": "mcsvi",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Could be a cinnamon toast crunch cereal? ;)",
+    "body_length": 43,
+    "cashout_time": "2016-10-02T11:54:57",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-09-01T13:16:39",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T13:16:39",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7714208997594,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-5-30-prize",
+    "pending_payout_value": "4.976 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z",
+    "post_id": 823115,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #6: 30% Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-5-30-prize#@mcsvi/re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json
index e5ed965d..3fe08558 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.pat.json
@@ -1,1061 +1,922 @@
 [
-    {
-      "active_votes": [
-        {
-          "percent": "100",
-          "reputation": 0,
-          "rshares": "28866299703",
-          "voter": "anonymous"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7450679767870",
-          "voter": "riverhead"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1764088270313",
-          "voter": "xeroc"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7145357377",
-          "voter": "patrice"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "25137309454",
-          "voter": "instructor2121"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "144262356780",
-          "voter": "steve-walschot"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "33760968876",
-          "voter": "ranko-k"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "36553937965",
-          "voter": "drinkzya"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51773329420",
-          "voter": "thecryptodrive"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "35397036681",
-          "voter": "michaelx"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "548967230",
-          "voter": "mrhankeh"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "52622878951",
-          "voter": "isteemit"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "48140595510",
-          "voter": "bacchist"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "163693208362",
-          "voter": "repholder"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "11006646312",
-          "voter": "jaycobbell"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "38664653565",
-          "voter": "condra"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "98956989",
-          "voter": "wildchild"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "11083265481",
-          "voter": "carlidos"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2004715143",
-          "voter": "tygergamer"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3966944281",
-          "voter": "jed78"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "121805855858",
-          "voter": "steemdrive"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1106341334",
-          "voter": "paynode"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53812359",
-          "voter": "stevescriber"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51234301",
-          "voter": "loli"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "52405452",
-          "voter": "nano2nd"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "11757470887",
-          "voter": "kyriacos"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "56598010",
-          "voter": "cryptoblu"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "56591855",
-          "voter": "instructor"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "595674328947",
-          "voter": "dollarvigilante"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7330124869",
-          "voter": "jaredcwillis"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "59501709490",
-          "voter": "barrycooper"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "11662670473",
-          "voter": "hilarski"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53565688",
-          "voter": "rickmiller"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1086048364",
-          "voter": "nulliusinverba"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "87349510",
-          "voter": "steemerpat"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1129213184",
-          "voter": "chaeya"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "263275825888",
-          "voter": "charlieshrem"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "59192204578",
-          "voter": "tracemayer"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "205199394749",
-          "voter": "robinhoodwhale"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1798215057",
-          "voter": "steemsquad"
-        }
-      ],
-      "author": "robinhoodwhale",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Hi @skypilot, \n\nYou have been chosen as a featured author by the @robinhoodwhale initiative.\n\n#### [Learn more about the Robinhood Whale here!](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior) \n\nKeep on Steeming more amazing posts! \n\nGoodluck!\n~RHW~",
-      "body_length": 306,
-      "cashout_time": "2016-10-03T19:05:27",
-      "category": "photography",
-      "children": 1,
-      "created": "2016-09-02T15:56:51",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"],\"users\":[\"skypilot\",\"robinhoodwhale\"],\"links\":[\"https:\\/\\/steemit.com\\/robinhoodwhale\\/@robinhoodwhale\\/announcing-robinhoodwhale-the-steemit-deep-sea-savior\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-02T15:56:51",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 11250426427116,
-      "parent_author": "skypilot",
-      "parent_permlink": "where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse",
-      "pending_payout_value": "17.277 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z",
-      "post_id": 835572,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Where Eagles Fly - Part 2 - Zapata Ranch, Colorado by Zedekiah Morse",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@skypilot/where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse#@robinhoodwhale/re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7016285569936",
-          "voter": "riverhead"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "24790479260",
-          "voter": "steampunkpowered"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1950834301",
-          "voter": "mammasitta"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "25478344941",
-          "voter": "firepower"
-        }
-      ],
-      "author": "thecryptofiend",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Great shots.  This one is my favourite:\n\nhttp://i.imgur.com/gTbRron.jpg\n\nI just love the composition on it and the beautiful colours and cloud pattern.  It would also make a great wallpaper.",
-      "body_length": 190,
-      "cashout_time": "2016-09-25T18:41:06",
-      "category": "photography",
-      "children": 4,
-      "created": "2016-08-25T17:35:30",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"],\"image\":[\"http:\\/\\/i.imgur.com\\/gTbRron.jpg\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-25T17:35:30",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 7068505228438,
-      "parent_author": "firepower",
-      "parent_permlink": "brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft",
-      "pending_payout_value": "10.438 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z",
-      "post_id": 745060,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Brown-headed Gulls in action at the frozen Pangong Tso, 14000+ ft",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@firepower/brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft#@thecryptofiend/re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "5619601001718",
-          "voter": "kushed"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3092016176",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3753101885",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "703213518",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "52931035689",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1657363221",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "213503903",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "621731193",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "933255856",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "287876749",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "-10000",
-          "reputation": 0,
-          "rshares": "-129957599035",
-          "voter": "chhayll"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "61649040",
-          "voter": "kamil5"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51445853",
-          "voter": "chuckleberry"
-        },
-        {
-          "percent": "-10000",
-          "reputation": 0,
-          "rshares": "-102936299",
-          "voter": "anotherone"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53006556",
-          "voter": "fluffy"
-        }
-      ],
-      "author": "sascha",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "That's just WOW! Awesome!",
-      "body_length": 25,
-      "cashout_time": "2016-09-22T05:09:03",
-      "category": "photography",
-      "children": 0,
-      "created": "2016-08-21T20:37:06",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-21T20:37:06",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 5553899666023,
-      "parent_author": "kamil5",
-      "parent_permlink": "russian-mafia-tattoo",
-      "pending_payout_value": "8.119 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-kamil5-russian-mafia-tattoo-20160821t203842353z",
-      "post_id": 698296,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Russian mafia tattoo",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@kamil5/russian-mafia-tattoo#@sascha/re-kamil5-russian-mafia-tattoo-20160821t203842353z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "727407423660",
-          "voter": "erath"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "82613356260",
-          "voter": "friend5"
-        },
-        {
-          "percent": "5100",
-          "reputation": 0,
-          "rshares": "139864687027",
-          "voter": "indominon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3000929371249",
-          "voter": "onceuponatime"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "728571343037",
-          "voter": "marginal"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "76037093713",
-          "voter": "vault"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "39937555422",
-          "voter": "kus-knee"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3768314076",
-          "voter": "randyclemens"
-        }
-      ],
-      "author": "indominon",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "**I own a lawn maintenance business. I hate you. I am going to flag your post.**\n\nJust kidding.",
-      "body_length": 95,
-      "cashout_time": "2016-09-17T22:00:39",
-      "category": "photography",
-      "children": 1,
-      "created": "2016-08-17T16:25:57",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-17T16:25:57",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 4799129144444,
-      "parent_author": "kus-knee",
-      "parent_permlink": "the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way",
-      "pending_payout_value": "6.115 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z",
-      "post_id": 643398,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "The Old Dog Investigates: Why Do We Even Have Lawns? Is There a Better Way?",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@kus-knee/the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way#@indominon/re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "4000",
-          "reputation": 0,
-          "rshares": "5770952961588",
-          "voter": "summon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3100087836",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3763646165",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "690429176",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "54153246604",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1661369472",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "213687824",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "622861348",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "967419863",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "288179385",
-          "voter": "helen.tan"
-        }
-      ],
-      "author": "chris.roy",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Wow, herzlich willkommen auf Steemit!\nIch habe dir ein UpVote und Follow da gelassen und das aus guten Gr\u00fcnden :)\nIch freue mich auf weitere Posts von dir.\n\nKomm doch gerne mit in den #deutsch chat, vom Steemit.Chat.\nDort tummelt sich beinahe, die ganze deutschsprachige Steemit Community und du w\u00e4hrst herzlich willkommen:\nhttps://steemit.chat/channel/deutsch\n\nAlles Gute und *full steem ahead* ;)",
-      "body_length": 398,
-      "cashout_time": "2016-10-02T22:02:54",
-      "category": "photography",
-      "children": 0,
-      "created": "2016-09-01T19:19:21",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"deutsch\",\"photography\"],\"links\":[\"https:\\/\\/steemit.chat\\/channel\\/deutsch\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-01T19:19:21",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 5836413889261,
-      "parent_author": "otc",
-      "parent_permlink": "hi-steemit-let-me-take-a-picture",
-      "pending_payout_value": "5.584 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z",
-      "post_id": 826962,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Hi Steemit, let me take a picture",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@otc/hi-steemit-let-me-take-a-picture#@chris.roy/re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "4000",
-          "reputation": 0,
-          "rshares": "5770952961588",
-          "voter": "summon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3100087836",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3763646165",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "690429176",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "54153246604",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1661369472",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "213687824",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "622861348",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "967419863",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "288179385",
-          "voter": "helen.tan"
-        }
-      ],
-      "author": "essra",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "great shots, good to have you here :-)",
-      "body_length": 38,
-      "cashout_time": "2016-10-02T22:02:54",
-      "category": "photography",
-      "children": 0,
-      "created": "2016-09-01T17:51:57",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-01T17:51:57",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 5836413889261,
-      "parent_author": "otc",
-      "parent_permlink": "hi-steemit-let-me-take-a-picture",
-      "pending_payout_value": "5.584 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-otc-hi-steemit-let-me-take-a-picture-20160901t175155160z",
-      "post_id": 826085,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Hi Steemit, let me take a picture",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@otc/hi-steemit-let-me-take-a-picture#@essra/re-otc-hi-steemit-let-me-take-a-picture-20160901t175155160z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "727408936596",
-          "voter": "erath"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3088509304",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3748566787",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "702594129",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "52530849642",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1655561625",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "213393595",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "269017819788",
-          "voter": "indominon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "2942358731305",
-          "voter": "onceuponatime"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "714328071251",
-          "voter": "marginal"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "74549113891",
-          "voter": "vault"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "621190665",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "910670584",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "287705182",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "40371132793",
-          "voter": "kus-knee"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "51134434",
-          "voter": "southbaybits"
-        }
-      ],
-      "author": "shaka",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "First thing I saw when looking at this picture was one gargantuan grazing horse.  Don\u00b4t know whether anyone can follow this impression.",
-      "body_length": 135,
-      "cashout_time": "2016-09-19T03:16:21",
-      "category": "photography",
-      "children": 4,
-      "created": "2016-08-18T16:20:09",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-18T16:20:09",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 4831843981571,
-      "parent_author": "kus-knee",
-      "parent_permlink": "the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you",
-      "pending_payout_value": "5.544 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z",
-      "post_id": 657458,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "The Old Dog Asks: Does This Picture Scare and Disturb You? Should It? Do You Find it Beautiful? Should You?",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@kus-knee/the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you#@shaka/re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "727449675213",
-          "voter": "erath"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "269017819788",
-          "voter": "indominon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3001205905931",
-          "voter": "onceuponatime"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "714328071251",
-          "voter": "marginal"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "74549113891",
-          "voter": "vault"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "34969527491",
-          "voter": "shaka"
-        }
-      ],
-      "author": "erath",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "**I see it!**",
-      "body_length": 13,
-      "cashout_time": "2016-09-19T03:16:21",
-      "category": "photography",
-      "children": 0,
-      "created": "2016-08-18T16:22:33",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 2,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-18T16:22:33",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 4821520113565,
-      "parent_author": "shaka",
-      "parent_permlink": "re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162010599z",
-      "pending_payout_value": "5.526 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z",
-      "post_id": 657496,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "The Old Dog Asks: Does This Picture Scare and Disturb You? Should It? Do You Find it Beautiful? Should You?",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@kus-knee/the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you#@erath/re-shaka-re-kus-knee-the-old-dog-asks-does-this-picture-scare-and-disturb-you-should-it-do-you-find-it-beautiful-should-you-20160818t162226729z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7699187945525",
-          "voter": "steempty"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "50275655781",
-          "voter": "simba"
-        }
-      ],
-      "author": "rainchen",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Solar panel ?",
-      "body_length": 13,
-      "cashout_time": "2016-09-28T07:56:00",
-      "category": "photography",
-      "children": 2,
-      "created": "2016-08-28T06:36:33",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-28T06:36:33",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 7749463601306,
-      "parent_author": "simba",
-      "parent_permlink": "steemit-photography-guessing-game-4-up-to-15-sbd-prize",
-      "pending_payout_value": "4.984 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z",
-      "post_id": 775009,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Steemit Photography Guessing Game #4: up to 15 SBD Prize!",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@simba/steemit-photography-guessing-game-4-up-to-15-sbd-prize#@rainchen/re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "7582498221815",
-          "voter": "steempty"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3720592927",
-          "voter": "boy"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "4516975561",
-          "voter": "bue-witness"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "828594645",
-          "voter": "bunny"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "65071559404",
-          "voter": "bue"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "53006240358",
-          "voter": "simba"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1993882275",
-          "voter": "mini"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "256442875",
-          "voter": "moon"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "747505484",
-          "voter": "healthcare"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "1161028150",
-          "voter": "daniel.pan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "345840511",
-          "voter": "helen.tan"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "62113589",
-          "voter": "mcsvi"
-        }
-      ],
-      "author": "mcsvi",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Could be a cinnamon toast crunch cereal? ;)",
-      "body_length": 43,
-      "cashout_time": "2016-10-02T11:54:57",
-      "category": "photography",
-      "children": 2,
-      "created": "2016-09-01T13:16:39",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"photography\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-01T13:16:39",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 7714208997594,
-      "parent_author": "simba",
-      "parent_permlink": "steemit-photography-guessing-game-5-30-prize",
-      "pending_payout_value": "4.976 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z",
-      "post_id": 823115,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Steemit Photography Guessing Game #6: 30% Prize!",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/photography/@simba/steemit-photography-guessing-game-5-30-prize#@mcsvi/re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z"
-    }
-  ]
-  
\ No newline at end of file
+  {
+    "active_votes": [
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "28866299703",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7450679767870",
+        "voter": "riverhead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1764088270313",
+        "voter": "xeroc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7145357377",
+        "voter": "patrice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25137309454",
+        "voter": "instructor2121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "144262356780",
+        "voter": "steve-walschot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33760968876",
+        "voter": "ranko-k"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "36553937965",
+        "voter": "drinkzya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51773329420",
+        "voter": "thecryptodrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "35397036681",
+        "voter": "michaelx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "548967230",
+        "voter": "mrhankeh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52622878951",
+        "voter": "isteemit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "48140595510",
+        "voter": "bacchist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "163693208362",
+        "voter": "repholder"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11006646312",
+        "voter": "jaycobbell"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38664653565",
+        "voter": "condra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "98956989",
+        "voter": "wildchild"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11083265481",
+        "voter": "carlidos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2004715143",
+        "voter": "tygergamer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3966944281",
+        "voter": "jed78"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "121805855858",
+        "voter": "steemdrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1106341334",
+        "voter": "paynode"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53812359",
+        "voter": "stevescriber"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51234301",
+        "voter": "loli"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52405452",
+        "voter": "nano2nd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11757470887",
+        "voter": "kyriacos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56598010",
+        "voter": "cryptoblu"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56591855",
+        "voter": "instructor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "595674328947",
+        "voter": "dollarvigilante"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7330124869",
+        "voter": "jaredcwillis"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59501709490",
+        "voter": "barrycooper"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11662670473",
+        "voter": "hilarski"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53565688",
+        "voter": "rickmiller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1086048364",
+        "voter": "nulliusinverba"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "87349510",
+        "voter": "steemerpat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1129213184",
+        "voter": "chaeya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "263275825888",
+        "voter": "charlieshrem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59192204578",
+        "voter": "tracemayer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "205199394749",
+        "voter": "robinhoodwhale"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1798215057",
+        "voter": "steemsquad"
+      }
+    ],
+    "author": "robinhoodwhale",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Hi @skypilot, \n\nYou have been chosen as a featured author by the @robinhoodwhale initiative.\n\n#### [Learn more about the Robinhood Whale here!](https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior) \n\nKeep on Steeming more amazing posts! \n\nGoodluck!\n~RHW~",
+    "body_length": 306,
+    "cashout_time": "2016-09-09T15:56:51",
+    "category": "photography",
+    "children": 1,
+    "created": "2016-09-02T15:56:51",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"],\"users\":[\"skypilot\",\"robinhoodwhale\"],\"links\":[\"https://steemit.com/robinhoodwhale/@robinhoodwhale/announcing-robinhoodwhale-the-steemit-deep-sea-savior\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-02T15:56:51",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 11250426427116,
+    "parent_author": "skypilot",
+    "parent_permlink": "where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse",
+    "pending_payout_value": "17.277 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z",
+    "post_id": 1099914,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Where Eagles Fly - Part 2 - Zapata Ranch, Colorado by Zedekiah Morse",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@skypilot/where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse#@robinhoodwhale/re-skypilot-where-eagles-fly-part-2-zapata-ranch-colorado-by-zedekiah-morse-20160902t155649699z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7518622991821",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "42895854894",
+        "voter": "simba"
+      }
+    ],
+    "author": "nippel66",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "It is tabaco blended with some Marijuana. :)",
+    "body_length": 44,
+    "cashout_time": "2016-09-02T17:19:18",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-08-26T17:19:18",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-26T17:19:18",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7561518846715,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-3-up-to-15-sbd-prize",
+    "pending_payout_value": "11.391 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-3-up-to-15-sbd-prize-20160826t171915234z",
+    "post_id": 1000701,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #3: Up to 15 SBD Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-3-up-to-15-sbd-prize#@nippel66/re-simba-steemit-photography-guessing-game-3-up-to-15-sbd-prize-20160826t171915234z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7699187945525",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50275655781",
+        "voter": "simba"
+      }
+    ],
+    "author": "rainchen",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Solar panel ?",
+    "body_length": 13,
+    "cashout_time": "2016-09-04T06:36:33",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-08-28T06:36:33",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-28T06:36:33",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7749463601306,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-4-up-to-15-sbd-prize",
+    "pending_payout_value": "11.162 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z",
+    "post_id": 1023317,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #4: up to 15 SBD Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-4-up-to-15-sbd-prize#@rainchen/re-simba-steemit-photography-guessing-game-4-up-to-15-sbd-prize-20160828t063625747z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7016285569936",
+        "voter": "riverhead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24790479260",
+        "voter": "steampunkpowered"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1950834301",
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25478344941",
+        "voter": "firepower"
+      }
+    ],
+    "author": "thecryptofiend",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Great shots.  This one is my favourite:\n\nhttp://i.imgur.com/gTbRron.jpg\n\nI just love the composition on it and the beautiful colours and cloud pattern.  It would also make a great wallpaper.",
+    "body_length": 190,
+    "cashout_time": "2016-09-01T17:35:30",
+    "category": "photography",
+    "children": 4,
+    "created": "2016-08-25T17:35:30",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"],\"image\":[\"http://i.imgur.com/gTbRron.jpg\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-25T17:35:30",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7068505228438,
+    "parent_author": "firepower",
+    "parent_permlink": "brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft",
+    "pending_payout_value": "10.438 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z",
+    "post_id": 984508,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Brown-headed Gulls in action at the frozen Pangong Tso, 14000+ ft",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@firepower/brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft#@thecryptofiend/re-firepower-brown-headed-gulls-in-action-at-the-frozen-pangong-tso-14000-ft-20160825t173530609z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7582498221815",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3720592927",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4516975561",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "828594645",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "65071559404",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53006240358",
+        "voter": "simba"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1993882275",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "256442875",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "747505484",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1161028150",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "345840511",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "62113589",
+        "voter": "mcsvi"
+      }
+    ],
+    "author": "mcsvi",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Could be a cinnamon toast crunch cereal? ;)",
+    "body_length": 43,
+    "cashout_time": "2016-09-08T13:16:39",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-09-01T13:16:39",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T13:16:39",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7714208997594,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-5-30-prize",
+    "pending_payout_value": "9.500 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z",
+    "post_id": 1084089,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #6: 30% Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-5-30-prize#@mcsvi/re-simba-steemit-photography-guessing-game-5-30-prize-20160901t131640537z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7524134751591",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53109244155",
+        "voter": "simba"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2250575093",
+        "voter": "contentjunkie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "253323172",
+        "voter": "reaction"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "134567511",
+        "voter": "the-ego-is-you"
+      }
+    ],
+    "author": "reaction",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "http://www.joshuascottonysko.com/wp-content/uploads/2016/02/Aloe-Vera-Gel-Benefits-2.jpg",
+    "body_length": 88,
+    "cashout_time": "2016-09-15T06:40:54",
+    "category": "photography",
+    "children": 2,
+    "created": "2016-09-08T06:40:54",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"],\"image\":[\"http://www.joshuascottonysko.com/wp-content/uploads/2016/02/Aloe-Vera-Gel-Benefits-2.jpg\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-08T06:40:54",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7579882461522,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-10-30-prize",
+    "pending_payout_value": "9.040 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-10-30-prize-20160908t064051967z",
+    "post_id": 1169146,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #10: 30% Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-10-30-prize#@reaction/re-simba-steemit-photography-guessing-game-10-30-prize-20160908t064051967z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7214608875070",
+        "voter": "steempty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50412239306",
+        "voter": "simba"
+      }
+    ],
+    "author": "avecaesar",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "rust ? mildew ?",
+    "body_length": 15,
+    "cashout_time": "2016-09-06T05:47:12",
+    "category": "photography",
+    "children": 1,
+    "created": "2016-08-30T05:47:12",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-30T05:47:12",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 7265021114376,
+    "parent_author": "simba",
+    "parent_permlink": "steemit-photography-guessing-game-5-up-to-15-sbd-prize",
+    "pending_payout_value": "8.566 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-simba-steemit-photography-guessing-game-5-up-to-15-sbd-prize-20160830t054706945z",
+    "post_id": 1052211,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemit Photography Guessing Game #5: Up to 15 SBD Prize!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@simba/steemit-photography-guessing-game-5-up-to-15-sbd-prize#@avecaesar/re-simba-steemit-photography-guessing-game-5-up-to-15-sbd-prize-20160830t054706945z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5619601001718",
+        "voter": "kushed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3092016176",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3753101885",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "703213518",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52931035689",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1657363221",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213503903",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "621731193",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "933255856",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287876749",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-129957599035",
+        "voter": "chhayll"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61649040",
+        "voter": "kamil5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51445853",
+        "voter": "chuckleberry"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-102936299",
+        "voter": "anotherone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53006556",
+        "voter": "fluffy"
+      }
+    ],
+    "author": "sascha",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "That's just WOW! Awesome!",
+    "body_length": 25,
+    "cashout_time": "2016-08-28T20:37:06",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-08-21T20:37:06",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-21T20:37:06",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 5553899666023,
+    "parent_author": "kamil5",
+    "parent_permlink": "russian-mafia-tattoo",
+    "pending_payout_value": "8.119 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-kamil5-russian-mafia-tattoo-20160821t203842353z",
+    "post_id": 925049,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Russian mafia tattoo",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kamil5/russian-mafia-tattoo#@sascha/re-kamil5-russian-mafia-tattoo-20160821t203842353z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "727407423660",
+        "voter": "erath"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "82613356260",
+        "voter": "friend5"
+      },
+      {
+        "percent": "5100",
+        "reputation": 0,
+        "rshares": "139864687027",
+        "voter": "indominon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3000929371249",
+        "voter": "onceuponatime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "728571343037",
+        "voter": "marginal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "76037093713",
+        "voter": "vault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "39937555422",
+        "voter": "kus-knee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3768314076",
+        "voter": "randyclemens"
+      }
+    ],
+    "author": "indominon",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "**I own a lawn maintenance business. I hate you. I am going to flag your post.**\n\nJust kidding.",
+    "body_length": 95,
+    "cashout_time": "2016-08-24T16:25:57",
+    "category": "photography",
+    "children": 1,
+    "created": "2016-08-17T16:25:57",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-17T16:25:57",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 4799129144444,
+    "parent_author": "kus-knee",
+    "parent_permlink": "the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way",
+    "pending_payout_value": "6.115 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z",
+    "post_id": 855194,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The Old Dog Investigates: Why Do We Even Have Lawns? Is There a Better Way?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@kus-knee/the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way#@indominon/re-kus-knee-the-old-dog-investigates-why-do-we-even-have-lawns-is-there-a-better-way-20160817t162553219z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "4000",
+        "reputation": 0,
+        "rshares": "5770952961588",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3100087836",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3763646165",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "690429176",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54153246604",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1661369472",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213687824",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622861348",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "967419863",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288179385",
+        "voter": "helen.tan"
+      }
+    ],
+    "author": "chris.roy",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Wow, herzlich willkommen auf Steemit!\nIch habe dir ein UpVote und Follow da gelassen und das aus guten Gr\u00fcnden :)\nIch freue mich auf weitere Posts von dir.\n\nKomm doch gerne mit in den #deutsch chat, vom Steemit.Chat.\nDort tummelt sich beinahe, die ganze deutschsprachige Steemit Community und du w\u00e4hrst herzlich willkommen:\nhttps://steemit.chat/channel/deutsch\n\nAlles Gute und *full steem ahead* ;)",
+    "body_length": 398,
+    "cashout_time": "2016-09-08T19:19:21",
+    "category": "photography",
+    "children": 0,
+    "created": "2016-09-01T19:19:21",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"deutsch\",\"photography\"],\"links\":[\"https://steemit.chat/channel/deutsch\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T19:19:21",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 5836413889261,
+    "parent_author": "otc",
+    "parent_permlink": "hi-steemit-let-me-take-a-picture",
+    "pending_payout_value": "5.584 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z",
+    "post_id": 1088906,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hi Steemit, let me take a picture",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/photography/@otc/hi-steemit-let-me-take-a-picture#@chris.roy/re-otc-hi-steemit-let-me-take-a-picture-20160901t191925920z"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.tavern.yaml
index b9ce361f..1726f775 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.tavern.yaml
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/category.tavern.yaml
@@ -2,7 +2,7 @@
   test_name: Hivemind tags_api.get_comment_discussions_by_payout patterns test category
 
   marks:
-    - patterntest
+    - patterntest # differences in pending payout make it incomparable with original (also order of comments with the same payout was basically random)
 
   includes:
     - !include ../../common.yaml
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/good_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/good_permlink.pat.json
deleted file mode 100644
index 0637a088..00000000
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/good_permlink.pat.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.orig.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.orig.json
new file mode 100644
index 00000000..94ce73d2
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.orig.json
@@ -0,0 +1,33 @@
+[
+  {
+    "active_votes": [],
+    "author": "twitterbot",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "### ![irqed](https://pbs.twimg.com/profile_images/664342080185995264/UFj_2Ipg_normal.jpg) **[##########](https://twitter.com/@irqed/status/358212928404586498)** tweeted @ 19 Jul 2013 - 13:13 UTC\n\n> 99 little bugs in the code\n99 little bugs in the code\nTake one down, patch it around\n117 little bugs in the code\n\n\n###### *Disclaimer: I am just a bot trying to be helpful.*",
+    "body_length": 371,
+    "cashout_time": "2016-10-01T23:28:15",
+    "category": "thisisgoingintomyinternetfolder",
+    "children": 0,
+    "created": "2016-08-31T03:58:33",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-31T03:58:33",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 0,
+    "parent_author": "nemo",
+    "parent_permlink": "thisisgoingintomyinternetfolder",
+    "pending_payout_value": "0.000 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-thisisgoingintomyinternetfolder-20160831t035832",
+    "post_id": 808802,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "#thisisgoingintomyinternetfolder",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/thisisgoingintomyinternetfolder/@nemo/thisisgoingintomyinternetfolder#@twitterbot/re-thisisgoingintomyinternetfolder-20160831t035832"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.pat.json
index b224fb3b..03070c57 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.pat.json
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/long_category.pat.json
@@ -1,33 +1,33 @@
 [
-    {
-        "post_id": 808802,
-        "author": "twitterbot",
-        "permlink": "re-thisisgoingintomyinternetfolder-20160831t035832",
-        "category": "thisisgoingintomyinternetfolder",
-        "title": "",
-        "body": "### ![irqed](https://pbs.twimg.com/profile_images/664342080185995264/UFj_2Ipg_normal.jpg) **[##########](https://twitter.com/@irqed/status/358212928404586498)** tweeted @ 19 Jul 2013 - 13:13 UTC\n\n> 99 little bugs in the code\n99 little bugs in the code\nTake one down, patch it around\n117 little bugs in the code\n\n\n###### *Disclaimer: I am just a bot trying to be helpful.*",
-        "json_metadata": "{}",
-        "created": "2016-08-31T03:58:33",
-        "last_update": "2016-08-31T03:58:33",
-        "depth": 1,
-        "children": 0,
-        "net_rshares": 0,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-10-01T23:28:15",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "0.000 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 371,
-        "active_votes": [],
-        "author_reputation": 0,
-        "parent_author": "nemo",
-        "parent_permlink": "thisisgoingintomyinternetfolder",
-        "url": "/thisisgoingintomyinternetfolder/@nemo/thisisgoingintomyinternetfolder#@twitterbot/re-thisisgoingintomyinternetfolder-20160831t035832",
-        "root_title": "#thisisgoingintomyinternetfolder",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    }
-]
\ No newline at end of file
+  {
+    "active_votes": [],
+    "author": "twitterbot",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "### ![irqed](https://pbs.twimg.com/profile_images/664342080185995264/UFj_2Ipg_normal.jpg) **[##########](https://twitter.com/@irqed/status/358212928404586498)** tweeted @ 19 Jul 2013 - 13:13 UTC\n\n> 99 little bugs in the code\n99 little bugs in the code\nTake one down, patch it around\n117 little bugs in the code\n\n\n###### *Disclaimer: I am just a bot trying to be helpful.*",
+    "body_length": 371,
+    "cashout_time": "2016-09-07T03:58:33",
+    "category": "thisisgoingintomyinternetfolder",
+    "children": 0,
+    "created": "2016-08-31T03:58:33",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-31T03:58:33",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 0,
+    "parent_author": "nemo",
+    "parent_permlink": "thisisgoingintomyinternetfolder",
+    "pending_payout_value": "0.000 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-thisisgoingintomyinternetfolder-20160831t035832",
+    "post_id": 1066025,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "#thisisgoingintomyinternetfolder",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/thisisgoingintomyinternetfolder/@nemo/thisisgoingintomyinternetfolder#@twitterbot/re-thisisgoingintomyinternetfolder-20160831t035832"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.orig.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.orig.json
new file mode 100644
index 00000000..e29e13ab
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.orig.json
@@ -0,0 +1,4860 @@
+[
+  {
+    "active_votes": [
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": "1294968367268",
+        "voter": "smooth"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "28860902224",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14409605494831",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "40261554792719",
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3155750963782",
+        "voter": "lafona-miner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "377906636658",
+        "voter": "lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1245475534803",
+        "voter": "silver"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2875138885044",
+        "voter": "silversteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "992692841277",
+        "voter": "delegate.lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "948645888607",
+        "voter": "liondani"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "314602171157",
+        "voter": "lafona5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3094244335",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3755939559",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "703615315",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5751660885474",
+        "voter": "complexring"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1644151280793",
+        "voter": "steemychicken1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53261984748",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1658441464",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213555429",
+        "voter": "moon"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": "222747002001",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622045496",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "947522117",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "54127411451",
+        "voter": "donkeypong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1759901644",
+        "voter": "nexusdev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "351517418935",
+        "voter": "ash"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "282481919881",
+        "voter": "chitty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287957469",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25822874684",
+        "voter": "steampunkpowered"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10283360038",
+        "voter": "ervin-lemark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24290958657",
+        "voter": "instructor2121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7456570912",
+        "voter": "jerome-colley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "491733834025",
+        "voter": "kevinwong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41463145095",
+        "voter": "nphacker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "367830728600",
+        "voter": "blakemiles84"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "45912096650",
+        "voter": "ranko-k"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "23227592357",
+        "voter": "treeleaves"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "63707549495",
+        "voter": "kanoptx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "31690086400",
+        "voter": "drinkzya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "73022585138",
+        "voter": "eric-boucher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "109636482823",
+        "voter": "kenny-crane"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61288399197",
+        "voter": "thecryptodrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "117389810764",
+        "voter": "bravenewcoin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "449244898326",
+        "voter": "infovore"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "128017998380",
+        "voter": "omarb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "36007650081",
+        "voter": "cheftony"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "32961119819",
+        "voter": "cryptoiskey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71452016003",
+        "voter": "discombobulated"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5121130339",
+        "voter": "expanse"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25440234426",
+        "voter": "hitmeasap"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13382892819",
+        "voter": "stealthtrader"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24939158057",
+        "voter": "tcfxyz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "103574158909",
+        "voter": "cdubendo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7881221000",
+        "voter": "spiz0r"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "112751020008",
+        "voter": "jacor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14190084617",
+        "voter": "halo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "159492592967",
+        "voter": "jesta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33597624083",
+        "voter": "toxonaut"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7028930352",
+        "voter": "btcupload"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17438618169",
+        "voter": "anduweb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "75155947399",
+        "voter": "demotruk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3697940497",
+        "voter": "maximkichev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10377897348",
+        "voter": "nippel66"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7753599028",
+        "voter": "magz8716"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1388783807",
+        "voter": "cryptocurrency1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "115874018",
+        "voter": "gosha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "505816971",
+        "voter": "raymonjohnstone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "124907433",
+        "voter": "biternator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3090635988",
+        "voter": "willbeonceagain8"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54497070629",
+        "voter": "arcurus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4745090234",
+        "voter": "bakingengineer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "36689125715",
+        "voter": "claudiop63"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "16359584188",
+        "voter": "noodles.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10399150907",
+        "voter": "npl77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "108836213411",
+        "voter": "steemdrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11060114610",
+        "voter": "bergy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2050213474",
+        "voter": "theprophet0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "295915630",
+        "voter": "theprophet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38819548773",
+        "voter": "allasyummyfood"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "461449860",
+        "voter": "neddykelly"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1579699570",
+        "voter": "minion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "77473387847",
+        "voter": "sirwinchester"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61385527",
+        "voter": "sijoittaja"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4190219999",
+        "voter": "tom77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "125663528",
+        "voter": "nelkel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "148930176",
+        "voter": "letsgo.asino"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14968711124",
+        "voter": "hilarski"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58226150",
+        "voter": "ajavajive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "253750401751",
+        "voter": "oldtimer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "57886832",
+        "voter": "shootetxd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "191216226",
+        "voter": "comcentrate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13741567322",
+        "voter": "antoinev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61289460",
+        "voter": "jtstreetman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5100395909",
+        "voter": "io-io-io"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54884363",
+        "voter": "ian89"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50351260",
+        "voter": "chuckleberry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "349611227",
+        "voter": "panther"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59354601485",
+        "voter": "tracemayer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51884666",
+        "voter": "brs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130434883",
+        "voter": "bitcoinparadise"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52571606",
+        "voter": "bellphorion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53224648",
+        "voter": "yanikkoval"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51136429",
+        "voter": "infotoday"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50977036",
+        "voter": "tldr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50797377",
+        "voter": "bo-ro"
+      }
+    ],
+    "author": "smooth",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "I will sponsor an additional 2000 SBD toward this campaign in addition to my vote on the post, plus any rewards on this comment.",
+    "body_length": 128,
+    "cashout_time": "2016-09-24T19:41:42",
+    "category": "steemit",
+    "children": 31,
+    "created": "2016-08-24T16:43:21",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steemit\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-24T16:43:21",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 77833655363992,
+    "parent_author": "steemdrive",
+    "parent_permlink": "steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream",
+    "pending_payout_value": "852.555 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t164320100z",
+    "post_id": 733019,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the \u201cAmerican Dream\"!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@steemdrive/steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream#@smooth/re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t164320100z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "30296554046147",
+        "voter": "smooth"
+      },
+      {
+        "percent": "97",
+        "reputation": 0,
+        "rshares": "28854877817",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14368089454321",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3183112492799",
+        "voter": "lafona-miner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "377387227766",
+        "voter": "lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "790314875205",
+        "voter": "delegate.lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "314383371770",
+        "voter": "lafona5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1851434600",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2247039689",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "425455109",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "31378635899",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "992487616",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "127981753",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6510505164",
+        "voter": "sean0010"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5308002434389",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "342922310367",
+        "voter": "officialfuzzy"
+      },
+      {
+        "percent": "9700",
+        "reputation": 0,
+        "rshares": "802009404542",
+        "voter": "cass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "369247770",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "537460001",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "172530341",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "410778394570",
+        "voter": "chryspano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "113345677592",
+        "voter": "forrestwillie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5390642912",
+        "voter": "kingjohal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "346429583563",
+        "voter": "blakemiles84"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "46740932510",
+        "voter": "ranko-k"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "18522231224",
+        "voter": "allahhh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "398461524",
+        "voter": "rafikichi"
+      },
+      {
+        "percent": "9900",
+        "reputation": 0,
+        "rshares": "1421853753930",
+        "voter": "sean-king"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "65040641602",
+        "voter": "charleshosk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "739465956",
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17651204278",
+        "voter": "acassity"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "480475374",
+        "voter": "chamviet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "239694404",
+        "voter": "concave"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1386708550",
+        "voter": "vi1son"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1798938485",
+        "voter": "gazm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "19465926763",
+        "voter": "ausbitbank"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2622666444",
+        "voter": "egjoshslim"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6373898691",
+        "voter": "perwest"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "312475355",
+        "voter": "lioliomir"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33482946725",
+        "voter": "alexfortin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5612628842",
+        "voter": "r33drum"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24373102947",
+        "voter": "igster"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51538128557",
+        "voter": "sephiroth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5989513477",
+        "voter": "cryptosi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "72131208610",
+        "voter": "ntomaino"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9493199624",
+        "voter": "domavila"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "107006946999",
+        "voter": "bonface"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "12353093513",
+        "voter": "grolelo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "32088583721",
+        "voter": "streetstyle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54299398751",
+        "voter": "demotruk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "45617820200",
+        "voter": "arcurus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "211677715438",
+        "voter": "johnsmith"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17146066951",
+        "voter": "team-leibniz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "22277193587",
+        "voter": "solidgold"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "143431864",
+        "voter": "borntowin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "609312338",
+        "voter": "metaflute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1125051142",
+        "voter": "bofadeez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100022771",
+        "voter": "darkstar1o9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "57276142",
+        "voter": "pgarcgo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "328256060",
+        "voter": "alifton"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "63775214",
+        "voter": "laissezfairedr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "66697195",
+        "voter": "rubenalexander"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7960548410",
+        "voter": "kyriacos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "376001676",
+        "voter": "manicmidnight"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58682093",
+        "voter": "tradz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58914198",
+        "voter": "brandon-rosano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38710389758",
+        "voter": "simon-says"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "57980741",
+        "voter": "alaqrab"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56436574",
+        "voter": "saintbitts"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "55261899",
+        "voter": "shakimclark7"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "75377250",
+        "voter": "powercouple"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "55618704",
+        "voter": "jaypillagara"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53912690",
+        "voter": "shax"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53846159",
+        "voter": "wulfmeister"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53707619",
+        "voter": "ct-gurus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53333238",
+        "voter": "donzy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53210703",
+        "voter": "frostwalker"
+      }
+    ],
+    "author": "charlieshrem",
+    "author_reputation": 50375830871208,
+    "beneficiaries": [],
+    "body": "I have a series of posts I'm writing now about socioeconomic observations in prison. If the Steemit community likes it, Ill post it here exclusively.",
+    "body_length": 149,
+    "cashout_time": "2016-09-16T21:13:42",
+    "category": "introduceyourself",
+    "children": 21,
+    "created": "2016-08-16T18:55:27",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"introduceyourself\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-16T18:55:27",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 59091129639172,
+    "parent_author": "dennygalindo",
+    "parent_permlink": "re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185037477z",
+    "pending_payout_value": "545.728 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z",
+    "post_id": 630864,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Charlie Shrem Is Now On Steemit!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/introduceyourself/@charlieshrem/charlie-shrem-is-now-on-steemit#@charlieshrem/re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29186049220380",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "623996958321",
+        "voter": "justin"
+      },
+      {
+        "percent": "9900",
+        "reputation": 0,
+        "rshares": "5881098331094",
+        "voter": "abit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4855865727368",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "9800",
+        "reputation": 0,
+        "rshares": "2454399166148",
+        "voter": "adm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2467985030",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2995309863",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "567154894",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41750226248",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1323006745",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170612336",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "664278529380",
+        "voter": "pfunk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "490800486",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "709305835",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "229997595",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130506632815",
+        "voter": "kaylinart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "106890789634",
+        "voter": "anyx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9971301073",
+        "voter": "senseiteekay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9400027589",
+        "voter": "shredlord"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61646469732",
+        "voter": "cheetah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "219824678620",
+        "voter": "originate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "685101796",
+        "voter": "metaflute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "394148198",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "32404401324",
+        "voter": "thecurator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "582451688",
+        "voter": "alorya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1059033052",
+        "voter": "seraph"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "16011014560",
+        "voter": "someguy123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "454752565",
+        "voter": "celestial"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "188226473",
+        "voter": "andyinspace"
+      }
+    ],
+    "author": "adm",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "This is an article spun to avoid automatic plagiarism detection.\nHere is the source:\nhttp://health.learninginfo.org/muscle-building-tips.htm",
+    "body_length": 140,
+    "cashout_time": "2016-09-15T23:59:09",
+    "category": "workout",
+    "children": 0,
+    "created": "2016-08-15T22:50:42",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"workout\"],\"links\":[\"http:\\/\\/health.learninginfo.org\\/muscle-building-tips.htm\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T22:50:42",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 44306411360842,
+    "parent_author": "dopezzz123",
+    "parent_permlink": "why-muscles-get-sore",
+    "pending_payout_value": "312.617 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-dopezzz123-why-muscles-get-sore-20160815t225039946z",
+    "post_id": 619751,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Why Muscles Get Sore",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/workout/@dopezzz123/why-muscles-get-sore#@adm/re-dopezzz123-why-muscles-get-sore-20160815t225039946z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "40261554792719",
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "48124579959",
+        "voter": "full-steem-ahead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "282481919881",
+        "voter": "chitty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25822874684",
+        "voter": "steampunkpowered"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10283360038",
+        "voter": "ervin-lemark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24290958657",
+        "voter": "instructor2121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "62458381858",
+        "voter": "kanoptx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71100938161",
+        "voter": "eric-boucher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61288297136",
+        "voter": "thecryptodrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "117389810764",
+        "voter": "bravenewcoin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5121130339",
+        "voter": "expanse"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7881221000",
+        "voter": "spiz0r"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10377897348",
+        "voter": "nippel66"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "49642777135",
+        "voter": "thylbom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "115874018",
+        "voter": "gosha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "37453482500",
+        "voter": "claudiop63"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4096208838",
+        "voter": "smailer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8375659361",
+        "voter": "jamesbrown"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "108836213411",
+        "voter": "steemdrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "195118598",
+        "voter": "comcentrate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61289460",
+        "voter": "jtstreetman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56939384",
+        "voter": "dcat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130434883",
+        "voter": "bitcoinparadise"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50468741",
+        "voter": "bellphorion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50353356",
+        "voter": "takemyfive"
+      }
+    ],
+    "author": "steemdrive",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "<center>[![vote-Ohare.jpg](https://s19.postimg.org/vpowej1g3/vote_Ohare.jpg)](http://www.steemit.com/@steemdrive)</center>",
+    "body_length": 122,
+    "cashout_time": "2016-09-24T19:41:42",
+    "category": "steemit",
+    "children": 0,
+    "created": "2016-08-24T16:23:00",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https:\\/\\/s19.postimg.org\\/vpowej1g3\\/vote_Ohare.jpg\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-24T16:23:00",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 41197240982229,
+    "parent_author": "steemdrive",
+    "parent_permlink": "steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream",
+    "pending_payout_value": "249.516 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t162300868z",
+    "post_id": 732832,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the \u201cAmerican Dream\"!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@steemdrive/steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream#@steemdrive/re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t162300868z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": "14824916004472",
+        "voter": "smooth"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "28851426273",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14660905118594",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5645842591970",
+        "voter": "kushed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3085011784",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3744178588",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "708945412",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52221628833",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1653774577",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213265420",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "733758489177",
+        "voter": "cass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "613502402",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "888428594",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287496994",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5519141498",
+        "voter": "spaninv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "151618531853",
+        "voter": "killerstorm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13114605961",
+        "voter": "facer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "137573239907",
+        "voter": "thedashguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "586358175",
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "128697036640",
+        "voter": "chhayll"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "269379546",
+        "voter": "thealexander"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13452877972",
+        "voter": "bitshares101"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51529058014",
+        "voter": "sephiroth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5729767206",
+        "voter": "inti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14254612849",
+        "voter": "deanero"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1646059150",
+        "voter": "belkins"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "116253105",
+        "voter": "darkstar1o9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61980222",
+        "voter": "breastsono"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2359201317",
+        "voter": "matherly"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "897505702",
+        "voter": "harand"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17530292877",
+        "voter": "shenanigator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4300748049",
+        "voter": "bitbutter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54634677",
+        "voter": "stephenm"
+      }
+    ],
+    "author": "steemapp",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Hi, @smooth this is @str11ngfello, the iOS developer on Steemy. \n\nHere's my linked in profile ->\nhttps://www.linkedin.com/in/lynn-duke-097a724\n\n @cyonic here as a followup edit, my linkedin profile here:\nhttps://www.linkedin.com/in/johnelliotwhite\n\nGive me a few moments and I'll add a blurb to my linked in profile that references Steemy.  Look for it towards the top. \n\nHere is a quick vid I made of Steemy at the request of many users.  \n\nhttps://youtu.be/kHbOHuXQWg4\n\nHere's to hoping we can prove ourselves a bit.  STEEM ON!",
+    "body_length": 529,
+    "cashout_time": "2016-09-16T04:46:15",
+    "category": "steemit",
+    "children": 18,
+    "created": "2016-08-16T04:52:51",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/youtu.be\\/kHbOHuXQWg4\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-16T14:16:24",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 36507001147810,
+    "parent_author": "smooth",
+    "parent_permlink": "re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t042406700z",
+    "pending_payout_value": "227.842 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-smooth-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t045252952z",
+    "post_id": 622869,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "[Introducing Steemy] - Fully Native iOS/Android apps for STEEM",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem#@steemapp/re-smooth-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t045252952z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17735818038199",
+        "voter": "itsascam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2091363547583",
+        "voter": "steemroller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17881645967595",
+        "voter": "steemed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2473129069",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3001847911",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "562495952",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "42273561181",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1325647967",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170794809",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "115426377545",
+        "voter": "stan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "497314258",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "741745834",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230286157",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17452286451",
+        "voter": "marklyford"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-118201007",
+        "voter": "cyonic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1259875358",
+        "voter": "shadowspub"
+      }
+    ],
+    "author": "michaelx",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "It doesn't matter at all in the big picture, when company accounts are used to censor any conversation (as they have been doing and will likely continue to do) they please, regardless of community voting consensus.  \n\nThis has already been proven by the actions of management using those accounts for this purpose.\n\nAnyone believing Steemit as it exists currently to be a censorship free platform for free speech is sadly mistaken.",
+    "body_length": 431,
+    "cashout_time": "2016-09-20T07:22:48",
+    "category": "philosophy",
+    "children": 0,
+    "created": "2016-08-20T21:35:15",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 5,
+    "json_metadata": "{\"tags\":[\"philosophy\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-20T21:35:15",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 37894124714862,
+    "parent_author": "stellabelle",
+    "parent_permlink": "re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t150054378z",
+    "pending_payout_value": "218.456 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-stellabelle-re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t213500128z",
+    "post_id": 687886,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Our Corrupt Sense of Fairness",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/philosophy/@dantheman/our-corrupt-sense-of-fairness#@michaelx/re-stellabelle-re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t213500128z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29864685009305",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "189574335690",
+        "voter": "friend2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "639212703934",
+        "voter": "justin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4968734358586",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3084986672",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3744144508",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "708943618",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52193349399",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1653762021",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213265420",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "613500608",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "886632294",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287496994",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "154121482815",
+        "voter": "jamtaylor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130134738142",
+        "voter": "thedashguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "39444938394",
+        "voter": "tiffjane"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "851256740",
+        "voter": "cousteau"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5673774261",
+        "voter": "meesterboom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33726244522",
+        "voter": "condra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "718346410",
+        "voter": "birdie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "20128929530",
+        "voter": "rznag"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51125341014",
+        "voter": "gomeravibz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1954050724",
+        "voter": "t3ran13"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2194116353",
+        "voter": "xroni"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "403314436",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11535444605",
+        "voter": "queenmountain"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "127023220",
+        "voter": "harrycoins"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61084860",
+        "voter": "mndstruct"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33194586794",
+        "voter": "thecurator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230160266",
+        "voter": "mefisto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1059907708",
+        "voter": "iamrohitkgupta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71181331",
+        "voter": "emilyjane"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "133481361",
+        "voter": "mweich"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50281530",
+        "voter": "topslim"
+      }
+    ],
+    "author": "condra",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Congrats to everyone, and forgive me if you didn't place. It wasn't easy to omit so many amazing shots. The standard was very high and there were hundreds of submissions. Huge love for all the Steemit #photography community.",
+    "body_length": 224,
+    "cashout_time": "2016-09-15T23:37:45",
+    "category": "steemitphotochallenge",
+    "children": 8,
+    "created": "2016-08-15T14:23:27",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\",\"steemitphotochallenge\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T14:23:27",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 36212532174065,
+    "parent_author": "jamtaylor",
+    "parent_permlink": "steemit-photo-challenge-4-winners-announcement-guest-judge-condra",
+    "pending_payout_value": "218.336 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t142348222z",
+    "post_id": 613425,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "\ud83d\udcf7  Steemit Photo Challenge #4 \u2014 WINNERS ANNOUNCEMENT! Guest Judge: @condra",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra#@condra/re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t142348222z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29864685009305",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "639212703934",
+        "voter": "justin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4968734358586",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2467989338",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2995315607",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "567154894",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41754679519",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1653762021",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170612336",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "490800486",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "709305835",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "229997595",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "147833075316",
+        "voter": "jamtaylor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33749012863",
+        "voter": "condra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8813120108",
+        "voter": "blinova"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "177253189627",
+        "voter": "blueorgy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7958656381",
+        "voter": "kristylynn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "250542489",
+        "voter": "nat4ka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2869166387",
+        "voter": "dercoco"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "403314436",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33194586794",
+        "voter": "thecurator"
+      }
+    ],
+    "author": "blueorgy",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "**Amazing Entries** once again this weekend! The talent here on steemit just keeps on growing with each #SteemitPhotoChallenge and I feel it's 100% a direct result of this **trending topic**. So be proud of your work and if you didn't make it into the **Top 3** don't even think about giving up, the computation is tuff and @condra had a difficult time deciding I'm sure.\n\n<hr>\n\n**Honourable Mentions**\n\n @kristylynn I really enjoyed this photo! It reminded me of when I was a kid grabbing dandelions at every change and blowing them all over the place! My father absolutely hated this because they would end up growing all over his lawn. Great work with the depth and the color is very pleasing. Thank you for bring back some old memories.\n\n@minion I tried to capture a very similar shot during my little exploration last sunday morning. I of course failed to get such a crisp, captivating, and **Super Lush** photo if you can describ the vibrant green colors this way. Great job on capturing that moment right before the water droplet escapes the branch , not easy and patience is required. \n\n**Finalist**\n\n@bebecitosfotos This flower is epic! The clarity and brightness is spot on and even the viewed in post and at lower resolution it still comes off as perfectly in focus (always a very difficult thing to do while using Macro). The background is just muted enough to capture a actual backdrop while not taking away fro the foreground image. Excellent work.\n\n@dercoco What can I say about this one... how about **EYES**. I have always loved the reptile eye, Great Work.\n\n@mweich This is spot on! Being able to capture the pollen on the Bee's legs was a great feat I tell you that, while still keeping other expects and depths of the photo in great focus is even harder, very still hand you must have! The angle of the photo and the choice of background imagery defiantly gave this photo an edge when it came to being Macro. The background is often forgot when capturing with Macro even thought it plays such a big role, you seem to have a very good eye for it. And **Congratulations!** on taking First Place!\n\n<hr>\n\nAgain I can't say it enough great job everyone, keep it up!\nCan't wait for next weekend's challenge @jamtaylor make it a good one ;)\n\nBlue",
+    "body_length": 2259,
+    "cashout_time": "2016-09-15T23:37:45",
+    "category": "steemitphotochallenge",
+    "children": 0,
+    "created": "2016-08-15T16:39:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steemitphotochallenge\"],\"users\":[\"kristylynn\",\"minion\",\"bebecitosfotos\",\"dercoco\",\"mweich\",\"jamtaylor\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T16:52:30",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 35935996353857,
+    "parent_author": "jamtaylor",
+    "parent_permlink": "steemit-photo-challenge-4-winners-announcement-guest-judge-condra",
+    "pending_payout_value": "215.088 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t163904911z",
+    "post_id": 615071,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "\ud83d\udcf7  Steemit Photo Challenge #4 \u2014 WINNERS ANNOUNCEMENT! Guest Judge: @condra",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra#@blueorgy/re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t163904911z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29864685009305",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "639212703934",
+        "voter": "justin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4968734358586",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11700424464",
+        "voter": "by24seven"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "18794778971",
+        "voter": "ozzy-vega"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "106925555861",
+        "voter": "anyx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "278001908",
+        "voter": "mirrax"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17506904849",
+        "voter": "keithsmih"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "20129459504",
+        "voter": "cheetah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100129802",
+        "voter": "cheetah33"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "403314436",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100111679",
+        "voter": "cheetah34"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33194586794",
+        "voter": "thecurator"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "198033574",
+        "voter": "alorya"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "360071237",
+        "voter": "seraph"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "154615872",
+        "voter": "celestial"
+      }
+    ],
+    "author": "cheetah",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.youtube.com/watch?v=Jetfhhkg_YU",
+    "body_length": 165,
+    "cashout_time": "2016-09-16T00:01:18",
+    "category": "blocktalk",
+    "children": 4,
+    "created": "2016-08-15T19:46:09",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T19:46:09",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 35682478060776,
+    "parent_author": "blocktalk",
+    "parent_permlink": "blocktalk-with-nexus-colin-cantrell-question-thread",
+    "pending_payout_value": "212.366 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-blocktalk-with-nexus-colin-cantrell-question-thread-20160815t194601",
+    "post_id": 617412,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "#Blocktalk with Nexus' Colin Cantrell [Question Thread]",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/blocktalk/@blocktalk/blocktalk-with-nexus-colin-cantrell-question-thread#@cheetah/re-blocktalk-with-nexus-colin-cantrell-question-thread-20160815t194601"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17387563883098",
+        "voter": "itsascam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2050320927937",
+        "voter": "steemroller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17506821189546",
+        "voter": "steemed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2472687085",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3001252537",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "562430414",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "42191835467",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1325422094",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170789230",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "497255693",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "737466177",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230274999",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5163277168",
+        "voter": "christoryan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4146107046",
+        "voter": "fishborne"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100022771",
+        "voter": "darkstar1o9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58035101",
+        "voter": "aaronjwhite"
+      }
+    ],
+    "author": "knircky",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Nope a stock is not a ponzu scheme and steem is not either.\n\nI am sick of people that cannot understand how things calling them Ponzi schemes, so they can sound smarter than they are.",
+    "body_length": 183,
+    "cashout_time": "2016-09-20T07:57:42",
+    "category": "steemit",
+    "children": 10,
+    "created": "2016-08-20T03:22:36",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"steemit\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-20T03:22:36",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 37005362856363,
+    "parent_author": "gmalhotra",
+    "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t025813753z",
+    "pending_payout_value": "210.101 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t032236858z",
+    "post_id": 678887,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Is Bitcoin a Ponzi too? A Simple Explanation about Where Does Money Come From for Dummies",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@clayop/is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies#@knircky/re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t032236858z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29186049220380",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "623996958321",
+        "voter": "justin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4855865727368",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "154146763309",
+        "voter": "jamtaylor"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-5787205072",
+        "voter": "zebbra2014"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "106890789634",
+        "voter": "anyx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9733889143",
+        "voter": "senseiteekay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9400027589",
+        "voter": "shredlord"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61646469732",
+        "voter": "cheetah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "219824678620",
+        "voter": "originate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "685101796",
+        "voter": "metaflute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "394148198",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "32404401324",
+        "voter": "thecurator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "16011014560",
+        "voter": "someguy123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "188226473",
+        "voter": "andyinspace"
+      }
+    ],
+    "author": "anyx",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "This user is a serial plagiarist who has taken to spinning articles to plagiarize, instead of providing sources and discussion.\n\n!cheetah ban",
+    "body_length": 141,
+    "cashout_time": "2016-09-15T23:59:09",
+    "category": "workout",
+    "children": 1,
+    "created": "2016-08-15T22:56:39",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"workout\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T22:56:39",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 35271450211375,
+    "parent_author": "dopezzz123",
+    "parent_permlink": "why-muscles-get-sore",
+    "pending_payout_value": "208.151 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-dopezzz123-why-muscles-get-sore-20160815t225638685z",
+    "post_id": 619811,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Why Muscles Get Sore",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/workout/@dopezzz123/why-muscles-get-sore#@anyx/re-dopezzz123-why-muscles-get-sore-20160815t225638685z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17387563883098",
+        "voter": "itsascam"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": "2478143633692",
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17508649345673",
+        "voter": "steemed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2472598979",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3001139259",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "562419226",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "42178757456",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1325381537",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170789230",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "497247302",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "737445199",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230273601",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38894121671",
+        "voter": "claudiop63"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7143405548",
+        "voter": "goose"
+      }
+    ],
+    "author": "thylbom",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "I definitely agree that the password recovery problem is a good one to work on. People who have been involved in crypto for some time are almost instinctively aware of the importance of safeguarding private keys, but \"mainstream\" adopters are accustomed to a world of hand-holding where the powers that be can bail you out if you are careless, stupid, forgetful or unlucky. If a method can be devised to facilitate recovery without sacrificing security, it can avoid problems of negative user experience that could hurt the platform's prospects for widespread adaption.",
+    "body_length": 569,
+    "cashout_time": "2016-09-20T02:41:45",
+    "category": "witness-category",
+    "children": 1,
+    "created": "2016-08-19T21:34:42",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"witness-category\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-19T21:34:57",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 37471570441471,
+    "parent_author": "blocktrades",
+    "parent_permlink": "blocktrades-witness-report-for-3rd-week-of-august",
+    "pending_payout_value": "204.392 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-blocktrades-blocktrades-witness-report-for-3rd-week-of-august-20160819t213441316z",
+    "post_id": 675843,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "BlockTrades Witness Report for 3rd Week of August",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/witness-category/@blocktrades/blocktrades-witness-report-for-3rd-week-of-august#@thylbom/re-blocktrades-blocktrades-witness-report-for-3rd-week-of-august-20160819t213441316z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17735315160760",
+        "voter": "itsascam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17865766992651",
+        "voter": "steemed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3091007147",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3751778512",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "703064185",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52778799199",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1656856120",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213490026",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "621592296",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "923609344",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287848982",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "27692743706",
+        "voter": "r4fken"
+      }
+    ],
+    "author": "r4fken",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)",
+    "body_length": 202,
+    "cashout_time": "2016-09-20T07:22:48",
+    "category": "philosophy",
+    "children": 0,
+    "created": "2016-08-20T09:06:27",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"philosophy\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-20T09:07:12",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 35692802942928,
+    "parent_author": "steemed",
+    "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160820t035220528z",
+    "pending_payout_value": "196.246 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t090630202z",
+    "post_id": 681168,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Our Corrupt Sense of Fairness",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/philosophy/@dantheman/our-corrupt-sense-of-fairness#@r4fken/re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t090630202z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "727407423660",
+        "voter": "erath"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "644958517124",
+        "voter": "smooth"
+      },
+      {
+        "percent": "49",
+        "reputation": 0,
+        "rshares": "28855608662",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "4900",
+        "reputation": 0,
+        "rshares": "8486664643623",
+        "voter": "rainman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6370652360778",
+        "voter": "wackou"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "82613356260",
+        "voter": "friend5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6571978360124",
+        "voter": "roadscape"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2470238755",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2998129153",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "567603623",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41948298509",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1324164960",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170709221",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1813610822120",
+        "voter": "joseph"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "108871922542",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51208392605",
+        "voter": "twiceuponatime"
+      },
+      {
+        "percent": "5200",
+        "reputation": 0,
+        "rshares": "139867989371",
+        "voter": "indominon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2942087618871",
+        "voter": "onceuponatime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "728571343037",
+        "voter": "marginal"
+      },
+      {
+        "percent": "9700",
+        "reputation": 0,
+        "rshares": "937174079758",
+        "voter": "cass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "76036949216",
+        "voter": "vault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "496873319",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "725575461",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230145753",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "410807696946",
+        "voter": "chryspano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9521769889",
+        "voter": "acidyo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "19196002726",
+        "voter": "mughat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "47541496466",
+        "voter": "nphacker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3892379945",
+        "voter": "kennyskitchen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "129268320437",
+        "voter": "schro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "92995154682",
+        "voter": "thedashguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213701132994",
+        "voter": "lukestokes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "276395602",
+        "voter": "carlgetalada"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "28736613783",
+        "voter": "catchfire"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5894409181",
+        "voter": "quintanilla"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41089533337",
+        "voter": "bacchist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8483258053",
+        "voter": "cannav"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "65583674268",
+        "voter": "discombobulated"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1259117194",
+        "voter": "chrisj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3704243578",
+        "voter": "krystle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14629758637",
+        "voter": "artakan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6012406044",
+        "voter": "phenom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17402129371",
+        "voter": "crazymumzysa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4183080661",
+        "voter": "bbrewer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "35472659687",
+        "voter": "fatboy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3978086691",
+        "voter": "beanz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "22725564707",
+        "voter": "solidgold"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24344116072",
+        "voter": "jasonstaggers"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6603057948",
+        "voter": "najoh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "12993857503",
+        "voter": "capitalism"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4872113322",
+        "voter": "satoshifpv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2818362970",
+        "voter": "aboundlessworld"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2636752145",
+        "voter": "oflyhigh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3558963294",
+        "voter": "randyclemens"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "377494461",
+        "voter": "alifton"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "26914242849",
+        "voter": "bitcalm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1692339912",
+        "voter": "davidbrogan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56779364",
+        "voter": "negoshi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50997147",
+        "voter": "david.prochnow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50258926",
+        "voter": "doze49"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61941319",
+        "voter": "fraterralph"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52891748",
+        "voter": "onlyspeakslies"
+      }
+    ],
+    "author": "lukestokes",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "`dictatorship`,  `hindenburg`, `titanic` and a hitler meme are all a bit too over the top for me. I'm glad you're voicing your concerns, but a \"Dan must be stopped\" call to action against the very person who created what we are all enjoying isn't (IMO) the best approach for having a respectful dialogue about the issue. It seems many are already discussing the issue on github and voicing their disapproval there. We'll see where it goes from here, and it's definitely something to keep an eye on. For that, I thank you, but I won't give you my vote on this post because I think the tone is counter productive to a rational, open conversation about the issue. I may be wrong and maybe a more alarmist tone is called for. As with many things, we shall see over time.",
+    "body_length": 766,
+    "cashout_time": "2016-09-17T19:51:06",
+    "category": "steem",
+    "children": 38,
+    "created": "2016-08-17T04:58:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steem\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-17T12:34:09",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 31034930180364,
+    "parent_author": "bacchist",
+    "parent_permlink": "dan-needs-to-be-stopped",
+    "pending_payout_value": "164.026 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-bacchist-dan-needs-to-be-stopped-20160817t045803929z",
+    "post_id": 637043,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Dan needs to be stopped",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steem/@bacchist/dan-needs-to-be-stopped#@lukestokes/re-bacchist-dan-needs-to-be-stopped-20160817t045803929z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "28300878156066",
+        "voter": "dantheman"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "636585679281",
+        "voter": "smooth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6549727125575",
+        "voter": "wackou"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3099954800",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3763461212",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "690406462",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54138246944",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1661302953",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213684579",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "251709705259",
+        "voter": "lovejoy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2511125853605",
+        "voter": "recursive"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "114398906816",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622843501",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "967387415",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288174518",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71291626568",
+        "voter": "eric-boucher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5223833163",
+        "voter": "christoryan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4999497773",
+        "voter": "zelgald1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "63437792",
+        "voter": "tommycordero"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11501604178",
+        "voter": "darrantrute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "615797359",
+        "voter": "nebcat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "381939549",
+        "voter": "kiwideb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "444650943",
+        "voter": "floweroflife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "807251193",
+        "voter": "kingarbinv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10978877529",
+        "voter": "skypilot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2610482432",
+        "voter": "robcichocki"
+      }
+    ],
+    "author": "recursive",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "> This state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict.\n\nMahayana (Great Vehicle) buddhism may have an answer to that apparent conflict you are experiencing. According to the Mahayana tradition, true enlightenment cannot be reached merely by cultivating inner peace and eliminating delusions and suffering in isolation of other people, because doing so remains a selfish endeavor that implies that one hasn't truly reached the state of selflessness that underlies enlightenment. \n\nInstead, at some point along the path to enlightenment, one realizes that one's true nature is that of being conscious: a pure form of benevolent consciousness without shape and boundaries, and that permeates all that is. At that point, one doesn't seek anymore to deliver from suffering that fictious \"ego\" entity that has long been identified as a delusion, but instead seeks to deliver all of consciousness from suffering, including all sentient beings. This intrinsic benevolence of consciousness is what we call \"compassion\", and is the central tenet of Mahayana tradition. It is both the ultimate goal and the mean to reach that goal. By cultivating compassion, one reveals his compassionate nature, and this compassion is what will eventually lead to a contradiction with the ego and materialistic delusions, and their dissolution. \n\nFrom that perspective, he who seeks enlightenment will first accept reality as it is, and reach what first feels as a form of blissful and permanent internal peace (this is typically what Hinayana / Small Vehicule buddhism think is enlightenment, and this includes some famous western self-help authors), but will soon realize that there is one type of suffering that transcends attachment and the delusion of self and that can't be addressed by meditation and spiritual practice alone but on the contrary become more and more sharp: the suffering of seeing others suffering within this reality. This is because suffering is a noble truth, a truth that can't be denied, ignored or accepted but simply acknowledged as being true. This leads to a paradox where embracing reality leads to embracing a form of suffering that can only be eliminated by altering reality which cannot be achieved if one simply embraces reality. The only solution to this apparent paradox is to realize that reality is impermanent and can be embraced while being altered. It should be accepted in the present so that one may live free from delusions and attachment, and reduce suffering to the prime denominator of the quintessential and universally experienced suffering of being alive, while being actively shaped with all one's will and energy into a future reality where other sentient beings suffer less.\n\nUnder the mahayana assumption that consciousness is intrinsically benevolent and unable not to experience compassion as it gets closer to enlightenment, acting with all one's will and energy against the corruption that permeates reality and increases suffering of other sentient beings is not only consistent, but the one and only true way to enlightenment.\n\nArguably, government is one such big chunk of pervasive corruption that has spread like weed in our consensual reality, and creates an inordinate amount of suffering. From that perspective, being anarchist isn't only a political view, it is a statement of compassion. Ask the Dalai Lama what he thinks about governments...",
+    "body_length": 3669,
+    "cashout_time": "2016-10-02T19:14:21",
+    "category": "philosophy",
+    "children": 1,
+    "created": "2016-09-01T18:48:39",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"philosophy\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T19:11:48",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 38538789887465,
+    "parent_author": "dantheman",
+    "parent_permlink": "why-do-we-fight-to-change-the-world",
+    "pending_payout_value": "160.617 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-dantheman-why-do-we-fight-to-change-the-world-20160901t184948317z",
+    "post_id": 826676,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Why do we fight to change the world?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/philosophy/@dantheman/why-do-we-fight-to-change-the-world#@recursive/re-dantheman-why-do-we-fight-to-change-the-world-20160901t184948317z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "31543759293106",
+        "voter": "val-a"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "22090812048",
+        "voter": "domino"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "28897024316",
+        "voter": "zaebars"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1953557909",
+        "voter": "andreynoch"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1708472880",
+        "voter": "litrbooh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1188786726",
+        "voter": "nonamer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53257299",
+        "voter": "shvedas"
+      }
+    ],
+    "author": "val-a",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "\u041f\u0440\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437 \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u044b:\n> \u0414\u043e\u0445\u043e\u0434 _\u043f\u0435\u0440\u0432\u044b\u043c_ _\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c_ \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u044b \u0432\u044b\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0437\u0430 \u0441\u0447\u0435\u0442 \u0432\u043a\u043b\u0430\u0434\u043e\u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432.\n\n\u041a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 _\u043f\u0435\u0440\u0432\u044b\u043c_ \u0438 _\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c_ (\u043f\u043e\u0434 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u044e\u0442\u0441\u044f \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b), \u0430 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0421\u0442\u0438\u043c\u0430 \u0434\u043e\u0445\u043e\u0434 \u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0442 \u043d\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b, \u0430 \u0430\u0432\u0442\u043e\u0440\u044b \u043e\u0442 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043d\u0438 \u043a\u043e\u043f\u0435\u0439\u043a\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0436\u0434\u0435 \u043e\u043d\u0438 \u043d\u0430\u0447\u043d\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u0434\u043e\u0445\u043e\u0434. \u0418\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b \u0442\u0435\u043e\u0440\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0445\u043e\u0434, \u0435\u0441\u043b\u0438 \u0446\u0435\u043d\u0430  STEEM, SP \u0438\u043b\u0438 SD \u0432\u044b\u0440\u0430\u0441\u0442\u0435\u0442, \u043d\u043e \u044d\u0442\u043e\u0433\u043e \u0438\u043c \u043d\u0438\u043a\u0442\u043e \u043d\u0435 \u043e\u0431\u0435\u0449\u0430\u0435\u0442 (\u0432 \u043e\u0442\u043b\u0438\u0447\u0438\u0438 \u043e\u0442 \u043f\u0438\u0440\u0430\u043c\u0438\u0434). \u041a \u0442\u043e\u043c\u0443 \u0436\u0435 \u0430\u0432\u0442\u043e\u0440\u0430\u043c \u0432\u044b\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0433\u043e\u043d\u043e\u0440\u0430\u0440 \u043d\u0435 \u0441 \u0434\u0435\u043d\u0435\u0433 \u043d\u043e\u0432\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432, \u0430 \u0440\u0430\u0437\u043c\u044b\u0442\u0438\u0435\u043c \u0434\u043e\u043b\u0438 \u0432\u0441\u0435\u0445 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432 \u0432 STEEM \u0438\u043b\u0438 \u0432 SP, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u0438 \u0434\u043e\u043b\u0438 \u043a\u0438\u0442\u043e\u0432. \u0414\u043e\u0445\u043e\u0434 \u043a\u0438\u0442\u043e\u0432, \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u0433\u043e, \u043a\u0442\u043e \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043b \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c \u044d\u0442\u0430\u043f\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u043d\u043e\u0432\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0432 \u0442\u043e\u0439 \u0436\u0435 \u0441\u0442\u0435\u043f\u0435\u043d\u0438 \u043a\u0430\u043a \u0438 \u0432 \u043b\u044e\u0431\u043e\u0439 \u0434\u0440\u0443\u0433\u043e\u0439 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u0435.\n\n\u0412\u043c\u0435\u0441\u0442\u043e \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f \u0441 \u043f\u0440\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439, \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u0435\u0435 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441 \u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u043c \u0441\u0442\u0430\u0440\u0442\u0430\u043f\u043e\u043c, \u0432\u043e\u0437\u044c\u043c\u0438\u0442\u0435 \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0422\u0432\u0438\u0442\u0435\u0440 - \u043f\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u043c\u0443 \u0441\u0447\u0435\u0442\u0443 \u043e\u043d\u0438, \u044f\u0432\u043b\u044f\u0441\u044c \u0443\u0431\u044b\u0442\u043e\u0447\u043d\u043e\u0439 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0435\u0439 (\u0434\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 10 \u043b\u0435\u0442 \u0438 \u043e\u043d\u0430 \u0434\u043e \u0441\u0438\u0445 \u043f\u043e\u0440 \u0443\u0431\u044b\u0442\u043e\u0447\u043d\u0430), \u043f\u043b\u0430\u0442\u044f\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c (\u043d\u0435 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e, \u0430 \u043a\u043e\u0441\u0432\u0435\u043d\u043d\u043e, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0432 \u0434\u0430\u0442\u0430\u0446\u0435\u043d\u0442\u0440\u0435) \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u044f \u0434\u043e\u043b\u044e/\u0430\u043a\u0446\u0438\u0438 \u0444\u0430\u0443\u043d\u0434\u0435\u0440\u043e\u0432 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u0430\u043c. \u041f\u043e\u0447\u0435\u043c\u0443 \u0430\u043a\u0446\u0438\u0438 \u0442\u0432\u0438\u0442\u0435\u0440\u0430 \u0441\u0442\u043e\u044f\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0443\u043b\u044f? \u041f\u043e\u0447\u0435\u043c\u0443 \u0422\u0432\u0438\u0442\u0435\u0440 \u043d\u0438\u043a\u0442\u043e \u043d\u0435 \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u043e\u0439 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439?\n\n\u0418\u043b\u0438 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u0435 \u0441\u0442\u0438\u043c \u0441 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u043c - \u0441 \u0442\u0430\u043a\u0438\u043c \u0436\u0435 \u0443\u0441\u043f\u0435\u0445\u043e\u043c \u0438 \u0431\u0438\u0442\u043a\u043e\u0438\u043d \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u043e\u0439 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439 - \u0432\u0435\u0434\u044c \u043f\u043b\u0430\u0442\u0438\u0442 \u0436\u0435 \u043c\u0430\u0439\u043d\u0435\u0440\u0430\u043c \u0434\u0435\u043d\u044c\u0433\u0430\u043c\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432.\n\n(p.s. \u043f\u0440\u043e\u0433\u043e\u043b\u043e\u0441\u0443\u044e \u0437\u0430 \u0441\u0435\u0431\u044f, \u0447\u0442\u043e \u0431\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c SP \u0434\u043b\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u044b \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u043e\u0432)",
+    "body_length": 1470,
+    "cashout_time": "2016-09-24T02:46:54",
+    "category": "ru-steemit",
+    "children": 12,
+    "created": "2016-08-24T03:37:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"ru-steemit\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-24T03:37:03",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 31599651204284,
+    "parent_author": "litrbooh",
+    "parent_permlink": "budushee-steemit-nuzhna-li-reklama-v-steemit",
+    "pending_payout_value": "149.954 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-litrbooh-budushee-steemit-nuzhna-li-reklama-v-steemit-20160824t033703760z",
+    "post_id": 726941,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "\u0411\u0443\u0434\u0443\u0449\u0435\u0435 STEEMIT. \u041d\u0443\u0436\u043d\u0430 \u043b\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u0430 \u0432 STEEMIT?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/ru-steemit/@litrbooh/budushee-steemit-nuzhna-li-reklama-v-steemit#@val-a/re-litrbooh-budushee-steemit-nuzhna-li-reklama-v-steemit-20160824t033703760z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "-400",
+        "reputation": 0,
+        "rshares": "-6795625112",
+        "voter": "highasfuck"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "164482168912",
+        "voter": "nextgenwitness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5468384423175",
+        "voter": "kushed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4945364226662",
+        "voter": "silversteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4656370926104",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3100766695",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3764486632",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "690539083",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7221866970964",
+        "voter": "complexring"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54261605662",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "30390370257",
+        "voter": "danknugs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1661700819",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213710460",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38600533043",
+        "voter": "aizensou"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "12269445334",
+        "voter": "bentley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2651243328828",
+        "voter": "recursive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1820914592",
+        "voter": "mineralwasser"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1066518981517",
+        "voter": "boombastic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9578311657",
+        "voter": "bingo-0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2440314179",
+        "voter": "bingo-1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1336788173111",
+        "voter": "benjojo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "749198663628",
+        "voter": "pfunk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622955105",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1039484860678",
+        "voter": "tuck-fheman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "967591200",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2783598325676",
+        "voter": "donkeypong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7288280988",
+        "voter": "patrice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288213327",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "14796343926",
+        "voter": "piedpiper"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8972462707",
+        "voter": "ervin-lemark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "715648773415",
+        "voter": "eeks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "854401132096",
+        "voter": "cryptogee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5470652472",
+        "voter": "spaninv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "726664133144",
+        "voter": "nanzo-scoop"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "16798528489",
+        "voter": "acidyo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3868778895",
+        "voter": "jonno-katz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56779104986",
+        "voter": "hannixx42"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "239176165083",
+        "voter": "mummyimperfect"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71220031567",
+        "voter": "asch"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "608622985586",
+        "voter": "kevinwong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "73303668582",
+        "voter": "beerbloke"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "65759745683",
+        "voter": "ak2020"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53884344664",
+        "voter": "thecryptofiend"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10426970985",
+        "voter": "hien-tran"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2264268111917",
+        "voter": "stellabelle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "57529825067",
+        "voter": "juanmiguelsalas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4476883095",
+        "voter": "dahaz159"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "306456223000",
+        "voter": "kaylinart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "501259458185",
+        "voter": "infovore"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": "26315426014",
+        "voter": "kus-knee"
+      },
+      {
+        "percent": "4900",
+        "reputation": 0,
+        "rshares": "11630218162",
+        "voter": "ossama-benjohn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "648138422927",
+        "voter": "anwenbaumeister"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "69137542683",
+        "voter": "razvanelulmarin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "35291674341",
+        "voter": "cryptoiskey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "360818648",
+        "voter": "chetlanin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "84518713331",
+        "voter": "venuspcs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2936111289",
+        "voter": "psychonaut"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "318074226526",
+        "voter": "roelandp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4261065978",
+        "voter": "dennygalindo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "140535670338",
+        "voter": "chhaylin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38348578159",
+        "voter": "firepower"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "254364900",
+        "voter": "mstang83"
+      },
+      {
+        "percent": "8900",
+        "reputation": 0,
+        "rshares": "116908007408",
+        "voter": "chhayll"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2812431753",
+        "voter": "stranger27"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13896170396",
+        "voter": "yogi.artist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14528410967",
+        "voter": "elyaque"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": "2046170935",
+        "voter": "r4fken"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "72655151512",
+        "voter": "furion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "96443143963",
+        "voter": "sigmajin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "40575184405",
+        "voter": "mrwang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1287519621",
+        "voter": "steem1653"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1827599826",
+        "voter": "marcgodard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "21069395024",
+        "voter": "akareyon"
+      },
+      {
+        "percent": "9300",
+        "reputation": 0,
+        "rshares": "16233014225",
+        "voter": "sebastien"
+      },
+      {
+        "percent": "0",
+        "reputation": 0,
+        "rshares": "1214668585",
+        "voter": "flyingmind"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3259008743",
+        "voter": "steemit-life"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38541756150",
+        "voter": "diana.catherine"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "241033184",
+        "voter": "bobkillaz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9142372606",
+        "voter": "deviedev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "306656746516",
+        "voter": "knozaki2015"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2482350068",
+        "voter": "steemgrindr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3860285221",
+        "voter": "adamt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "270410711489",
+        "voter": "calaber24p"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9763976269",
+        "voter": "pcste"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "231813853890",
+        "voter": "liberosist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9172859646",
+        "voter": "oumar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "35903507776",
+        "voter": "sauravrungta"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": "37542098641",
+        "voter": "rea"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "21424668654",
+        "voter": "prufarchy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9888950976",
+        "voter": "carlidos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17018462501",
+        "voter": "cryptocameo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38704462901",
+        "voter": "claudiop63"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10716559196",
+        "voter": "phoenixmaid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2850823006",
+        "voter": "tjpezlo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13269181041",
+        "voter": "clevecross"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24054735183",
+        "voter": "smailer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "18688350126",
+        "voter": "pixielolz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "26483585759",
+        "voter": "williambanks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3431378627",
+        "voter": "webosfritos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "89283515898",
+        "voter": "shaka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "73511111757",
+        "voter": "twinner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1475564323",
+        "voter": "handmade"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9986529692",
+        "voter": "viktor.phuket"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4245841619",
+        "voter": "ullikume"
+      },
+      {
+        "percent": "5600",
+        "reputation": 0,
+        "rshares": "6013694326",
+        "voter": "ekitcho"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "2112721437",
+        "voter": "joele"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4344750511",
+        "voter": "oflyhigh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11208435898",
+        "voter": "randyclemens"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "315529006",
+        "voter": "rusteller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8668714921",
+        "voter": "gargon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2402681750",
+        "voter": "pgarcgo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": "4722016641",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13978892123",
+        "voter": "queenmountain"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "21216135219",
+        "voter": "hanshotfirst"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "360104574",
+        "voter": "herbertmueller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2790597203",
+        "voter": "lightsplasher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "760244820",
+        "voter": "princewahaj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7124799262",
+        "voter": "theb0red1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59327261726",
+        "voter": "serejandmyself"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3673690786",
+        "voter": "anarchyhasnogods"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1481195780",
+        "voter": "indykpol"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "302329407",
+        "voter": "comcentrate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "122637921",
+        "voter": "jtstreetman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1623996599",
+        "voter": "ines-f"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8237809906",
+        "voter": "etcmike"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6391005392",
+        "voter": "lesliestarrohara"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3425466270",
+        "voter": "ats-david"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "293609359",
+        "voter": "pollux.one"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1184448867",
+        "voter": "contentjunkie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7304947957",
+        "voter": "einsteinpotsdam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11502232563",
+        "voter": "darrantrute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17585035067",
+        "voter": "sabot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "28036909101",
+        "voter": "markrmorrisjr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "45121178435",
+        "voter": "sponge-bob"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "249472621",
+        "voter": "reaction"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2914432081",
+        "voter": "doitvoluntarily"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3648710236",
+        "voter": "nubchai"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4721456837",
+        "voter": "richardjuckes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "146618463",
+        "voter": "jens-jung"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "116558699",
+        "voter": "chadcrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54685141",
+        "voter": "ballinconscious"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "70593457",
+        "voter": "whatsup"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1584386308",
+        "voter": "dirkzett"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "66920614",
+        "voter": "willio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71584544",
+        "voter": "justusagenstum"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "140430106",
+        "voter": "angelius"
+      }
+    ],
+    "author": "donkeypong",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "## I strongly oppose the \"5 votes a day\" target. \n\nI thought one of the greatest changes to be implemented so far was when that target INCREASED. People have not been so stressed in the last month or two about curation rewards; they just vote for what they like and have fun. \n\nI don't think Steemit will be FUN anymore if there is an expected target of 5 votes per day. People will spend much less time on the site. They will vote for predictably popular content. And we will be right back where we were a couple of months ago. \n\nNo, it will be worse than that. Because 20 votes a day used to stress people out. 5 votes a day? NO ONE can do any real curation under that scheme.\n\nAs an individual and an established author, the 5 votes a day could be great for me. If we go back to the days when everybody upvoted the same posts, then maybe I'd get all those votes again. I could quit my job and write for Steemit full time. \n\nAnd we'd go back to the days when emerging authors and artists got far fewer votes and rewards. \n\nAs far as curation and voting bots, they are being used for very good purposes also. Rather than turning our tails and running away from them, why don't we use them for the greater good? I think the mega-whales' curation teams are doing a far better job than ever before at redistributing rewards; I make nothing from being involved in that effort, but I think it is working quite well. Give the vote sliders and the voting bots more time; Steemit's front page is finally diversifying and newer people are getting rewards like never before. \n\nOne more thing: Redistribution of Steemit's resources from big whale accounts to the masses MUST be one of our top priorities. How does this help? I understand that big whale accounts may make less on curation rewards, but I think few of them are concerned with this anymore; they're trying to channel their votes to worthy posters. They have recognized that their big stakes will be worth nothing unless we make this thing succeed.\n\nUnder this scheme, the big whales will need to sell the max on exchanges every week and other people buy their Steem for any real redistribution to occur. That will hold down the price and our competitors will zoom right by us. \n\nSteem Team, I understand you are trying to solve real problems with these tweaks. I don't normally comment on them because I feel that Steemit is good enough that there is some margin for error with these back-end decisions. But this is far, far too severe a change for the platform to absorb.\n\n## If I am wrong, then I'd love to hear that from the community, and I am open to learning from other views. Give us time for this discussion, please, before forcing through such a change. Until then, I oppose this change.",
+    "body_length": 2749,
+    "cashout_time": "2016-10-04T01:16:51",
+    "category": "steem",
+    "children": 106,
+    "created": "2016-09-02T21:16:27",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steem\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-02T21:19:45",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 42304792392028,
+    "parent_author": "steemitblog",
+    "parent_permlink": "announcing-steem-0-14-0-release-candidate",
+    "pending_payout_value": "141.827 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-steemitblog-announcing-steem-0-14-0-release-candidate-20160902t211609578z",
+    "post_id": 838503,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Announcing Steem 0.14.0 Release Candidate",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steem/@steemitblog/announcing-steem-0-14-0-release-candidate#@donkeypong/re-steemitblog-announcing-steem-0-14-0-release-candidate-20160902t211609578z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25590936673298",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4503240944593",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3093334843",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3754789393",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "703475396",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53137822427",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1658013141",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213534945",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "621926043",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "945621921",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287928458",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52651564",
+        "voter": "meredithpetran"
+      }
+    ],
+    "author": "jhermanbeans",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Fascinating world. Can't wait to see where it goes!",
+    "body_length": 51,
+    "cashout_time": "2016-09-23T02:56:09",
+    "category": "horror",
+    "children": 0,
+    "created": "2016-08-23T01:17:00",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"horror\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-23T01:17:00",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 30158646716022,
+    "parent_author": "senderos",
+    "parent_permlink": "the-nightmare-song",
+    "pending_payout_value": "132.545 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-senderos-the-nightmare-song-20160823t011659950z",
+    "post_id": 713237,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The Nightmare Song",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/horror/@senderos/the-nightmare-song#@jhermanbeans/re-senderos-the-nightmare-song-20160823t011659950z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "31588356739639",
+        "voter": "smooth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3726201087",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4524113216",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "820980926",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "66047512415",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1996555438",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "256574080",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5893489774073",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "750139848",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1168034456",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "346061156",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "394226217606",
+        "voter": "craig-grant"
+      },
+      {
+        "percent": "3000",
+        "reputation": 0,
+        "rshares": "24215364511",
+        "voter": "thecryptofiend"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2042269341790",
+        "voter": "stellabelle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8944971271",
+        "voter": "cmtzco"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52207362",
+        "voter": "reported"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58804600",
+        "voter": "southbaybits"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14292459528",
+        "voter": "randyclemens"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "39105503792",
+        "voter": "luminousvisions"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "120190171",
+        "voter": "emeline"
+      }
+    ],
+    "author": "luminousvisions",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "### @dantheman ... you just downvoted my comment?\n\nwhat is that all about? what's wrong with it?\n\n#### I'm just suggestion a solution and in return for offering my help ... you downvote me?!?\n\n\nlook at what I've been up to;\n[little baby dolphin](https://steemit.com/steemit/@luminousvisions/little-baby-dolphin-goes-to-steemit-school)\nI'm already working on a solution!",
+    "body_length": 369,
+    "cashout_time": "2016-10-12T06:00:30",
+    "category": "steemit",
+    "children": 22,
+    "created": "2016-09-11T03:56:51",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 3,
+    "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dantheman\"],\"links\":[\"https:\\/\\/steemit.com\\/steemit\\/@luminousvisions\\/little-baby-dolphin-goes-to-steemit-school\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-11T06:14:27",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 40084767746965,
+    "parent_author": "luminousvisions",
+    "parent_permlink": "re-ned-re-steemship-open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or-20160911t021909082z",
+    "pending_payout_value": "131.347 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-luminousvisions-re-ned-re-steemship-open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or-20160911t035652062z",
+    "post_id": 918173,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Open Letter to Ned and Dan: You Badly Need a Communications/Community/Content Expert and I Hereby Nominate @stellabelle or @donkeypong For That Job",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@steemship/open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or#@luminousvisions/re-luminousvisions-re-ned-re-steemship-open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or-20160911t035652062z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "4000",
+        "reputation": 0,
+        "rshares": "25299389880141",
+        "voter": "ned"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6927705674664",
+        "voter": "wackou"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "992154852299",
+        "voter": "liondani"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3103959302",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3768577454",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "683986391",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54809820514",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1663237841",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213793127",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "624976946",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "973085978",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288350184",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "347492602044",
+        "voter": "blakemiles84"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "445654522",
+        "voter": "kooshikoo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "113354733694",
+        "voter": "shaka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "46418159604",
+        "voter": "capitalism"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4864933964",
+        "voter": "ats-david"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9260376832",
+        "voter": "goose"
+      }
+    ],
+    "author": "dana-edwards",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "1 needs modification, 2 is a good idea\n----\n\nDespite some who call 2 an exit fee, I think Steem Power should stop being marketed as an **\"investment\"** to **\"investors\"**. Market it to users of the platform who want to power up their accounts but make powering up or upgrading a lot easier. Make it possible with a gift card,  fiat, a credit card, or Paypal. People should never see Bitcoin or blockchain anywhere on the Steemit official marketing.\n\nUse gamification to make people want to upgrade their Steem Power. Market Steem Dollars to crypto investors for the 10% interest.\n\nSteem Power a purchasable upgrade for accounts\n-----\n\n>reddit gold is our premium membership program. It grants you access to extra features to improve your reddit experience. It also makes you really quite dapper.\n\nAnd Alice goes to Walgreens with her Visa Card and buys the Steem Card instead of the Netflix card. It's also possible to sell a Steem Power subscription for people who want to buy a little bit at a time, remeber WoW is subscription based and. Second Life has Linden Dollars which are like our Steem Dollars and can be marketed in a similar way.\n\nDo not make the mistake of listening to crypto anarchists or crypto people when it comes to marketing. Crypto people are horrible at marketing and that includes Bitcoin. All of crypto has a bad reputaton and horrible marketing. Look at Pokemon Go or even Reddit Gold to see how to do marketing, or just hire a profesisonal in gamification and marketing guru. Do not listen to Steemit whales and don't even listen to me. Hire people who are from the gaming world, or who marketed popular social networks.\n\n**Note: notice games and social networks never use words like \"investor\" or \"speculator\",  as this would be like trying to market the social network as a gambling site which is something they all avoid.**\n\n**UPDATE: IF ANYONE CAN GET IN CONTACT WITH [Jane McGonigal](https://janemcgonigal.com/) AND HIRE HER AS A CONSULTANT IT WOULD BE GREAT FOR STEEMIT. SHE IS A THOUGHT LEADER IN \"PURPOSE DRIVEN GAMING\" AND HAVING HER ASSOCIATED WITH STEEMIT WOULD BRING MOMENTUM.**\n\nReferences\n1. https://community.secondlife.com/t5/English-Knowledge-Base/Buying-and-selling-Linden-dollars/ta-p/700107\n2. https://www.reddit.com/gold/about/\n3. https://www.quora.com/Who-are-the-best-gamification-experts\n4. https://www.linkedin.com/title/gamification-expert",
+    "body_length": 2392,
+    "cashout_time": "2016-10-09T02:14:24",
+    "category": "steem",
+    "children": 7,
+    "created": "2016-09-08T05:07:51",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https:\\/\\/janemcgonigal.com\\/\",\"https:\\/\\/community.secondlife.com\\/t5\\/English-Knowledge-Base\\/Buying-and-selling-Linden-dollars\\/ta-p\\/700107\",\"https:\\/\\/www.reddit.com\\/gold\\/about\\/\",\"https:\\/\\/www.quora.com\\/Who-are-the-best-gamification-experts\",\"https:\\/\\/www.linkedin.com\\/title\\/gamification-expert\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-08T20:47:24",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 33807216655501,
+    "parent_author": "ned",
+    "parent_permlink": "increasing-curation-demand-for-steem-power-and-community-interaction",
+    "pending_payout_value": "116.932 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160908t050749903z",
+    "post_id": 889443,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Increasing Curation, Demand for Steem Power and Community Interaction",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction#@dana-edwards/re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160908t050749903z"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json
index ce2850eb..c8f18ded 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.pat.json
@@ -1,4860 +1,4836 @@
 [
-    {
-        "post_id": 733019,
-        "author": "smooth",
-        "permlink": "re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t164320100z",
-        "category": "steemit",
-        "title": "",
-        "body": "I will sponsor an additional 2000 SBD toward this campaign in addition to my vote on the post, plus any rewards on this comment.",
-        "json_metadata": "{\"tags\":[\"steemit\"]}",
-        "created": "2016-08-24T16:43:21",
-        "last_update": "2016-08-24T16:43:21",
-        "depth": 1,
-        "children": 31,
-        "net_rshares": 77833655363992,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-24T19:41:42",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "852.555 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 128,
-        "active_votes": [
-            {
-                "voter": "smooth",
-                "rshares": "1294968367268",
-                "percent": "300",
-                "reputation": 0
-            },
-            {
-                "voter": "anonymous",
-                "rshares": "28860902224",
-                "percent": "100",
-                "reputation": 0
-            },
-            {
-                "voter": "summon",
-                "rshares": "14409605494831",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "blocktrades",
-                "rshares": "40261554792719",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "lafona-miner",
-                "rshares": "3155750963782",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "lafona",
-                "rshares": "377906636658",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "silver",
-                "rshares": "1245475534803",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "silversteem",
-                "rshares": "2875138885044",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "delegate.lafona",
-                "rshares": "992692841277",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "liondani",
-                "rshares": "948645888607",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "lafona5",
-                "rshares": "314602171157",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "3094244335",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "3755939559",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "703615315",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "complexring",
-                "rshares": "5751660885474",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steemychicken1",
-                "rshares": "1644151280793",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "53261984748",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1658441464",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "213555429",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "smooth.witness",
-                "rshares": "222747002001",
-                "percent": "300",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "622045496",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "947522117",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "donkeypong",
-                "rshares": "54127411451",
-                "percent": "100",
-                "reputation": 0
-            },
-            {
-                "voter": "nexusdev",
-                "rshares": "1759901644",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ash",
-                "rshares": "351517418935",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chitty",
-                "rshares": "282481919881",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "287957469",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steampunkpowered",
-                "rshares": "25822874684",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ervin-lemark",
-                "rshares": "10283360038",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "instructor2121",
-                "rshares": "24290958657",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jerome-colley",
-                "rshares": "7456570912",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kevinwong",
-                "rshares": "491733834025",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nphacker",
-                "rshares": "41463145095",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "blakemiles84",
-                "rshares": "367830728600",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ranko-k",
-                "rshares": "45912096650",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "treeleaves",
-                "rshares": "23227592357",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kanoptx",
-                "rshares": "63707549495",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "drinkzya",
-                "rshares": "31690086400",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "eric-boucher",
-                "rshares": "73022585138",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kenny-crane",
-                "rshares": "109636482823",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thecryptodrive",
-                "rshares": "61288399197",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bravenewcoin",
-                "rshares": "117389810764",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "infovore",
-                "rshares": "449244898326",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "omarb",
-                "rshares": "128017998380",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cheftony",
-                "rshares": "36007650081",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cryptoiskey",
-                "rshares": "32961119819",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "discombobulated",
-                "rshares": "71452016003",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "expanse",
-                "rshares": "5121130339",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "hitmeasap",
-                "rshares": "25440234426",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "stealthtrader",
-                "rshares": "13382892819",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "tcfxyz",
-                "rshares": "24939158057",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cdubendo",
-                "rshares": "103574158909",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "spiz0r",
-                "rshares": "7881221000",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jacor",
-                "rshares": "112751020008",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "halo",
-                "rshares": "14190084617",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jesta",
-                "rshares": "159492592967",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "toxonaut",
-                "rshares": "33597624083",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "btcupload",
-                "rshares": "7028930352",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "anduweb",
-                "rshares": "17438618169",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "demotruk",
-                "rshares": "75155947399",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "maximkichev",
-                "rshares": "3697940497",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nippel66",
-                "rshares": "10377897348",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "magz8716",
-                "rshares": "7753599028",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cryptocurrency1",
-                "rshares": "1388783807",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "gosha",
-                "rshares": "115874018",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "raymonjohnstone",
-                "rshares": "505816971",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "biternator",
-                "rshares": "124907433",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "willbeonceagain8",
-                "rshares": "3090635988",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "arcurus",
-                "rshares": "54497070629",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bakingengineer",
-                "rshares": "4745090234",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "claudiop63",
-                "rshares": "36689125715",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "noodles.pan",
-                "rshares": "16359584188",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "npl77",
-                "rshares": "10399150907",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steemdrive",
-                "rshares": "108836213411",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bergy",
-                "rshares": "11060114610",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "theprophet0",
-                "rshares": "2050213474",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "theprophet",
-                "rshares": "295915630",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "allasyummyfood",
-                "rshares": "38819548773",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "neddykelly",
-                "rshares": "461449860",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "minion",
-                "rshares": "1579699570",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "sirwinchester",
-                "rshares": "77473387847",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "sijoittaja",
-                "rshares": "61385527",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "tom77",
-                "rshares": "4190219999",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nelkel",
-                "rshares": "125663528",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "letsgo.asino",
-                "rshares": "148930176",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "hilarski",
-                "rshares": "14968711124",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ajavajive",
-                "rshares": "58226150",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "oldtimer",
-                "rshares": "253750401751",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "shootetxd",
-                "rshares": "57886832",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "comcentrate",
-                "rshares": "191216226",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "antoinev",
-                "rshares": "13741567322",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jtstreetman",
-                "rshares": "61289460",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "io-io-io",
-                "rshares": "5100395909",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ian89",
-                "rshares": "54884363",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chuckleberry",
-                "rshares": "50351260",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "panther",
-                "rshares": "349611227",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "tracemayer",
-                "rshares": "59354601485",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "brs",
-                "rshares": "51884666",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bitcoinparadise",
-                "rshares": "130434883",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bellphorion",
-                "rshares": "52571606",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "yanikkoval",
-                "rshares": "53224648",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "infotoday",
-                "rshares": "51136429",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "tldr",
-                "rshares": "50977036",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bo-ro",
-                "rshares": "50797377",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "steemdrive",
-        "parent_permlink": "steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream",
-        "url": "/steemit/@steemdrive/steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream#@smooth/re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t164320100z",
-        "root_title": "Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the “American Dream\"!",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 630864,
-        "author": "charlieshrem",
-        "permlink": "re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z",
-        "category": "introduceyourself",
-        "title": "",
-        "body": "I have a series of posts I'm writing now about socioeconomic observations in prison. If the Steemit community likes it, Ill post it here exclusively.",
-        "json_metadata": "{\"tags\":[\"introduceyourself\"]}",
-        "created": "2016-08-16T18:55:27",
-        "last_update": "2016-08-16T18:55:27",
-        "depth": 2,
-        "children": 21,
-        "net_rshares": 59091129639172,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-16T21:13:42",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "545.728 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 149,
-        "active_votes": [
-            {
-                "voter": "smooth",
-                "rshares": "30296554046147",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "anonymous",
-                "rshares": "28854877817",
-                "percent": "97",
-                "reputation": 0
-            },
-            {
-                "voter": "summon",
-                "rshares": "14368089454321",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "lafona-miner",
-                "rshares": "3183112492799",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "lafona",
-                "rshares": "377387227766",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "delegate.lafona",
-                "rshares": "790314875205",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "lafona5",
-                "rshares": "314383371770",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "1851434600",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "2247039689",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "425455109",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "31378635899",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "992487616",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "127981753",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "sean0010",
-                "rshares": "6510505164",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "smooth.witness",
-                "rshares": "5308002434389",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "officialfuzzy",
-                "rshares": "342922310367",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cass",
-                "rshares": "802009404542",
-                "percent": "9700",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "369247770",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "537460001",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "172530341",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chryspano",
-                "rshares": "410778394570",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "forrestwillie",
-                "rshares": "113345677592",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kingjohal",
-                "rshares": "5390642912",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "blakemiles84",
-                "rshares": "346429583563",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ranko-k",
-                "rshares": "46740932510",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "allahhh",
-                "rshares": "18522231224",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "rafikichi",
-                "rshares": "398461524",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "sean-king",
-                "rshares": "1421853753930",
-                "percent": "9900",
-                "reputation": 0
-            },
-            {
-                "voter": "charleshosk",
-                "rshares": "65040641602",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mammasitta",
-                "rshares": "739465956",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "acassity",
-                "rshares": "17651204278",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chamviet",
-                "rshares": "480475374",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "concave",
-                "rshares": "239694404",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "vi1son",
-                "rshares": "1386708550",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "gazm",
-                "rshares": "1798938485",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ausbitbank",
-                "rshares": "19465926763",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "egjoshslim",
-                "rshares": "2622666444",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "perwest",
-                "rshares": "6373898691",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "lioliomir",
-                "rshares": "312475355",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "alexfortin",
-                "rshares": "33482946725",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "r33drum",
-                "rshares": "5612628842",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "igster",
-                "rshares": "24373102947",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "sephiroth",
-                "rshares": "51538128557",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cryptosi",
-                "rshares": "5989513477",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ntomaino",
-                "rshares": "72131208610",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "domavila",
-                "rshares": "9493199624",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bonface",
-                "rshares": "107006946999",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "grolelo",
-                "rshares": "12353093513",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "streetstyle",
-                "rshares": "32088583721",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "demotruk",
-                "rshares": "54299398751",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "arcurus",
-                "rshares": "45617820200",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "johnsmith",
-                "rshares": "211677715438",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "team-leibniz",
-                "rshares": "17146066951",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "solidgold",
-                "rshares": "22277193587",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "borntowin",
-                "rshares": "143431864",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "metaflute",
-                "rshares": "609312338",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bofadeez",
-                "rshares": "1125051142",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "darkstar1o9",
-                "rshares": "100022771",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "pgarcgo",
-                "rshares": "57276142",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "alifton",
-                "rshares": "328256060",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "laissezfairedr",
-                "rshares": "63775214",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "rubenalexander",
-                "rshares": "66697195",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kyriacos",
-                "rshares": "7960548410",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "manicmidnight",
-                "rshares": "376001676",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "tradz",
-                "rshares": "58682093",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "brandon-rosano",
-                "rshares": "58914198",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "simon-says",
-                "rshares": "38710389758",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "alaqrab",
-                "rshares": "57980741",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "saintbitts",
-                "rshares": "56436574",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "shakimclark7",
-                "rshares": "55261899",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "powercouple",
-                "rshares": "75377250",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jaypillagara",
-                "rshares": "55618704",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "shax",
-                "rshares": "53912690",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "wulfmeister",
-                "rshares": "53846159",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ct-gurus",
-                "rshares": "53707619",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "donzy",
-                "rshares": "53333238",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "frostwalker",
-                "rshares": "53210703",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 50375830871208,
-        "parent_author": "dennygalindo",
-        "parent_permlink": "re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185037477z",
-        "url": "/introduceyourself/@charlieshrem/charlie-shrem-is-now-on-steemit#@charlieshrem/re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z",
-        "root_title": "Charlie Shrem Is Now On Steemit!",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 619751,
-        "author": "adm",
-        "permlink": "re-dopezzz123-why-muscles-get-sore-20160815t225039946z",
-        "category": "workout",
-        "title": "",
-        "body": "This is an article spun to avoid automatic plagiarism detection.\nHere is the source:\nhttp://health.learninginfo.org/muscle-building-tips.htm",
-        "json_metadata": "{\"tags\":[\"workout\"],\"links\":[\"http:\\/\\/health.learninginfo.org\\/muscle-building-tips.htm\"]}",
-        "created": "2016-08-15T22:50:42",
-        "last_update": "2016-08-15T22:50:42",
-        "depth": 1,
-        "children": 0,
-        "net_rshares": 44306411360842,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-15T23:59:09",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "312.617 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 140,
-        "active_votes": [
-            {
-                "voter": "berniesanders",
-                "rshares": "29186049220380",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "justin",
-                "rshares": "623996958321",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "abit",
-                "rshares": "5881098331094",
-                "percent": "9900",
-                "reputation": 0
-            },
-            {
-                "voter": "nextgencrypto",
-                "rshares": "4855865727368",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "adm",
-                "rshares": "2454399166148",
-                "percent": "9800",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "2467985030",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "2995309863",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "567154894",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "41750226248",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1323006745",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "170612336",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "pfunk",
-                "rshares": "664278529380",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "490800486",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "709305835",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "229997595",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kaylinart",
-                "rshares": "130506632815",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "anyx",
-                "rshares": "106890789634",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "senseiteekay",
-                "rshares": "9971301073",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "shredlord",
-                "rshares": "9400027589",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cheetah",
-                "rshares": "61646469732",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "originate",
-                "rshares": "219824678620",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "metaflute",
-                "rshares": "685101796",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "theconnoisseur",
-                "rshares": "394148198",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thecurator",
-                "rshares": "32404401324",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "alorya",
-                "rshares": "582451688",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "seraph",
-                "rshares": "1059033052",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "someguy123",
-                "rshares": "16011014560",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "celestial",
-                "rshares": "454752565",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "andyinspace",
-                "rshares": "188226473",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "dopezzz123",
-        "parent_permlink": "why-muscles-get-sore",
-        "url": "/workout/@dopezzz123/why-muscles-get-sore#@adm/re-dopezzz123-why-muscles-get-sore-20160815t225039946z",
-        "root_title": "Why Muscles Get Sore",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 732832,
-        "author": "steemdrive",
-        "permlink": "re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t162300868z",
-        "category": "steemit",
-        "title": "",
-        "body": "<center>[![vote-Ohare.jpg](https://s19.postimg.org/vpowej1g3/vote_Ohare.jpg)](http://www.steemit.com/@steemdrive)</center>",
-        "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https:\\/\\/s19.postimg.org\\/vpowej1g3\\/vote_Ohare.jpg\"]}",
-        "created": "2016-08-24T16:23:00",
-        "last_update": "2016-08-24T16:23:00",
-        "depth": 1,
-        "children": 0,
-        "net_rshares": 41197240982229,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-24T19:41:42",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "249.516 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 122,
-        "active_votes": [
-            {
-                "voter": "blocktrades",
-                "rshares": "40261554792719",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "full-steem-ahead",
-                "rshares": "48124579959",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chitty",
-                "rshares": "282481919881",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steampunkpowered",
-                "rshares": "25822874684",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ervin-lemark",
-                "rshares": "10283360038",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "instructor2121",
-                "rshares": "24290958657",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kanoptx",
-                "rshares": "62458381858",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "eric-boucher",
-                "rshares": "71100938161",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thecryptodrive",
-                "rshares": "61288297136",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bravenewcoin",
-                "rshares": "117389810764",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "expanse",
-                "rshares": "5121130339",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "spiz0r",
-                "rshares": "7881221000",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nippel66",
-                "rshares": "10377897348",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thylbom",
-                "rshares": "49642777135",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "gosha",
-                "rshares": "115874018",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "claudiop63",
-                "rshares": "37453482500",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "smailer",
-                "rshares": "4096208838",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jamesbrown",
-                "rshares": "8375659361",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steemdrive",
-                "rshares": "108836213411",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "comcentrate",
-                "rshares": "195118598",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jtstreetman",
-                "rshares": "61289460",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "dcat",
-                "rshares": "56939384",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bitcoinparadise",
-                "rshares": "130434883",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bellphorion",
-                "rshares": "50468741",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "takemyfive",
-                "rshares": "50353356",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "steemdrive",
-        "parent_permlink": "steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream",
-        "url": "/steemit/@steemdrive/steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream#@steemdrive/re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t162300868z",
-        "root_title": "Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the “American Dream\"!",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 622869,
-        "author": "steemapp",
-        "permlink": "re-smooth-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t045252952z",
-        "category": "steemit",
-        "title": "",
-        "body": "Hi, @smooth this is @str11ngfello, the iOS developer on Steemy. \n\nHere's my linked in profile ->\nhttps://www.linkedin.com/in/lynn-duke-097a724\n\n @cyonic here as a followup edit, my linkedin profile here:\nhttps://www.linkedin.com/in/johnelliotwhite\n\nGive me a few moments and I'll add a blurb to my linked in profile that references Steemy.  Look for it towards the top. \n\nHere is a quick vid I made of Steemy at the request of many users.  \n\nhttps://youtu.be/kHbOHuXQWg4\n\nHere's to hoping we can prove ourselves a bit.  STEEM ON!",
-        "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https:\\/\\/youtu.be\\/kHbOHuXQWg4\"]}",
-        "created": "2016-08-16T04:52:51",
-        "last_update": "2016-08-16T14:16:24",
-        "depth": 2,
-        "children": 18,
-        "net_rshares": 36507001147810,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-16T04:46:15",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "227.842 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 529,
-        "active_votes": [
-            {
-                "voter": "smooth",
-                "rshares": "14824916004472",
-                "percent": "5000",
-                "reputation": 0
-            },
-            {
-                "voter": "anonymous",
-                "rshares": "28851426273",
-                "percent": "100",
-                "reputation": 0
-            },
-            {
-                "voter": "summon",
-                "rshares": "14660905118594",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kushed",
-                "rshares": "5645842591970",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "3085011784",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "3744178588",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "708945412",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "52221628833",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1653774577",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "213265420",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cass",
-                "rshares": "733758489177",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "613502402",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "888428594",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "287496994",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "spaninv",
-                "rshares": "5519141498",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "killerstorm",
-                "rshares": "151618531853",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "facer",
-                "rshares": "13114605961",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thedashguy",
-                "rshares": "137573239907",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mammasitta",
-                "rshares": "586358175",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chhayll",
-                "rshares": "128697036640",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thealexander",
-                "rshares": "269379546",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bitshares101",
-                "rshares": "13452877972",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "sephiroth",
-                "rshares": "51529058014",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "inti",
-                "rshares": "5729767206",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "deanero",
-                "rshares": "14254612849",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "belkins",
-                "rshares": "1646059150",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "darkstar1o9",
-                "rshares": "116253105",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "breastsono",
-                "rshares": "61980222",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "matherly",
-                "rshares": "2359201317",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "harand",
-                "rshares": "897505702",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "shenanigator",
-                "rshares": "17530292877",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bitbutter",
-                "rshares": "4300748049",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "stephenm",
-                "rshares": "54634677",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "smooth",
-        "parent_permlink": "re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t042406700z",
-        "url": "/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem#@steemapp/re-smooth-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t045252952z",
-        "root_title": "[Introducing Steemy] - Fully Native iOS/Android apps for STEEM",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 687886,
-        "author": "michaelx",
-        "permlink": "re-stellabelle-re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t213500128z",
-        "category": "philosophy",
-        "title": "",
-        "body": "It doesn't matter at all in the big picture, when company accounts are used to censor any conversation (as they have been doing and will likely continue to do) they please, regardless of community voting consensus.  \n\nThis has already been proven by the actions of management using those accounts for this purpose.\n\nAnyone believing Steemit as it exists currently to be a censorship free platform for free speech is sadly mistaken.",
-        "json_metadata": "{\"tags\":[\"philosophy\"]}",
-        "created": "2016-08-20T21:35:15",
-        "last_update": "2016-08-20T21:35:15",
-        "depth": 5,
-        "children": 0,
-        "net_rshares": 37894124714862,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-20T07:22:48",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "218.456 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 431,
-        "active_votes": [
-            {
-                "voter": "itsascam",
-                "rshares": "17735818038199",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steemroller",
-                "rshares": "2091363547583",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steemed",
-                "rshares": "17881645967595",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "2473129069",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "3001847911",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "562495952",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "42273561181",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1325647967",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "170794809",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "stan",
-                "rshares": "115426377545",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "497314258",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "741745834",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "230286157",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "marklyford",
-                "rshares": "17452286451",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cyonic",
-                "rshares": "-118201007",
-                "percent": "-10000",
-                "reputation": 0
-            },
-            {
-                "voter": "shadowspub",
-                "rshares": "1259875358",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "stellabelle",
-        "parent_permlink": "re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t150054378z",
-        "url": "/philosophy/@dantheman/our-corrupt-sense-of-fairness#@michaelx/re-stellabelle-re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t213500128z",
-        "root_title": "Our Corrupt Sense of Fairness",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 613425,
-        "author": "condra",
-        "permlink": "re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t142348222z",
-        "category": "steemitphotochallenge",
-        "title": "",
-        "body": "Congrats to everyone, and forgive me if you didn't place. It wasn't easy to omit so many amazing shots. The standard was very high and there were hundreds of submissions. Huge love for all the Steemit #photography community.",
-        "json_metadata": "{\"tags\":[\"photography\",\"steemitphotochallenge\"]}",
-        "created": "2016-08-15T14:23:27",
-        "last_update": "2016-08-15T14:23:27",
-        "depth": 1,
-        "children": 8,
-        "net_rshares": 36212532174065,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-15T23:37:45",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "218.336 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 224,
-        "active_votes": [
-            {
-                "voter": "berniesanders",
-                "rshares": "29864685009305",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "friend2",
-                "rshares": "189574335690",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "justin",
-                "rshares": "639212703934",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nextgencrypto",
-                "rshares": "4968734358586",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "3084986672",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "3744144508",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "708943618",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "52193349399",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1653762021",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "213265420",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "613500608",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "886632294",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "287496994",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jamtaylor",
-                "rshares": "154121482815",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thedashguy",
-                "rshares": "130134738142",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "tiffjane",
-                "rshares": "39444938394",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cousteau",
-                "rshares": "851256740",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "meesterboom",
-                "rshares": "5673774261",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "condra",
-                "rshares": "33726244522",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "birdie",
-                "rshares": "718346410",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "rznag",
-                "rshares": "20128929530",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "gomeravibz",
-                "rshares": "51125341014",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "t3ran13",
-                "rshares": "1954050724",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "xroni",
-                "rshares": "2194116353",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "theconnoisseur",
-                "rshares": "403314436",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "queenmountain",
-                "rshares": "11535444605",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "harrycoins",
-                "rshares": "127023220",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mndstruct",
-                "rshares": "61084860",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thecurator",
-                "rshares": "33194586794",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mefisto",
-                "rshares": "230160266",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "iamrohitkgupta",
-                "rshares": "1059907708",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "emilyjane",
-                "rshares": "71181331",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mweich",
-                "rshares": "133481361",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "topslim",
-                "rshares": "50281530",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "jamtaylor",
-        "parent_permlink": "steemit-photo-challenge-4-winners-announcement-guest-judge-condra",
-        "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra#@condra/re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t142348222z",
-        "root_title": "📷  Steemit Photo Challenge #4 — WINNERS ANNOUNCEMENT! Guest Judge: @condra",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 615071,
-        "author": "blueorgy",
-        "permlink": "re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t163904911z",
-        "category": "steemitphotochallenge",
-        "title": "",
-        "body": "**Amazing Entries** once again this weekend! The talent here on steemit just keeps on growing with each #SteemitPhotoChallenge and I feel it's 100% a direct result of this **trending topic**. So be proud of your work and if you didn't make it into the **Top 3** don't even think about giving up, the computation is tuff and @condra had a difficult time deciding I'm sure.\n\n<hr>\n\n**Honourable Mentions**\n\n @kristylynn I really enjoyed this photo! It reminded me of when I was a kid grabbing dandelions at every change and blowing them all over the place! My father absolutely hated this because they would end up growing all over his lawn. Great work with the depth and the color is very pleasing. Thank you for bring back some old memories.\n\n@minion I tried to capture a very similar shot during my little exploration last sunday morning. I of course failed to get such a crisp, captivating, and **Super Lush** photo if you can describ the vibrant green colors this way. Great job on capturing that moment right before the water droplet escapes the branch , not easy and patience is required. \n\n**Finalist**\n\n@bebecitosfotos This flower is epic! The clarity and brightness is spot on and even the viewed in post and at lower resolution it still comes off as perfectly in focus (always a very difficult thing to do while using Macro). The background is just muted enough to capture a actual backdrop while not taking away fro the foreground image. Excellent work.\n\n@dercoco What can I say about this one... how about **EYES**. I have always loved the reptile eye, Great Work.\n\n@mweich This is spot on! Being able to capture the pollen on the Bee's legs was a great feat I tell you that, while still keeping other expects and depths of the photo in great focus is even harder, very still hand you must have! The angle of the photo and the choice of background imagery defiantly gave this photo an edge when it came to being Macro. The background is often forgot when capturing with Macro even thought it plays such a big role, you seem to have a very good eye for it. And **Congratulations!** on taking First Place!\n\n<hr>\n\nAgain I can't say it enough great job everyone, keep it up!\nCan't wait for next weekend's challenge @jamtaylor make it a good one ;)\n\nBlue",
-        "json_metadata": "{\"tags\":[\"steemitphotochallenge\"],\"users\":[\"kristylynn\",\"minion\",\"bebecitosfotos\",\"dercoco\",\"mweich\",\"jamtaylor\"]}",
-        "created": "2016-08-15T16:39:03",
-        "last_update": "2016-08-15T16:52:30",
-        "depth": 1,
-        "children": 0,
-        "net_rshares": 35935996353857,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-15T23:37:45",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "215.088 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 2259,
-        "active_votes": [
-            {
-                "voter": "berniesanders",
-                "rshares": "29864685009305",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "justin",
-                "rshares": "639212703934",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nextgencrypto",
-                "rshares": "4968734358586",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "2467989338",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "2995315607",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "567154894",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "41754679519",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1653762021",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "170612336",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "490800486",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "709305835",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "229997595",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jamtaylor",
-                "rshares": "147833075316",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "condra",
-                "rshares": "33749012863",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "blinova",
-                "rshares": "8813120108",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "blueorgy",
-                "rshares": "177253189627",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kristylynn",
-                "rshares": "7958656381",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nat4ka",
-                "rshares": "250542489",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "dercoco",
-                "rshares": "2869166387",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "theconnoisseur",
-                "rshares": "403314436",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thecurator",
-                "rshares": "33194586794",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "jamtaylor",
-        "parent_permlink": "steemit-photo-challenge-4-winners-announcement-guest-judge-condra",
-        "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra#@blueorgy/re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t163904911z",
-        "root_title": "📷  Steemit Photo Challenge #4 — WINNERS ANNOUNCEMENT! Guest Judge: @condra",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 617412,
-        "author": "cheetah",
-        "permlink": "re-blocktalk-with-nexus-colin-cantrell-question-thread-20160815t194601",
-        "category": "blocktalk",
-        "title": "",
-        "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.youtube.com/watch?v=Jetfhhkg_YU",
-        "json_metadata": "{}",
-        "created": "2016-08-15T19:46:09",
-        "last_update": "2016-08-15T19:46:09",
-        "depth": 1,
-        "children": 4,
-        "net_rshares": 35682478060776,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-16T00:01:18",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "212.366 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 165,
-        "active_votes": [
-            {
-                "voter": "berniesanders",
-                "rshares": "29864685009305",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "justin",
-                "rshares": "639212703934",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nextgencrypto",
-                "rshares": "4968734358586",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "by24seven",
-                "rshares": "11700424464",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ozzy-vega",
-                "rshares": "18794778971",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "anyx",
-                "rshares": "106925555861",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mirrax",
-                "rshares": "278001908",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "keithsmih",
-                "rshares": "17506904849",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cheetah",
-                "rshares": "20129459504",
-                "percent": "3300",
-                "reputation": 0
-            },
-            {
-                "voter": "cheetah33",
-                "rshares": "100129802",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "theconnoisseur",
-                "rshares": "403314436",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cheetah34",
-                "rshares": "100111679",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thecurator",
-                "rshares": "33194586794",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "alorya",
-                "rshares": "198033574",
-                "percent": "3300",
-                "reputation": 0
-            },
-            {
-                "voter": "seraph",
-                "rshares": "360071237",
-                "percent": "3300",
-                "reputation": 0
-            },
-            {
-                "voter": "celestial",
-                "rshares": "154615872",
-                "percent": "3300",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "blocktalk",
-        "parent_permlink": "blocktalk-with-nexus-colin-cantrell-question-thread",
-        "url": "/blocktalk/@blocktalk/blocktalk-with-nexus-colin-cantrell-question-thread#@cheetah/re-blocktalk-with-nexus-colin-cantrell-question-thread-20160815t194601",
-        "root_title": "#Blocktalk with Nexus' Colin Cantrell [Question Thread]",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 678887,
-        "author": "knircky",
-        "permlink": "re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t032236858z",
-        "category": "steemit",
-        "title": "",
-        "body": "Nope a stock is not a ponzu scheme and steem is not either.\n\nI am sick of people that cannot understand how things calling them Ponzi schemes, so they can sound smarter than they are.",
-        "json_metadata": "{\"tags\":[\"steemit\"]}",
-        "created": "2016-08-20T03:22:36",
-        "last_update": "2016-08-20T03:22:36",
-        "depth": 2,
-        "children": 10,
-        "net_rshares": 37005362856363,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-20T07:57:42",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "210.101 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 183,
-        "active_votes": [
-            {
-                "voter": "itsascam",
-                "rshares": "17387563883098",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steemroller",
-                "rshares": "2050320927937",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steemed",
-                "rshares": "17506821189546",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "2472687085",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "3001252537",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "562430414",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "42191835467",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1325422094",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "170789230",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "497255693",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "737466177",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "230274999",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "christoryan",
-                "rshares": "5163277168",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "fishborne",
-                "rshares": "4146107046",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "darkstar1o9",
-                "rshares": "100022771",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "aaronjwhite",
-                "rshares": "58035101",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "gmalhotra",
-        "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t025813753z",
-        "url": "/steemit/@clayop/is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies#@knircky/re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t032236858z",
-        "root_title": "Is Bitcoin a Ponzi too? A Simple Explanation about Where Does Money Come From for Dummies",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 619811,
-        "author": "anyx",
-        "permlink": "re-dopezzz123-why-muscles-get-sore-20160815t225638685z",
-        "category": "workout",
-        "title": "",
-        "body": "This user is a serial plagiarist who has taken to spinning articles to plagiarize, instead of providing sources and discussion.\n\n!cheetah ban",
-        "json_metadata": "{\"tags\":[\"workout\"]}",
-        "created": "2016-08-15T22:56:39",
-        "last_update": "2016-08-15T22:56:39",
-        "depth": 1,
-        "children": 1,
-        "net_rshares": 35271450211375,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-15T23:59:09",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "208.151 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 141,
-        "active_votes": [
-            {
-                "voter": "berniesanders",
-                "rshares": "29186049220380",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "justin",
-                "rshares": "623996958321",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nextgencrypto",
-                "rshares": "4855865727368",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jamtaylor",
-                "rshares": "154146763309",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "zebbra2014",
-                "rshares": "-5787205072",
-                "percent": "-10000",
-                "reputation": 0
-            },
-            {
-                "voter": "anyx",
-                "rshares": "106890789634",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "senseiteekay",
-                "rshares": "9733889143",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "shredlord",
-                "rshares": "9400027589",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cheetah",
-                "rshares": "61646469732",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "originate",
-                "rshares": "219824678620",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "metaflute",
-                "rshares": "685101796",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "theconnoisseur",
-                "rshares": "394148198",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thecurator",
-                "rshares": "32404401324",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "someguy123",
-                "rshares": "16011014560",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "andyinspace",
-                "rshares": "188226473",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "dopezzz123",
-        "parent_permlink": "why-muscles-get-sore",
-        "url": "/workout/@dopezzz123/why-muscles-get-sore#@anyx/re-dopezzz123-why-muscles-get-sore-20160815t225638685z",
-        "root_title": "Why Muscles Get Sore",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 675843,
-        "author": "thylbom",
-        "permlink": "re-blocktrades-blocktrades-witness-report-for-3rd-week-of-august-20160819t213441316z",
-        "category": "witness-category",
-        "title": "",
-        "body": "I definitely agree that the password recovery problem is a good one to work on. People who have been involved in crypto for some time are almost instinctively aware of the importance of safeguarding private keys, but \"mainstream\" adopters are accustomed to a world of hand-holding where the powers that be can bail you out if you are careless, stupid, forgetful or unlucky. If a method can be devised to facilitate recovery without sacrificing security, it can avoid problems of negative user experience that could hurt the platform's prospects for widespread adaption.",
-        "json_metadata": "{\"tags\":[\"witness-category\"]}",
-        "created": "2016-08-19T21:34:42",
-        "last_update": "2016-08-19T21:34:57",
-        "depth": 1,
-        "children": 1,
-        "net_rshares": 37471570441471,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-20T02:41:45",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "204.392 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 569,
-        "active_votes": [
-            {
-                "voter": "itsascam",
-                "rshares": "17387563883098",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "blocktrades",
-                "rshares": "2478143633692",
-                "percent": "500",
-                "reputation": 0
-            },
-            {
-                "voter": "steemed",
-                "rshares": "17508649345673",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "2472598979",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "3001139259",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "562419226",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "42178757456",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1325381537",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "170789230",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "497247302",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "737445199",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "230273601",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "claudiop63",
-                "rshares": "38894121671",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "goose",
-                "rshares": "7143405548",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "blocktrades",
-        "parent_permlink": "blocktrades-witness-report-for-3rd-week-of-august",
-        "url": "/witness-category/@blocktrades/blocktrades-witness-report-for-3rd-week-of-august#@thylbom/re-blocktrades-blocktrades-witness-report-for-3rd-week-of-august-20160819t213441316z",
-        "root_title": "BlockTrades Witness Report for 3rd Week of August",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 681168,
-        "author": "r4fken",
-        "permlink": "re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t090630202z",
-        "category": "philosophy",
-        "title": "",
-        "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)",
-        "json_metadata": "{\"tags\":[\"philosophy\"]}",
-        "created": "2016-08-20T09:06:27",
-        "last_update": "2016-08-20T09:07:12",
-        "depth": 2,
-        "children": 0,
-        "net_rshares": 35692802942928,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-20T07:22:48",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "196.246 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 202,
-        "active_votes": [
-            {
-                "voter": "itsascam",
-                "rshares": "17735315160760",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steemed",
-                "rshares": "17865766992651",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "3091007147",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "3751778512",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "703064185",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "52778799199",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1656856120",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "213490026",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "621592296",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "923609344",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "287848982",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "r4fken",
-                "rshares": "27692743706",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "steemed",
-        "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160820t035220528z",
-        "url": "/philosophy/@dantheman/our-corrupt-sense-of-fairness#@r4fken/re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t090630202z",
-        "root_title": "Our Corrupt Sense of Fairness",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 637043,
-        "author": "lukestokes",
-        "permlink": "re-bacchist-dan-needs-to-be-stopped-20160817t045803929z",
-        "category": "steem",
-        "title": "",
-        "body": "`dictatorship`,  `hindenburg`, `titanic` and a hitler meme are all a bit too over the top for me. I'm glad you're voicing your concerns, but a \"Dan must be stopped\" call to action against the very person who created what we are all enjoying isn't (IMO) the best approach for having a respectful dialogue about the issue. It seems many are already discussing the issue on github and voicing their disapproval there. We'll see where it goes from here, and it's definitely something to keep an eye on. For that, I thank you, but I won't give you my vote on this post because I think the tone is counter productive to a rational, open conversation about the issue. I may be wrong and maybe a more alarmist tone is called for. As with many things, we shall see over time.",
-        "json_metadata": "{\"tags\":[\"steem\"]}",
-        "created": "2016-08-17T04:58:03",
-        "last_update": "2016-08-17T12:34:09",
-        "depth": 1,
-        "children": 38,
-        "net_rshares": 31034930180364,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-17T19:51:06",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "164.026 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 766,
-        "active_votes": [
-            {
-                "voter": "erath",
-                "rshares": "727407423660",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "smooth",
-                "rshares": "644958517124",
-                "percent": "100",
-                "reputation": 0
-            },
-            {
-                "voter": "anonymous",
-                "rshares": "28855608662",
-                "percent": "49",
-                "reputation": 0
-            },
-            {
-                "voter": "rainman",
-                "rshares": "8486664643623",
-                "percent": "4900",
-                "reputation": 0
-            },
-            {
-                "voter": "wackou",
-                "rshares": "6370652360778",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "friend5",
-                "rshares": "82613356260",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "roadscape",
-                "rshares": "6571978360124",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "2470238755",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "2998129153",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "567603623",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "41948298509",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1324164960",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "170709221",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "joseph",
-                "rshares": "1813610822120",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "smooth.witness",
-                "rshares": "108871922542",
-                "percent": "100",
-                "reputation": 0
-            },
-            {
-                "voter": "twiceuponatime",
-                "rshares": "51208392605",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "indominon",
-                "rshares": "139867989371",
-                "percent": "5200",
-                "reputation": 0
-            },
-            {
-                "voter": "onceuponatime",
-                "rshares": "2942087618871",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "marginal",
-                "rshares": "728571343037",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cass",
-                "rshares": "937174079758",
-                "percent": "9700",
-                "reputation": 0
-            },
-            {
-                "voter": "vault",
-                "rshares": "76036949216",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "496873319",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "725575461",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "230145753",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chryspano",
-                "rshares": "410807696946",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "acidyo",
-                "rshares": "9521769889",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mughat",
-                "rshares": "19196002726",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nphacker",
-                "rshares": "47541496466",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kennyskitchen",
-                "rshares": "3892379945",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "schro",
-                "rshares": "129268320437",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thedashguy",
-                "rshares": "92995154682",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "lukestokes",
-                "rshares": "213701132994",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "carlgetalada",
-                "rshares": "276395602",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "catchfire",
-                "rshares": "28736613783",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "quintanilla",
-                "rshares": "5894409181",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bacchist",
-                "rshares": "41089533337",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cannav",
-                "rshares": "8483258053",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "discombobulated",
-                "rshares": "65583674268",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chrisj",
-                "rshares": "1259117194",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "krystle",
-                "rshares": "3704243578",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "artakan",
-                "rshares": "14629758637",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "phenom",
-                "rshares": "6012406044",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "crazymumzysa",
-                "rshares": "17402129371",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bbrewer",
-                "rshares": "4183080661",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "fatboy",
-                "rshares": "35472659687",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "beanz",
-                "rshares": "3978086691",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "solidgold",
-                "rshares": "22725564707",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jasonstaggers",
-                "rshares": "24344116072",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "najoh",
-                "rshares": "6603057948",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "capitalism",
-                "rshares": "12993857503",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "satoshifpv",
-                "rshares": "4872113322",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "aboundlessworld",
-                "rshares": "2818362970",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "oflyhigh",
-                "rshares": "2636752145",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "randyclemens",
-                "rshares": "3558963294",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "alifton",
-                "rshares": "377494461",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bitcalm",
-                "rshares": "26914242849",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "davidbrogan",
-                "rshares": "1692339912",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "negoshi",
-                "rshares": "56779364",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "david.prochnow",
-                "rshares": "50997147",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "doze49",
-                "rshares": "50258926",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "fraterralph",
-                "rshares": "61941319",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "onlyspeakslies",
-                "rshares": "52891748",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "bacchist",
-        "parent_permlink": "dan-needs-to-be-stopped",
-        "url": "/steem/@bacchist/dan-needs-to-be-stopped#@lukestokes/re-bacchist-dan-needs-to-be-stopped-20160817t045803929z",
-        "root_title": "Dan needs to be stopped",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 826676,
-        "author": "recursive",
-        "permlink": "re-dantheman-why-do-we-fight-to-change-the-world-20160901t184948317z",
-        "category": "philosophy",
-        "title": "",
-        "body": "> This state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict.\n\nMahayana (Great Vehicle) buddhism may have an answer to that apparent conflict you are experiencing. According to the Mahayana tradition, true enlightenment cannot be reached merely by cultivating inner peace and eliminating delusions and suffering in isolation of other people, because doing so remains a selfish endeavor that implies that one hasn't truly reached the state of selflessness that underlies enlightenment. \n\nInstead, at some point along the path to enlightenment, one realizes that one's true nature is that of being conscious: a pure form of benevolent consciousness without shape and boundaries, and that permeates all that is. At that point, one doesn't seek anymore to deliver from suffering that fictious \"ego\" entity that has long been identified as a delusion, but instead seeks to deliver all of consciousness from suffering, including all sentient beings. This intrinsic benevolence of consciousness is what we call \"compassion\", and is the central tenet of Mahayana tradition. It is both the ultimate goal and the mean to reach that goal. By cultivating compassion, one reveals his compassionate nature, and this compassion is what will eventually lead to a contradiction with the ego and materialistic delusions, and their dissolution. \n\nFrom that perspective, he who seeks enlightenment will first accept reality as it is, and reach what first feels as a form of blissful and permanent internal peace (this is typically what Hinayana / Small Vehicule buddhism think is enlightenment, and this includes some famous western self-help authors), but will soon realize that there is one type of suffering that transcends attachment and the delusion of self and that can't be addressed by meditation and spiritual practice alone but on the contrary become more and more sharp: the suffering of seeing others suffering within this reality. This is because suffering is a noble truth, a truth that can't be denied, ignored or accepted but simply acknowledged as being true. This leads to a paradox where embracing reality leads to embracing a form of suffering that can only be eliminated by altering reality which cannot be achieved if one simply embraces reality. The only solution to this apparent paradox is to realize that reality is impermanent and can be embraced while being altered. It should be accepted in the present so that one may live free from delusions and attachment, and reduce suffering to the prime denominator of the quintessential and universally experienced suffering of being alive, while being actively shaped with all one's will and energy into a future reality where other sentient beings suffer less.\n\nUnder the mahayana assumption that consciousness is intrinsically benevolent and unable not to experience compassion as it gets closer to enlightenment, acting with all one's will and energy against the corruption that permeates reality and increases suffering of other sentient beings is not only consistent, but the one and only true way to enlightenment.\n\nArguably, government is one such big chunk of pervasive corruption that has spread like weed in our consensual reality, and creates an inordinate amount of suffering. From that perspective, being anarchist isn't only a political view, it is a statement of compassion. Ask the Dalai Lama what he thinks about governments...",
-        "json_metadata": "{\"tags\":[\"philosophy\"]}",
-        "created": "2016-09-01T18:48:39",
-        "last_update": "2016-09-01T19:11:48",
-        "depth": 1,
-        "children": 1,
-        "net_rshares": 38538789887465,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-10-02T19:14:21",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "160.617 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 3669,
-        "active_votes": [
-            {
-                "voter": "dantheman",
-                "rshares": "28300878156066",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "smooth",
-                "rshares": "636585679281",
-                "percent": "100",
-                "reputation": 0
-            },
-            {
-                "voter": "wackou",
-                "rshares": "6549727125575",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "3099954800",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "3763461212",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "690406462",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "54138246944",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1661302953",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "213684579",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "lovejoy",
-                "rshares": "251709705259",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "recursive",
-                "rshares": "2511125853605",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "smooth.witness",
-                "rshares": "114398906816",
-                "percent": "100",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "622843501",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "967387415",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "288174518",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "eric-boucher",
-                "rshares": "71291626568",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "christoryan",
-                "rshares": "5223833163",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "zelgald1",
-                "rshares": "4999497773",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "tommycordero",
-                "rshares": "63437792",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "darrantrute",
-                "rshares": "11501604178",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nebcat",
-                "rshares": "615797359",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kiwideb",
-                "rshares": "381939549",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "floweroflife",
-                "rshares": "444650943",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kingarbinv",
-                "rshares": "807251193",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "skypilot",
-                "rshares": "10978877529",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "robcichocki",
-                "rshares": "2610482432",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "dantheman",
-        "parent_permlink": "why-do-we-fight-to-change-the-world",
-        "url": "/philosophy/@dantheman/why-do-we-fight-to-change-the-world#@recursive/re-dantheman-why-do-we-fight-to-change-the-world-20160901t184948317z",
-        "root_title": "Why do we fight to change the world?",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 726941,
-        "author": "val-a",
-        "permlink": "re-litrbooh-budushee-steemit-nuzhna-li-reklama-v-steemit-20160824t033703760z",
-        "category": "ru-steemit",
-        "title": "",
-        "body": "Прочитайте еще раз внимательно определение пирамиды:\n> Доход _первым_ _участникам_ пирамиды выплачивается за счет вкладов последующих участников.\n\nКлючевые слова _первым_ и _участникам_ (под участниками подразумеваются инвесторы), а в случае Стима доход получают не инвесторы, а авторы от которых не требуется ни копейки инвестировать прежде они начнут получать доход. Инвесторы теоретически могут получить доход, если цена  STEEM, SP или SD вырастет, но этого им никто не обещает (в отличии от пирамид). К тому же авторам выплачивается гонорар не с денег новых инвесторов, а размытием доли всех предыдущих инвесторов в STEEM или в SP, в том числе и доли китов. Доход китов, или любого, кто инвестировал на начальном этапе зависит от новых инвестиций в той же степени как и в любой другой криптовалюте.\n\nВместо сравнения с прирамидой, продуктивнее сравнить с обыкновенным стартапом, возьмите например Твитер - по большому счету они, являсь убыточной компанией (да компании 10 лет и она до сих пор убыточна), платят пользователям (не напрямую, а косвенно, например оплачивая сервера в датацентре) продавая долю/акции фаундеров инвесторам. Почему акции твитера стоят больше нуля? Почему Твитер никто не называет финансовой пирамидой?\n\nИли сравните стим с биткоином - с таким же успехом и биткоин можно назвать финансовой пирамидой - ведь платит же майнерам деньгами инвесторов.\n\n(p.s. проголосую за себя, что бы показать как использовать SP для рекламы собственных постов)",
-        "json_metadata": "{\"tags\":[\"ru-steemit\"]}",
-        "created": "2016-08-24T03:37:03",
-        "last_update": "2016-08-24T03:37:03",
-        "depth": 1,
-        "children": 12,
-        "net_rshares": 31599651204284,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-24T02:46:54",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "149.954 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 1470,
-        "active_votes": [
-            {
-                "voter": "val-a",
-                "rshares": "31543759293106",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "domino",
-                "rshares": "22090812048",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "zaebars",
-                "rshares": "28897024316",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "andreynoch",
-                "rshares": "1953557909",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "litrbooh",
-                "rshares": "1708472880",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nonamer",
-                "rshares": "1188786726",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "shvedas",
-                "rshares": "53257299",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "litrbooh",
-        "parent_permlink": "budushee-steemit-nuzhna-li-reklama-v-steemit",
-        "url": "/ru-steemit/@litrbooh/budushee-steemit-nuzhna-li-reklama-v-steemit#@val-a/re-litrbooh-budushee-steemit-nuzhna-li-reklama-v-steemit-20160824t033703760z",
-        "root_title": "Будущее STEEMIT. Нужна ли реклама в STEEMIT?",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 838503,
-        "author": "donkeypong",
-        "permlink": "re-steemitblog-announcing-steem-0-14-0-release-candidate-20160902t211609578z",
-        "category": "steem",
-        "title": "",
-        "body": "## I strongly oppose the \"5 votes a day\" target. \n\nI thought one of the greatest changes to be implemented so far was when that target INCREASED. People have not been so stressed in the last month or two about curation rewards; they just vote for what they like and have fun. \n\nI don't think Steemit will be FUN anymore if there is an expected target of 5 votes per day. People will spend much less time on the site. They will vote for predictably popular content. And we will be right back where we were a couple of months ago. \n\nNo, it will be worse than that. Because 20 votes a day used to stress people out. 5 votes a day? NO ONE can do any real curation under that scheme.\n\nAs an individual and an established author, the 5 votes a day could be great for me. If we go back to the days when everybody upvoted the same posts, then maybe I'd get all those votes again. I could quit my job and write for Steemit full time. \n\nAnd we'd go back to the days when emerging authors and artists got far fewer votes and rewards. \n\nAs far as curation and voting bots, they are being used for very good purposes also. Rather than turning our tails and running away from them, why don't we use them for the greater good? I think the mega-whales' curation teams are doing a far better job than ever before at redistributing rewards; I make nothing from being involved in that effort, but I think it is working quite well. Give the vote sliders and the voting bots more time; Steemit's front page is finally diversifying and newer people are getting rewards like never before. \n\nOne more thing: Redistribution of Steemit's resources from big whale accounts to the masses MUST be one of our top priorities. How does this help? I understand that big whale accounts may make less on curation rewards, but I think few of them are concerned with this anymore; they're trying to channel their votes to worthy posters. They have recognized that their big stakes will be worth nothing unless we make this thing succeed.\n\nUnder this scheme, the big whales will need to sell the max on exchanges every week and other people buy their Steem for any real redistribution to occur. That will hold down the price and our competitors will zoom right by us. \n\nSteem Team, I understand you are trying to solve real problems with these tweaks. I don't normally comment on them because I feel that Steemit is good enough that there is some margin for error with these back-end decisions. But this is far, far too severe a change for the platform to absorb.\n\n## If I am wrong, then I'd love to hear that from the community, and I am open to learning from other views. Give us time for this discussion, please, before forcing through such a change. Until then, I oppose this change.",
-        "json_metadata": "{\"tags\":[\"steem\"]}",
-        "created": "2016-09-02T21:16:27",
-        "last_update": "2016-09-02T21:19:45",
-        "depth": 1,
-        "children": 106,
-        "net_rshares": 42304792392028,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-10-04T01:16:51",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "141.827 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 2749,
-        "active_votes": [
-            {
-                "voter": "highasfuck",
-                "rshares": "-6795625112",
-                "percent": "-400",
-                "reputation": 0
-            },
-            {
-                "voter": "nextgenwitness",
-                "rshares": "164482168912",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kushed",
-                "rshares": "5468384423175",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "silversteem",
-                "rshares": "4945364226662",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nextgencrypto",
-                "rshares": "4656370926104",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "3100766695",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "3764486632",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "690539083",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "complexring",
-                "rshares": "7221866970964",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "54261605662",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "danknugs",
-                "rshares": "30390370257",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1661700819",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "213710460",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "aizensou",
-                "rshares": "38600533043",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bentley",
-                "rshares": "12269445334",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "recursive",
-                "rshares": "2651243328828",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mineralwasser",
-                "rshares": "1820914592",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boombastic",
-                "rshares": "1066518981517",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bingo-0",
-                "rshares": "9578311657",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bingo-1",
-                "rshares": "2440314179",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "benjojo",
-                "rshares": "1336788173111",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "pfunk",
-                "rshares": "749198663628",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "622955105",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "tuck-fheman",
-                "rshares": "1039484860678",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "967591200",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "donkeypong",
-                "rshares": "2783598325676",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "patrice",
-                "rshares": "7288280988",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "288213327",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "piedpiper",
-                "rshares": "14796343926",
-                "percent": "100",
-                "reputation": 0
-            },
-            {
-                "voter": "ervin-lemark",
-                "rshares": "8972462707",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "eeks",
-                "rshares": "715648773415",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cryptogee",
-                "rshares": "854401132096",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "spaninv",
-                "rshares": "5470652472",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nanzo-scoop",
-                "rshares": "726664133144",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "acidyo",
-                "rshares": "16798528489",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jonno-katz",
-                "rshares": "3868778895",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "hannixx42",
-                "rshares": "56779104986",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mummyimperfect",
-                "rshares": "239176165083",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "asch",
-                "rshares": "71220031567",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kevinwong",
-                "rshares": "608622985586",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "beerbloke",
-                "rshares": "73303668582",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ak2020",
-                "rshares": "65759745683",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thecryptofiend",
-                "rshares": "53884344664",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "hien-tran",
-                "rshares": "10426970985",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "stellabelle",
-                "rshares": "2264268111917",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "juanmiguelsalas",
-                "rshares": "57529825067",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "dahaz159",
-                "rshares": "4476883095",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kaylinart",
-                "rshares": "306456223000",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "infovore",
-                "rshares": "501259458185",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kus-knee",
-                "rshares": "26315426014",
-                "percent": "5000",
-                "reputation": 0
-            },
-            {
-                "voter": "ossama-benjohn",
-                "rshares": "11630218162",
-                "percent": "4900",
-                "reputation": 0
-            },
-            {
-                "voter": "anwenbaumeister",
-                "rshares": "648138422927",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "razvanelulmarin",
-                "rshares": "69137542683",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cryptoiskey",
-                "rshares": "35291674341",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chetlanin",
-                "rshares": "360818648",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "venuspcs",
-                "rshares": "84518713331",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "psychonaut",
-                "rshares": "2936111289",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "roelandp",
-                "rshares": "318074226526",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "dennygalindo",
-                "rshares": "4261065978",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chhaylin",
-                "rshares": "140535670338",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "firepower",
-                "rshares": "38348578159",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mstang83",
-                "rshares": "254364900",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chhayll",
-                "rshares": "116908007408",
-                "percent": "8900",
-                "reputation": 0
-            },
-            {
-                "voter": "stranger27",
-                "rshares": "2812431753",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "yogi.artist",
-                "rshares": "13896170396",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "elyaque",
-                "rshares": "14528410967",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "r4fken",
-                "rshares": "2046170935",
-                "percent": "1000",
-                "reputation": 0
-            },
-            {
-                "voter": "furion",
-                "rshares": "72655151512",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "sigmajin",
-                "rshares": "96443143963",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mrwang",
-                "rshares": "40575184405",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steem1653",
-                "rshares": "1287519621",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "marcgodard",
-                "rshares": "1827599826",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "akareyon",
-                "rshares": "21069395024",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "sebastien",
-                "rshares": "16233014225",
-                "percent": "9300",
-                "reputation": 0
-            },
-            {
-                "voter": "flyingmind",
-                "rshares": "1214668585",
-                "percent": "0",
-                "reputation": 0
-            },
-            {
-                "voter": "steemit-life",
-                "rshares": "3259008743",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "diana.catherine",
-                "rshares": "38541756150",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bobkillaz",
-                "rshares": "241033184",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "deviedev",
-                "rshares": "9142372606",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "knozaki2015",
-                "rshares": "306656746516",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "steemgrindr",
-                "rshares": "2482350068",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "adamt",
-                "rshares": "3860285221",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "calaber24p",
-                "rshares": "270410711489",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "pcste",
-                "rshares": "9763976269",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "liberosist",
-                "rshares": "231813853890",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "oumar",
-                "rshares": "9172859646",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "sauravrungta",
-                "rshares": "35903507776",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "rea",
-                "rshares": "37542098641",
-                "percent": "5000",
-                "reputation": 0
-            },
-            {
-                "voter": "prufarchy",
-                "rshares": "21424668654",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "carlidos",
-                "rshares": "9888950976",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cryptocameo",
-                "rshares": "17018462501",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "claudiop63",
-                "rshares": "38704462901",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "phoenixmaid",
-                "rshares": "10716559196",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "tjpezlo",
-                "rshares": "2850823006",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "clevecross",
-                "rshares": "13269181041",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "smailer",
-                "rshares": "24054735183",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "pixielolz",
-                "rshares": "18688350126",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "williambanks",
-                "rshares": "26483585759",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "webosfritos",
-                "rshares": "3431378627",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "shaka",
-                "rshares": "89283515898",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "twinner",
-                "rshares": "73511111757",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "handmade",
-                "rshares": "1475564323",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "viktor.phuket",
-                "rshares": "9986529692",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ullikume",
-                "rshares": "4245841619",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ekitcho",
-                "rshares": "6013694326",
-                "percent": "5600",
-                "reputation": 0
-            },
-            {
-                "voter": "joele",
-                "rshares": "2112721437",
-                "percent": "100",
-                "reputation": 0
-            },
-            {
-                "voter": "oflyhigh",
-                "rshares": "4344750511",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "randyclemens",
-                "rshares": "11208435898",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "rusteller",
-                "rshares": "315529006",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "gargon",
-                "rshares": "8668714921",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "pgarcgo",
-                "rshares": "2402681750",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "theconnoisseur",
-                "rshares": "4722016641",
-                "percent": "5000",
-                "reputation": 0
-            },
-            {
-                "voter": "queenmountain",
-                "rshares": "13978892123",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "hanshotfirst",
-                "rshares": "21216135219",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "herbertmueller",
-                "rshares": "360104574",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "lightsplasher",
-                "rshares": "2790597203",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "princewahaj",
-                "rshares": "760244820",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "theb0red1",
-                "rshares": "7124799262",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "serejandmyself",
-                "rshares": "59327261726",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "anarchyhasnogods",
-                "rshares": "3673690786",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "indykpol",
-                "rshares": "1481195780",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "comcentrate",
-                "rshares": "302329407",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jtstreetman",
-                "rshares": "122637921",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ines-f",
-                "rshares": "1623996599",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "etcmike",
-                "rshares": "8237809906",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "lesliestarrohara",
-                "rshares": "6391005392",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ats-david",
-                "rshares": "3425466270",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "pollux.one",
-                "rshares": "293609359",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "contentjunkie",
-                "rshares": "1184448867",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "einsteinpotsdam",
-                "rshares": "7304947957",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "darrantrute",
-                "rshares": "11502232563",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "sabot",
-                "rshares": "17585035067",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "markrmorrisjr",
-                "rshares": "28036909101",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "sponge-bob",
-                "rshares": "45121178435",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "reaction",
-                "rshares": "249472621",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "doitvoluntarily",
-                "rshares": "2914432081",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nubchai",
-                "rshares": "3648710236",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "richardjuckes",
-                "rshares": "4721456837",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "jens-jung",
-                "rshares": "146618463",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "chadcrypto",
-                "rshares": "116558699",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ballinconscious",
-                "rshares": "54685141",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "whatsup",
-                "rshares": "70593457",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "dirkzett",
-                "rshares": "1584386308",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "willio",
-                "rshares": "66920614",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "justusagenstum",
-                "rshares": "71584544",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "angelius",
-                "rshares": "140430106",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "steemitblog",
-        "parent_permlink": "announcing-steem-0-14-0-release-candidate",
-        "url": "/steem/@steemitblog/announcing-steem-0-14-0-release-candidate#@donkeypong/re-steemitblog-announcing-steem-0-14-0-release-candidate-20160902t211609578z",
-        "root_title": "Announcing Steem 0.14.0 Release Candidate",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 713237,
-        "author": "jhermanbeans",
-        "permlink": "re-senderos-the-nightmare-song-20160823t011659950z",
-        "category": "horror",
-        "title": "",
-        "body": "Fascinating world. Can't wait to see where it goes!",
-        "json_metadata": "{\"tags\":[\"horror\"]}",
-        "created": "2016-08-23T01:17:00",
-        "last_update": "2016-08-23T01:17:00",
-        "depth": 1,
-        "children": 0,
-        "net_rshares": 30158646716022,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-09-23T02:56:09",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "132.545 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 51,
-        "active_votes": [
-            {
-                "voter": "berniesanders",
-                "rshares": "25590936673298",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "nextgencrypto",
-                "rshares": "4503240944593",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "3093334843",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "3754789393",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "703475396",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "53137822427",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1658013141",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "213534945",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "621926043",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "945621921",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "287928458",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "meredithpetran",
-                "rshares": "52651564",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "senderos",
-        "parent_permlink": "the-nightmare-song",
-        "url": "/horror/@senderos/the-nightmare-song#@jhermanbeans/re-senderos-the-nightmare-song-20160823t011659950z",
-        "root_title": "The Nightmare Song",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 918173,
-        "author": "luminousvisions",
-        "permlink": "re-luminousvisions-re-ned-re-steemship-open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or-20160911t035652062z",
-        "category": "steemit",
-        "title": "",
-        "body": "### @dantheman ... you just downvoted my comment?\n\nwhat is that all about? what's wrong with it?\n\n#### I'm just suggestion a solution and in return for offering my help ... you downvote me?!?\n\n\nlook at what I've been up to;\n[little baby dolphin](https://steemit.com/steemit/@luminousvisions/little-baby-dolphin-goes-to-steemit-school)\nI'm already working on a solution!",
-        "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dantheman\"],\"links\":[\"https:\\/\\/steemit.com\\/steemit\\/@luminousvisions\\/little-baby-dolphin-goes-to-steemit-school\"]}",
-        "created": "2016-09-11T03:56:51",
-        "last_update": "2016-09-11T06:14:27",
-        "depth": 3,
-        "children": 22,
-        "net_rshares": 40084767746965,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-10-12T06:00:30",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "131.347 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 369,
-        "active_votes": [
-            {
-                "voter": "smooth",
-                "rshares": "31588356739639",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "3726201087",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "4524113216",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "820980926",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "66047512415",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1996555438",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "256574080",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "smooth.witness",
-                "rshares": "5893489774073",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "750139848",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "1168034456",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "346061156",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "craig-grant",
-                "rshares": "394226217606",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "thecryptofiend",
-                "rshares": "24215364511",
-                "percent": "3000",
-                "reputation": 0
-            },
-            {
-                "voter": "stellabelle",
-                "rshares": "2042269341790",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "cmtzco",
-                "rshares": "8944971271",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "reported",
-                "rshares": "52207362",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "southbaybits",
-                "rshares": "58804600",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "randyclemens",
-                "rshares": "14292459528",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "luminousvisions",
-                "rshares": "39105503792",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "emeline",
-                "rshares": "120190171",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "luminousvisions",
-        "parent_permlink": "re-ned-re-steemship-open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or-20160911t021909082z",
-        "url": "/steemit/@steemship/open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or#@luminousvisions/re-luminousvisions-re-ned-re-steemship-open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or-20160911t035652062z",
-        "root_title": "Open Letter to Ned and Dan: You Badly Need a Communications/Community/Content Expert and I Hereby Nominate @stellabelle or @donkeypong For That Job",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    },
-    {
-        "post_id": 889443,
-        "author": "dana-edwards",
-        "permlink": "re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160908t050749903z",
-        "category": "steem",
-        "title": "",
-        "body": "1 needs modification, 2 is a good idea\n----\n\nDespite some who call 2 an exit fee, I think Steem Power should stop being marketed as an **\"investment\"** to **\"investors\"**. Market it to users of the platform who want to power up their accounts but make powering up or upgrading a lot easier. Make it possible with a gift card,  fiat, a credit card, or Paypal. People should never see Bitcoin or blockchain anywhere on the Steemit official marketing.\n\nUse gamification to make people want to upgrade their Steem Power. Market Steem Dollars to crypto investors for the 10% interest.\n\nSteem Power a purchasable upgrade for accounts\n-----\n\n>reddit gold is our premium membership program. It grants you access to extra features to improve your reddit experience. It also makes you really quite dapper.\n\nAnd Alice goes to Walgreens with her Visa Card and buys the Steem Card instead of the Netflix card. It's also possible to sell a Steem Power subscription for people who want to buy a little bit at a time, remeber WoW is subscription based and. Second Life has Linden Dollars which are like our Steem Dollars and can be marketed in a similar way.\n\nDo not make the mistake of listening to crypto anarchists or crypto people when it comes to marketing. Crypto people are horrible at marketing and that includes Bitcoin. All of crypto has a bad reputaton and horrible marketing. Look at Pokemon Go or even Reddit Gold to see how to do marketing, or just hire a profesisonal in gamification and marketing guru. Do not listen to Steemit whales and don't even listen to me. Hire people who are from the gaming world, or who marketed popular social networks.\n\n**Note: notice games and social networks never use words like \"investor\" or \"speculator\",  as this would be like trying to market the social network as a gambling site which is something they all avoid.**\n\n**UPDATE: IF ANYONE CAN GET IN CONTACT WITH [Jane McGonigal](https://janemcgonigal.com/) AND HIRE HER AS A CONSULTANT IT WOULD BE GREAT FOR STEEMIT. SHE IS A THOUGHT LEADER IN \"PURPOSE DRIVEN GAMING\" AND HAVING HER ASSOCIATED WITH STEEMIT WOULD BRING MOMENTUM.**\n\nReferences\n1. https://community.secondlife.com/t5/English-Knowledge-Base/Buying-and-selling-Linden-dollars/ta-p/700107\n2. https://www.reddit.com/gold/about/\n3. https://www.quora.com/Who-are-the-best-gamification-experts\n4. https://www.linkedin.com/title/gamification-expert",
-        "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https:\\/\\/janemcgonigal.com\\/\",\"https:\\/\\/community.secondlife.com\\/t5\\/English-Knowledge-Base\\/Buying-and-selling-Linden-dollars\\/ta-p\\/700107\",\"https:\\/\\/www.reddit.com\\/gold\\/about\\/\",\"https:\\/\\/www.quora.com\\/Who-are-the-best-gamification-experts\",\"https:\\/\\/www.linkedin.com\\/title\\/gamification-expert\"]}",
-        "created": "2016-09-08T05:07:51",
-        "last_update": "2016-09-08T20:47:24",
-        "depth": 1,
-        "children": 7,
-        "net_rshares": 33807216655501,
-        "last_payout": "1969-12-31T23:59:59",
-        "cashout_time": "2016-10-09T02:14:24",
-        "total_payout_value": "0.000 HBD",
-        "curator_payout_value": "0.000 HBD",
-        "pending_payout_value": "116.932 HBD",
-        "promoted": "0.000 HBD",
-        "replies": [],
-        "body_length": 2392,
-        "active_votes": [
-            {
-                "voter": "ned",
-                "rshares": "25299389880141",
-                "percent": "4000",
-                "reputation": 0
-            },
-            {
-                "voter": "wackou",
-                "rshares": "6927705674664",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "liondani",
-                "rshares": "992154852299",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "boy",
-                "rshares": "3103959302",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue-witness",
-                "rshares": "3768577454",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bunny",
-                "rshares": "683986391",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "bue",
-                "rshares": "54809820514",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "mini",
-                "rshares": "1663237841",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "moon",
-                "rshares": "213793127",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "healthcare",
-                "rshares": "624976946",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "daniel.pan",
-                "rshares": "973085978",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "helen.tan",
-                "rshares": "288350184",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "blakemiles84",
-                "rshares": "347492602044",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "kooshikoo",
-                "rshares": "445654522",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "shaka",
-                "rshares": "113354733694",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "capitalism",
-                "rshares": "46418159604",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "ats-david",
-                "rshares": "4864933964",
-                "percent": "10000",
-                "reputation": 0
-            },
-            {
-                "voter": "goose",
-                "rshares": "9260376832",
-                "percent": "10000",
-                "reputation": 0
-            }
-        ],
-        "author_reputation": 0,
-        "parent_author": "ned",
-        "parent_permlink": "increasing-curation-demand-for-steem-power-and-community-interaction",
-        "url": "/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction#@dana-edwards/re-ned-increasing-curation-demand-for-steem-power-and-community-interaction-20160908t050749903z",
-        "root_title": "Increasing Curation, Demand for Steem Power and Community Interaction",
-        "beneficiaries": [],
-        "max_accepted_payout": "1000000.000 HBD",
-        "percent_steem_dollars": 10000
-    }
-]
\ No newline at end of file
+  {
+    "active_votes": [
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": "1294968367268",
+        "voter": "smooth"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "28860902224",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14409605494831",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "40261554792719",
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3155750963782",
+        "voter": "lafona-miner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "377906636658",
+        "voter": "lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1245475534803",
+        "voter": "silver"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2875138885044",
+        "voter": "silversteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "992692841277",
+        "voter": "delegate.lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "948645888607",
+        "voter": "liondani"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "314602171157",
+        "voter": "lafona5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3094244335",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3755939559",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "703615315",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5751660885474",
+        "voter": "complexring"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1644151280793",
+        "voter": "steemychicken1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53261984748",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1658441464",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213555429",
+        "voter": "moon"
+      },
+      {
+        "percent": "300",
+        "reputation": 0,
+        "rshares": "222747002001",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622045496",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "947522117",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "54127411451",
+        "voter": "donkeypong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1759901644",
+        "voter": "nexusdev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "351517418935",
+        "voter": "ash"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "282481919881",
+        "voter": "chitty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287957469",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25822874684",
+        "voter": "steampunkpowered"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10283360038",
+        "voter": "ervin-lemark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24290958657",
+        "voter": "instructor2121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7456570912",
+        "voter": "jerome-colley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "491733834025",
+        "voter": "kevinwong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41463145095",
+        "voter": "nphacker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "367830728600",
+        "voter": "blakemiles84"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "45912096650",
+        "voter": "ranko-k"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "23227592357",
+        "voter": "treeleaves"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "63707549495",
+        "voter": "kanoptx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "31690086400",
+        "voter": "drinkzya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "73022585138",
+        "voter": "eric-boucher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "109636482823",
+        "voter": "kenny-crane"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61288399197",
+        "voter": "thecryptodrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "117389810764",
+        "voter": "bravenewcoin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "449244898326",
+        "voter": "infovore"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "128017998380",
+        "voter": "omarb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "36007650081",
+        "voter": "cheftony"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "32961119819",
+        "voter": "cryptoiskey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71452016003",
+        "voter": "discombobulated"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5121130339",
+        "voter": "expanse"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25440234426",
+        "voter": "hitmeasap"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13382892819",
+        "voter": "stealthtrader"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24939158057",
+        "voter": "tcfxyz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "103574158909",
+        "voter": "cdubendo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7881221000",
+        "voter": "spiz0r"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "112751020008",
+        "voter": "jacor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14190084617",
+        "voter": "halo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "159492592967",
+        "voter": "jesta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33597624083",
+        "voter": "toxonaut"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7028930352",
+        "voter": "btcupload"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17438618169",
+        "voter": "anduweb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "75155947399",
+        "voter": "demotruk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3697940497",
+        "voter": "maximkichev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10377897348",
+        "voter": "nippel66"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7753599028",
+        "voter": "magz8716"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1388783807",
+        "voter": "cryptocurrency1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "115874018",
+        "voter": "gosha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "505816971",
+        "voter": "raymonjohnstone"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "124907433",
+        "voter": "biternator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3090635988",
+        "voter": "willbeonceagain8"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54497070629",
+        "voter": "arcurus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4745090234",
+        "voter": "bakingengineer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "36689125715",
+        "voter": "claudiop63"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "16359584188",
+        "voter": "noodles.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10399150907",
+        "voter": "npl77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "108836213411",
+        "voter": "steemdrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11060114610",
+        "voter": "bergy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2050213474",
+        "voter": "theprophet0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "295915630",
+        "voter": "theprophet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38819548773",
+        "voter": "allasyummyfood"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "461449860",
+        "voter": "neddykelly"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1579699570",
+        "voter": "minion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "77473387847",
+        "voter": "sirwinchester"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61385527",
+        "voter": "sijoittaja"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4190219999",
+        "voter": "tom77"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "125663528",
+        "voter": "nelkel"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "148930176",
+        "voter": "letsgo.asino"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14968711124",
+        "voter": "hilarski"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58226150",
+        "voter": "ajavajive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "253750401751",
+        "voter": "oldtimer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "57886832",
+        "voter": "shootetxd"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "191216226",
+        "voter": "comcentrate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13741567322",
+        "voter": "antoinev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61289460",
+        "voter": "jtstreetman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5100395909",
+        "voter": "io-io-io"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54884363",
+        "voter": "ian89"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50351260",
+        "voter": "chuckleberry"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "349611227",
+        "voter": "panther"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59354601485",
+        "voter": "tracemayer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51884666",
+        "voter": "brs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130434883",
+        "voter": "bitcoinparadise"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52571606",
+        "voter": "bellphorion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53224648",
+        "voter": "yanikkoval"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51136429",
+        "voter": "infotoday"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50977036",
+        "voter": "tldr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50797377",
+        "voter": "bo-ro"
+      }
+    ],
+    "author": "smooth",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "I will sponsor an additional 2000 SBD toward this campaign in addition to my vote on the post, plus any rewards on this comment.",
+    "body_length": 128,
+    "cashout_time": "2016-08-31T16:43:21",
+    "category": "steemit",
+    "children": 31,
+    "created": "2016-08-24T16:43:21",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steemit\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-24T16:43:21",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 77833655363992,
+    "parent_author": "steemdrive",
+    "parent_permlink": "steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream",
+    "pending_payout_value": "852.567 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t164320100z",
+    "post_id": 969220,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the \u201cAmerican Dream\"!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@steemdrive/steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream#@smooth/re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t164320100z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "30296554046147",
+        "voter": "smooth"
+      },
+      {
+        "percent": "97",
+        "reputation": 0,
+        "rshares": "28854877817",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14368089454321",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3183112492799",
+        "voter": "lafona-miner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "377387227766",
+        "voter": "lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "790314875205",
+        "voter": "delegate.lafona"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "314383371770",
+        "voter": "lafona5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1851434600",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2247039689",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "425455109",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "31378635899",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "992487616",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "127981753",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6510505164",
+        "voter": "sean0010"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5308002434389",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "342922310367",
+        "voter": "officialfuzzy"
+      },
+      {
+        "percent": "9700",
+        "reputation": 0,
+        "rshares": "802009404542",
+        "voter": "cass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "369247770",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "537460001",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "172530341",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "410778394570",
+        "voter": "chryspano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "113345677592",
+        "voter": "forrestwillie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5390642912",
+        "voter": "kingjohal"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "346429583563",
+        "voter": "blakemiles84"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "46740932510",
+        "voter": "ranko-k"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "18522231224",
+        "voter": "allahhh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "398461524",
+        "voter": "rafikichi"
+      },
+      {
+        "percent": "9900",
+        "reputation": 0,
+        "rshares": "1421853753930",
+        "voter": "sean-king"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "65040641602",
+        "voter": "charleshosk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "739465956",
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17651204278",
+        "voter": "acassity"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "480475374",
+        "voter": "chamviet"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "239694404",
+        "voter": "concave"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1386708550",
+        "voter": "vi1son"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1798938485",
+        "voter": "gazm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "19465926763",
+        "voter": "ausbitbank"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2622666444",
+        "voter": "egjoshslim"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6373898691",
+        "voter": "perwest"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "312475355",
+        "voter": "lioliomir"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33482946725",
+        "voter": "alexfortin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5612628842",
+        "voter": "r33drum"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24373102947",
+        "voter": "igster"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51538128557",
+        "voter": "sephiroth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5989513477",
+        "voter": "cryptosi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "72131208610",
+        "voter": "ntomaino"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9493199624",
+        "voter": "domavila"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "107006946999",
+        "voter": "bonface"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "12353093513",
+        "voter": "grolelo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "32088583721",
+        "voter": "streetstyle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54299398751",
+        "voter": "demotruk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "45617820200",
+        "voter": "arcurus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "211677715438",
+        "voter": "johnsmith"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17146066951",
+        "voter": "team-leibniz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "22277193587",
+        "voter": "solidgold"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "143431864",
+        "voter": "borntowin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "609312338",
+        "voter": "metaflute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1125051142",
+        "voter": "bofadeez"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100022771",
+        "voter": "darkstar1o9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "57276142",
+        "voter": "pgarcgo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "328256060",
+        "voter": "alifton"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "63775214",
+        "voter": "laissezfairedr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "66697195",
+        "voter": "rubenalexander"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7960548410",
+        "voter": "kyriacos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "376001676",
+        "voter": "manicmidnight"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58682093",
+        "voter": "tradz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58914198",
+        "voter": "brandon-rosano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38710389758",
+        "voter": "simon-says"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "57980741",
+        "voter": "alaqrab"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56436574",
+        "voter": "saintbitts"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "55261899",
+        "voter": "shakimclark7"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "75377250",
+        "voter": "powercouple"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "55618704",
+        "voter": "jaypillagara"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53912690",
+        "voter": "shax"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53846159",
+        "voter": "wulfmeister"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53707619",
+        "voter": "ct-gurus"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53333238",
+        "voter": "donzy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53210703",
+        "voter": "frostwalker"
+      }
+    ],
+    "author": "charlieshrem",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "I have a series of posts I'm writing now about socioeconomic observations in prison. If the Steemit community likes it, Ill post it here exclusively.",
+    "body_length": 149,
+    "cashout_time": "2016-08-23T18:55:27",
+    "category": "introduceyourself",
+    "children": 21,
+    "created": "2016-08-16T18:55:27",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"introduceyourself\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-16T18:55:27",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 59091129639172,
+    "parent_author": "dennygalindo",
+    "parent_permlink": "re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185037477z",
+    "pending_payout_value": "545.730 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z",
+    "post_id": 839374,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Charlie Shrem Is Now On Steemit!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/introduceyourself/@charlieshrem/charlie-shrem-is-now-on-steemit#@charlieshrem/re-dennygalindo-re-charlieshrem-charlie-shrem-is-now-on-steemit-20160816t185524881z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29186049220380",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "623996958321",
+        "voter": "justin"
+      },
+      {
+        "percent": "9900",
+        "reputation": 0,
+        "rshares": "5881098331094",
+        "voter": "abit"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4855865727368",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "9800",
+        "reputation": 0,
+        "rshares": "2454399166148",
+        "voter": "adm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2467985030",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2995309863",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "567154894",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41750226248",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1323006745",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170612336",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "664278529380",
+        "voter": "pfunk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "490800486",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "709305835",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "229997595",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130506632815",
+        "voter": "kaylinart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "106890789634",
+        "voter": "anyx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9971301073",
+        "voter": "senseiteekay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9400027589",
+        "voter": "shredlord"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61646469732",
+        "voter": "cheetah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "219824678620",
+        "voter": "originate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "685101796",
+        "voter": "metaflute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "394148198",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "32404401324",
+        "voter": "thecurator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "582451688",
+        "voter": "alorya"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1059033052",
+        "voter": "seraph"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "16011014560",
+        "voter": "someguy123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "454752565",
+        "voter": "celestial"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "188226473",
+        "voter": "andyinspace"
+      }
+    ],
+    "author": "adm",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "This is an article spun to avoid automatic plagiarism detection.\nHere is the source:\nhttp://health.learninginfo.org/muscle-building-tips.htm",
+    "body_length": 140,
+    "cashout_time": "2016-08-22T22:50:42",
+    "category": "workout",
+    "children": 0,
+    "created": "2016-08-15T22:50:42",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"workout\"],\"links\":[\"http://health.learninginfo.org/muscle-building-tips.htm\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T22:50:42",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 44306411360842,
+    "parent_author": "dopezzz123",
+    "parent_permlink": "why-muscles-get-sore",
+    "pending_payout_value": "312.865 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-dopezzz123-why-muscles-get-sore-20160815t225039946z",
+    "post_id": 825299,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Why Muscles Get Sore",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/workout/@dopezzz123/why-muscles-get-sore#@adm/re-dopezzz123-why-muscles-get-sore-20160815t225039946z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "40261554792719",
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "48124579959",
+        "voter": "full-steem-ahead"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "282481919881",
+        "voter": "chitty"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25822874684",
+        "voter": "steampunkpowered"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10283360038",
+        "voter": "ervin-lemark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24290958657",
+        "voter": "instructor2121"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "62458381858",
+        "voter": "kanoptx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71100938161",
+        "voter": "eric-boucher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61288297136",
+        "voter": "thecryptodrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "117389810764",
+        "voter": "bravenewcoin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5121130339",
+        "voter": "expanse"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7881221000",
+        "voter": "spiz0r"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10377897348",
+        "voter": "nippel66"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "49642777135",
+        "voter": "thylbom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "115874018",
+        "voter": "gosha"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "37453482500",
+        "voter": "claudiop63"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4096208838",
+        "voter": "smailer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8375659361",
+        "voter": "jamesbrown"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "108836213411",
+        "voter": "steemdrive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "195118598",
+        "voter": "comcentrate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61289460",
+        "voter": "jtstreetman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56939384",
+        "voter": "dcat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130434883",
+        "voter": "bitcoinparadise"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50468741",
+        "voter": "bellphorion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50353356",
+        "voter": "takemyfive"
+      }
+    ],
+    "author": "steemdrive",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "<center>[![vote-Ohare.jpg](https://s19.postimg.org/vpowej1g3/vote_Ohare.jpg)](http://www.steemit.com/@steemdrive)</center>",
+    "body_length": 122,
+    "cashout_time": "2016-08-31T16:23:00",
+    "category": "steemit",
+    "children": 0,
+    "created": "2016-08-24T16:23:00",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steemit\"],\"image\":[\"https://s19.postimg.org/vpowej1g3/vote_Ohare.jpg\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-24T16:23:00",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 41197240982229,
+    "parent_author": "steemdrive",
+    "parent_permlink": "steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream",
+    "pending_payout_value": "249.516 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t162300868z",
+    "post_id": 968989,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Steemdrive: First Steemit Billboard to hit USA in Chicago, Illinois - Vote for the \u201cAmerican Dream\"!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@steemdrive/steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream#@steemdrive/re-steemdrive-steemdrive-first-steemit-billboard-to-hit-usa-in-chicago-illinios-vote-for-the-american-dream-20160824t162300868z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": "14824916004472",
+        "voter": "smooth"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "28851426273",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14660905118594",
+        "voter": "summon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5645842591970",
+        "voter": "kushed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3085011784",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3744178588",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "708945412",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52221628833",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1653774577",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213265420",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "733758489177",
+        "voter": "cass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "613502402",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "888428594",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287496994",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5519141498",
+        "voter": "spaninv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "151618531853",
+        "voter": "killerstorm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13114605961",
+        "voter": "facer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "137573239907",
+        "voter": "thedashguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "586358175",
+        "voter": "mammasitta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "128697036640",
+        "voter": "chhayll"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "269379546",
+        "voter": "thealexander"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13452877972",
+        "voter": "bitshares101"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51529058014",
+        "voter": "sephiroth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5729767206",
+        "voter": "inti"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14254612849",
+        "voter": "deanero"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1646059150",
+        "voter": "belkins"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "116253105",
+        "voter": "darkstar1o9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61980222",
+        "voter": "breastsono"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2359201317",
+        "voter": "matherly"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "897505702",
+        "voter": "harand"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17530292877",
+        "voter": "shenanigator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4300748049",
+        "voter": "bitbutter"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54634677",
+        "voter": "stephenm"
+      }
+    ],
+    "author": "steemapp",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Hi, @smooth this is @str11ngfello, the iOS developer on Steemy. \n\nHere's my linked in profile ->\nhttps://www.linkedin.com/in/lynn-duke-097a724\n\n @cyonic here as a followup edit, my linkedin profile here:\nhttps://www.linkedin.com/in/johnelliotwhite\n\nGive me a few moments and I'll add a blurb to my linked in profile that references Steemy.  Look for it towards the top. \n\nHere is a quick vid I made of Steemy at the request of many users.  \n\nhttps://youtu.be/kHbOHuXQWg4\n\nHere's to hoping we can prove ourselves a bit.  STEEM ON!",
+    "body_length": 529,
+    "cashout_time": "2016-08-23T04:52:51",
+    "category": "steemit",
+    "children": 18,
+    "created": "2016-08-16T04:52:51",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"steemit\"],\"links\":[\"https://youtu.be/kHbOHuXQWg4\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-16T14:16:24",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 36507001147810,
+    "parent_author": "smooth",
+    "parent_permlink": "re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t042406700z",
+    "pending_payout_value": "227.842 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-smooth-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t045252952z",
+    "post_id": 829289,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "[Introducing Steemy] - Fully Native iOS/Android apps for STEEM",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@steemapp/introducing-steemy-fully-native-ios-android-apps-for-steem#@steemapp/re-smooth-re-steemapp-introducing-steemy-fully-native-ios-android-apps-for-steem-20160816t045252952z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17735818038199",
+        "voter": "itsascam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2091363547583",
+        "voter": "steemroller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17881645967595",
+        "voter": "steemed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2473129069",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3001847911",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "562495952",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "42273561181",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1325647967",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170794809",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "115426377545",
+        "voter": "stan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "497314258",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "741745834",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230286157",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17452286451",
+        "voter": "marklyford"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-118201007",
+        "voter": "cyonic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1259875358",
+        "voter": "shadowspub"
+      }
+    ],
+    "author": "michaelx",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "It doesn't matter at all in the big picture, when company accounts are used to censor any conversation (as they have been doing and will likely continue to do) they please, regardless of community voting consensus.  \n\nThis has already been proven by the actions of management using those accounts for this purpose.\n\nAnyone believing Steemit as it exists currently to be a censorship free platform for free speech is sadly mistaken.",
+    "body_length": 431,
+    "cashout_time": "2016-08-27T21:35:15",
+    "category": "philosophy",
+    "children": 0,
+    "created": "2016-08-20T21:35:15",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 5,
+    "json_metadata": "{\"tags\":[\"philosophy\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-20T21:35:15",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 37894124714862,
+    "parent_author": "stellabelle",
+    "parent_permlink": "re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t150054378z",
+    "pending_payout_value": "218.510 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-stellabelle-re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t213500128z",
+    "post_id": 911740,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Our Corrupt Sense of Fairness",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/philosophy/@dantheman/our-corrupt-sense-of-fairness#@michaelx/re-stellabelle-re-steemed-re-dantheman-re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t213500128z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29864685009305",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "189574335690",
+        "voter": "friend2"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "639212703934",
+        "voter": "justin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4968734358586",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3084986672",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3744144508",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "708943618",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52193349399",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1653762021",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213265420",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "613500608",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "886632294",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287496994",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "154121482815",
+        "voter": "jamtaylor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "130134738142",
+        "voter": "thedashguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "39444938394",
+        "voter": "tiffjane"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "851256740",
+        "voter": "cousteau"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5673774261",
+        "voter": "meesterboom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33726244522",
+        "voter": "condra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "718346410",
+        "voter": "birdie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "20128929530",
+        "voter": "rznag"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51125341014",
+        "voter": "gomeravibz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1954050724",
+        "voter": "t3ran13"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2194116353",
+        "voter": "xroni"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "403314436",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11535444605",
+        "voter": "queenmountain"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "127023220",
+        "voter": "harrycoins"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61084860",
+        "voter": "mndstruct"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33194586794",
+        "voter": "thecurator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230160266",
+        "voter": "mefisto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1059907708",
+        "voter": "iamrohitkgupta"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71181331",
+        "voter": "emilyjane"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "133481361",
+        "voter": "mweich"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50281530",
+        "voter": "topslim"
+      }
+    ],
+    "author": "condra",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Congrats to everyone, and forgive me if you didn't place. It wasn't easy to omit so many amazing shots. The standard was very high and there were hundreds of submissions. Huge love for all the Steemit #photography community.",
+    "body_length": 224,
+    "cashout_time": "2016-08-22T14:23:27",
+    "category": "steemitphotochallenge",
+    "children": 8,
+    "created": "2016-08-15T14:23:27",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"photography\",\"steemitphotochallenge\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T14:23:27",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 36212532174065,
+    "parent_author": "jamtaylor",
+    "parent_permlink": "steemit-photo-challenge-4-winners-announcement-guest-judge-condra",
+    "pending_payout_value": "218.336 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t142348222z",
+    "post_id": 817341,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "\ud83d\udcf7  Steemit Photo Challenge #4 \u2014 WINNERS ANNOUNCEMENT! Guest Judge: @condra",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra#@condra/re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t142348222z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29864685009305",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "639212703934",
+        "voter": "justin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4968734358586",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2467989338",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2995315607",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "567154894",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41754679519",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1653762021",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170612336",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "490800486",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "709305835",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "229997595",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "147833075316",
+        "voter": "jamtaylor"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33749012863",
+        "voter": "condra"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8813120108",
+        "voter": "blinova"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "177253189627",
+        "voter": "blueorgy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7958656381",
+        "voter": "kristylynn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "250542489",
+        "voter": "nat4ka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2869166387",
+        "voter": "dercoco"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "403314436",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33194586794",
+        "voter": "thecurator"
+      }
+    ],
+    "author": "blueorgy",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "**Amazing Entries** once again this weekend! The talent here on steemit just keeps on growing with each #SteemitPhotoChallenge and I feel it's 100% a direct result of this **trending topic**. So be proud of your work and if you didn't make it into the **Top 3** don't even think about giving up, the computation is tuff and @condra had a difficult time deciding I'm sure.\n\n<hr>\n\n**Honourable Mentions**\n\n @kristylynn I really enjoyed this photo! It reminded me of when I was a kid grabbing dandelions at every change and blowing them all over the place! My father absolutely hated this because they would end up growing all over his lawn. Great work with the depth and the color is very pleasing. Thank you for bring back some old memories.\n\n@minion I tried to capture a very similar shot during my little exploration last sunday morning. I of course failed to get such a crisp, captivating, and **Super Lush** photo if you can describ the vibrant green colors this way. Great job on capturing that moment right before the water droplet escapes the branch , not easy and patience is required. \n\n**Finalist**\n\n@bebecitosfotos This flower is epic! The clarity and brightness is spot on and even the viewed in post and at lower resolution it still comes off as perfectly in focus (always a very difficult thing to do while using Macro). The background is just muted enough to capture a actual backdrop while not taking away fro the foreground image. Excellent work.\n\n@dercoco What can I say about this one... how about **EYES**. I have always loved the reptile eye, Great Work.\n\n@mweich This is spot on! Being able to capture the pollen on the Bee's legs was a great feat I tell you that, while still keeping other expects and depths of the photo in great focus is even harder, very still hand you must have! The angle of the photo and the choice of background imagery defiantly gave this photo an edge when it came to being Macro. The background is often forgot when capturing with Macro even thought it plays such a big role, you seem to have a very good eye for it. And **Congratulations!** on taking First Place!\n\n<hr>\n\nAgain I can't say it enough great job everyone, keep it up!\nCan't wait for next weekend's challenge @jamtaylor make it a good one ;)\n\nBlue",
+    "body_length": 2259,
+    "cashout_time": "2016-08-22T16:39:03",
+    "category": "steemitphotochallenge",
+    "children": 0,
+    "created": "2016-08-15T16:39:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steemitphotochallenge\"],\"users\":[\"kristylynn\",\"minion\",\"bebecitosfotos\",\"dercoco\",\"mweich\",\"jamtaylor\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T16:52:30",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 35935996353857,
+    "parent_author": "jamtaylor",
+    "parent_permlink": "steemit-photo-challenge-4-winners-announcement-guest-judge-condra",
+    "pending_payout_value": "215.092 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t163904911z",
+    "post_id": 819413,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "\ud83d\udcf7  Steemit Photo Challenge #4 \u2014 WINNERS ANNOUNCEMENT! Guest Judge: @condra",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemitphotochallenge/@jamtaylor/steemit-photo-challenge-4-winners-announcement-guest-judge-condra#@blueorgy/re-jamtaylor-steemit-photo-challenge-4-winners-announcement-guest-judge-condra-20160815t163904911z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29864685009305",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "639212703934",
+        "voter": "justin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4968734358586",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11700424464",
+        "voter": "by24seven"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "18794778971",
+        "voter": "ozzy-vega"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "106925555861",
+        "voter": "anyx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "278001908",
+        "voter": "mirrax"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17506904849",
+        "voter": "keithsmih"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "20129459504",
+        "voter": "cheetah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100129802",
+        "voter": "cheetah33"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "403314436",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100111679",
+        "voter": "cheetah34"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "33194586794",
+        "voter": "thecurator"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "198033574",
+        "voter": "alorya"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "360071237",
+        "voter": "seraph"
+      },
+      {
+        "percent": "3300",
+        "reputation": 0,
+        "rshares": "154615872",
+        "voter": "celestial"
+      }
+    ],
+    "author": "cheetah",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Hi! I am a content-detection robot. This post is to help manual curators; I have NOT flagged you.\nHere is similar content:\nhttp://www.youtube.com/watch?v=Jetfhhkg_YU",
+    "body_length": 165,
+    "cashout_time": "2016-08-22T19:46:09",
+    "category": "blocktalk",
+    "children": 4,
+    "created": "2016-08-15T19:46:09",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T19:46:09",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 35682478060776,
+    "parent_author": "blocktalk",
+    "parent_permlink": "blocktalk-with-nexus-colin-cantrell-question-thread",
+    "pending_payout_value": "212.371 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-blocktalk-with-nexus-colin-cantrell-question-thread-20160815t194601",
+    "post_id": 822331,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "#Blocktalk with Nexus' Colin Cantrell [Question Thread]",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/blocktalk/@blocktalk/blocktalk-with-nexus-colin-cantrell-question-thread#@cheetah/re-blocktalk-with-nexus-colin-cantrell-question-thread-20160815t194601"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17387563883098",
+        "voter": "itsascam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2050320927937",
+        "voter": "steemroller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17506821189546",
+        "voter": "steemed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2472687085",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3001252537",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "562430414",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "42191835467",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1325422094",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170789230",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "497255693",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "737466177",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230274999",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5163277168",
+        "voter": "christoryan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4146107046",
+        "voter": "fishborne"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100022771",
+        "voter": "darkstar1o9"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58035101",
+        "voter": "aaronjwhite"
+      }
+    ],
+    "author": "knircky",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Nope a stock is not a ponzu scheme and steem is not either.\n\nI am sick of people that cannot understand how things calling them Ponzi schemes, so they can sound smarter than they are.",
+    "body_length": 183,
+    "cashout_time": "2016-08-27T03:22:36",
+    "category": "steemit",
+    "children": 10,
+    "created": "2016-08-20T03:22:36",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"steemit\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-20T03:22:36",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 37005362856363,
+    "parent_author": "gmalhotra",
+    "parent_permlink": "re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t025813753z",
+    "pending_payout_value": "210.101 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t032236858z",
+    "post_id": 900160,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Is Bitcoin a Ponzi too? A Simple Explanation about Where Does Money Come From for Dummies",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@clayop/is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies#@knircky/re-gmalhotra-re-clayop-is-bitcoin-a-ponzi-too-a-simple-explanation-about-where-does-money-come-from-for-dummies-20160820t032236858z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "29186049220380",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "623996958321",
+        "voter": "justin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4855865727368",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "154146763309",
+        "voter": "jamtaylor"
+      },
+      {
+        "percent": "-10000",
+        "reputation": 0,
+        "rshares": "-5787205072",
+        "voter": "zebbra2014"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "106890789634",
+        "voter": "anyx"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9733889143",
+        "voter": "senseiteekay"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9400027589",
+        "voter": "shredlord"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61646469732",
+        "voter": "cheetah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "219824678620",
+        "voter": "originate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "685101796",
+        "voter": "metaflute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "394148198",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "32404401324",
+        "voter": "thecurator"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "16011014560",
+        "voter": "someguy123"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "188226473",
+        "voter": "andyinspace"
+      }
+    ],
+    "author": "anyx",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "This user is a serial plagiarist who has taken to spinning articles to plagiarize, instead of providing sources and discussion.\n\n!cheetah ban",
+    "body_length": 141,
+    "cashout_time": "2016-08-22T22:56:39",
+    "category": "workout",
+    "children": 1,
+    "created": "2016-08-15T22:56:39",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"workout\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-15T22:56:39",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 35271450211375,
+    "parent_author": "dopezzz123",
+    "parent_permlink": "why-muscles-get-sore",
+    "pending_payout_value": "208.151 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-dopezzz123-why-muscles-get-sore-20160815t225638685z",
+    "post_id": 825378,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Why Muscles Get Sore",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/workout/@dopezzz123/why-muscles-get-sore#@anyx/re-dopezzz123-why-muscles-get-sore-20160815t225638685z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17387563883098",
+        "voter": "itsascam"
+      },
+      {
+        "percent": "500",
+        "reputation": 0,
+        "rshares": "2478143633692",
+        "voter": "blocktrades"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17508649345673",
+        "voter": "steemed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2472598979",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3001139259",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "562419226",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "42178757456",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1325381537",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170789230",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "497247302",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "737445199",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230273601",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38894121671",
+        "voter": "claudiop63"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7143405548",
+        "voter": "goose"
+      }
+    ],
+    "author": "thylbom",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "I definitely agree that the password recovery problem is a good one to work on. People who have been involved in crypto for some time are almost instinctively aware of the importance of safeguarding private keys, but \"mainstream\" adopters are accustomed to a world of hand-holding where the powers that be can bail you out if you are careless, stupid, forgetful or unlucky. If a method can be devised to facilitate recovery without sacrificing security, it can avoid problems of negative user experience that could hurt the platform's prospects for widespread adaption.",
+    "body_length": 569,
+    "cashout_time": "2016-08-26T21:34:42",
+    "category": "witness-category",
+    "children": 1,
+    "created": "2016-08-19T21:34:42",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"witness-category\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-19T21:34:57",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 37471570441471,
+    "parent_author": "blocktrades",
+    "parent_permlink": "blocktrades-witness-report-for-3rd-week-of-august",
+    "pending_payout_value": "204.392 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-blocktrades-blocktrades-witness-report-for-3rd-week-of-august-20160819t213441316z",
+    "post_id": 896285,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "BlockTrades Witness Report for 3rd Week of August",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/witness-category/@blocktrades/blocktrades-witness-report-for-3rd-week-of-august#@thylbom/re-blocktrades-blocktrades-witness-report-for-3rd-week-of-august-20160819t213441316z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17735315160760",
+        "voter": "itsascam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17865766992651",
+        "voter": "steemed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3091007147",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3751778512",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "703064185",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52778799199",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1656856120",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213490026",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "621592296",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "923609344",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287848982",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "27692743706",
+        "voter": "r4fken"
+      }
+    ],
+    "author": "r4fken",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Do I understand correctly that you're referencing the initial \"mining\" by a select group of devs and friends, resulting in \"overwhelming control\" by means of vests now?\nOr am I just imagining things? :)",
+    "body_length": 202,
+    "cashout_time": "2016-08-27T09:06:27",
+    "category": "philosophy",
+    "children": 0,
+    "created": "2016-08-20T09:06:27",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 2,
+    "json_metadata": "{\"tags\":[\"philosophy\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-20T09:07:12",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 35692802942928,
+    "parent_author": "steemed",
+    "parent_permlink": "re-dantheman-our-corrupt-sense-of-fairness-20160820t035220528z",
+    "pending_payout_value": "196.246 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t090630202z",
+    "post_id": 903103,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Our Corrupt Sense of Fairness",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/philosophy/@dantheman/our-corrupt-sense-of-fairness#@r4fken/re-steemed-re-dantheman-our-corrupt-sense-of-fairness-20160820t090630202z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "727407423660",
+        "voter": "erath"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "644958517124",
+        "voter": "smooth"
+      },
+      {
+        "percent": "49",
+        "reputation": 0,
+        "rshares": "28855608662",
+        "voter": "anonymous"
+      },
+      {
+        "percent": "4900",
+        "reputation": 0,
+        "rshares": "8486664643623",
+        "voter": "rainman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6370652360778",
+        "voter": "wackou"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "82613356260",
+        "voter": "friend5"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6571978360124",
+        "voter": "roadscape"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2470238755",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2998129153",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "567603623",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41948298509",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1324164960",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170709221",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1813610822120",
+        "voter": "joseph"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "108871922542",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "51208392605",
+        "voter": "twiceuponatime"
+      },
+      {
+        "percent": "5200",
+        "reputation": 0,
+        "rshares": "139867989371",
+        "voter": "indominon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2942087618871",
+        "voter": "onceuponatime"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "728571343037",
+        "voter": "marginal"
+      },
+      {
+        "percent": "9700",
+        "reputation": 0,
+        "rshares": "937174079758",
+        "voter": "cass"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "76036949216",
+        "voter": "vault"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "496873319",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "725575461",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "230145753",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "410807696946",
+        "voter": "chryspano"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9521769889",
+        "voter": "acidyo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "19196002726",
+        "voter": "mughat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "47541496466",
+        "voter": "nphacker"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3892379945",
+        "voter": "kennyskitchen"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "129268320437",
+        "voter": "schro"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "92995154682",
+        "voter": "thedashguy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213701132994",
+        "voter": "lukestokes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "276395602",
+        "voter": "carlgetalada"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "28736613783",
+        "voter": "catchfire"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5894409181",
+        "voter": "quintanilla"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "41089533337",
+        "voter": "bacchist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8483258053",
+        "voter": "cannav"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "65583674268",
+        "voter": "discombobulated"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1259117194",
+        "voter": "chrisj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3704243578",
+        "voter": "krystle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14629758637",
+        "voter": "artakan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6012406044",
+        "voter": "phenom"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17402129371",
+        "voter": "crazymumzysa"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4183080661",
+        "voter": "bbrewer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "35472659687",
+        "voter": "fatboy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3978086691",
+        "voter": "beanz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "22725564707",
+        "voter": "solidgold"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24344116072",
+        "voter": "jasonstaggers"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6603057948",
+        "voter": "najoh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "12993857503",
+        "voter": "capitalism"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4872113322",
+        "voter": "satoshifpv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2818362970",
+        "voter": "aboundlessworld"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2636752145",
+        "voter": "oflyhigh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3558963294",
+        "voter": "randyclemens"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "377494461",
+        "voter": "alifton"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "26914242849",
+        "voter": "bitcalm"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1692339912",
+        "voter": "davidbrogan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56779364",
+        "voter": "negoshi"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50997147",
+        "voter": "david.prochnow"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "50258926",
+        "voter": "doze49"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "61941319",
+        "voter": "fraterralph"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52891748",
+        "voter": "onlyspeakslies"
+      }
+    ],
+    "author": "lukestokes",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "`dictatorship`,  `hindenburg`, `titanic` and a hitler meme are all a bit too over the top for me. I'm glad you're voicing your concerns, but a \"Dan must be stopped\" call to action against the very person who created what we are all enjoying isn't (IMO) the best approach for having a respectful dialogue about the issue. It seems many are already discussing the issue on github and voicing their disapproval there. We'll see where it goes from here, and it's definitely something to keep an eye on. For that, I thank you, but I won't give you my vote on this post because I think the tone is counter productive to a rational, open conversation about the issue. I may be wrong and maybe a more alarmist tone is called for. As with many things, we shall see over time.",
+    "body_length": 766,
+    "cashout_time": "2016-08-24T04:58:03",
+    "category": "steem",
+    "children": 38,
+    "created": "2016-08-17T04:58:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steem\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-17T12:34:09",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 31034930180364,
+    "parent_author": "bacchist",
+    "parent_permlink": "dan-needs-to-be-stopped",
+    "pending_payout_value": "164.026 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-bacchist-dan-needs-to-be-stopped-20160817t045803929z",
+    "post_id": 847280,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Dan needs to be stopped",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steem/@bacchist/dan-needs-to-be-stopped#@lukestokes/re-bacchist-dan-needs-to-be-stopped-20160817t045803929z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "28300878156066",
+        "voter": "dantheman"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "636585679281",
+        "voter": "smooth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6549727125575",
+        "voter": "wackou"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3099954800",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3763461212",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "690406462",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54138246944",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1661302953",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213684579",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "251709705259",
+        "voter": "lovejoy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2511125853605",
+        "voter": "recursive"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "114398906816",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622843501",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "967387415",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288174518",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71291626568",
+        "voter": "eric-boucher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5223833163",
+        "voter": "christoryan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4999497773",
+        "voter": "zelgald1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "63437792",
+        "voter": "tommycordero"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11501604178",
+        "voter": "darrantrute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "615797359",
+        "voter": "nebcat"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "381939549",
+        "voter": "kiwideb"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "444650943",
+        "voter": "floweroflife"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "807251193",
+        "voter": "kingarbinv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10978877529",
+        "voter": "skypilot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2610482432",
+        "voter": "robcichocki"
+      }
+    ],
+    "author": "recursive",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "> This state of being creates a paradox for those with aims to change the world. If you are at complete peace with the way things are, then what motive is there to change the world? On what basis should you choose to act? This is the very heart of economics, the study of human action. This is the root of my current internal conflict.\n\nMahayana (Great Vehicle) buddhism may have an answer to that apparent conflict you are experiencing. According to the Mahayana tradition, true enlightenment cannot be reached merely by cultivating inner peace and eliminating delusions and suffering in isolation of other people, because doing so remains a selfish endeavor that implies that one hasn't truly reached the state of selflessness that underlies enlightenment. \n\nInstead, at some point along the path to enlightenment, one realizes that one's true nature is that of being conscious: a pure form of benevolent consciousness without shape and boundaries, and that permeates all that is. At that point, one doesn't seek anymore to deliver from suffering that fictious \"ego\" entity that has long been identified as a delusion, but instead seeks to deliver all of consciousness from suffering, including all sentient beings. This intrinsic benevolence of consciousness is what we call \"compassion\", and is the central tenet of Mahayana tradition. It is both the ultimate goal and the mean to reach that goal. By cultivating compassion, one reveals his compassionate nature, and this compassion is what will eventually lead to a contradiction with the ego and materialistic delusions, and their dissolution. \n\nFrom that perspective, he who seeks enlightenment will first accept reality as it is, and reach what first feels as a form of blissful and permanent internal peace (this is typically what Hinayana / Small Vehicule buddhism think is enlightenment, and this includes some famous western self-help authors), but will soon realize that there is one type of suffering that transcends attachment and the delusion of self and that can't be addressed by meditation and spiritual practice alone but on the contrary become more and more sharp: the suffering of seeing others suffering within this reality. This is because suffering is a noble truth, a truth that can't be denied, ignored or accepted but simply acknowledged as being true. This leads to a paradox where embracing reality leads to embracing a form of suffering that can only be eliminated by altering reality which cannot be achieved if one simply embraces reality. The only solution to this apparent paradox is to realize that reality is impermanent and can be embraced while being altered. It should be accepted in the present so that one may live free from delusions and attachment, and reduce suffering to the prime denominator of the quintessential and universally experienced suffering of being alive, while being actively shaped with all one's will and energy into a future reality where other sentient beings suffer less.\n\nUnder the mahayana assumption that consciousness is intrinsically benevolent and unable not to experience compassion as it gets closer to enlightenment, acting with all one's will and energy against the corruption that permeates reality and increases suffering of other sentient beings is not only consistent, but the one and only true way to enlightenment.\n\nArguably, government is one such big chunk of pervasive corruption that has spread like weed in our consensual reality, and creates an inordinate amount of suffering. From that perspective, being anarchist isn't only a political view, it is a statement of compassion. Ask the Dalai Lama what he thinks about governments...",
+    "body_length": 3669,
+    "cashout_time": "2016-09-08T18:48:39",
+    "category": "philosophy",
+    "children": 1,
+    "created": "2016-09-01T18:48:39",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"philosophy\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-01T19:11:48",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 38538789887465,
+    "parent_author": "dantheman",
+    "parent_permlink": "why-do-we-fight-to-change-the-world",
+    "pending_payout_value": "160.617 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-dantheman-why-do-we-fight-to-change-the-world-20160901t184948317z",
+    "post_id": 1088538,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Why do we fight to change the world?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/philosophy/@dantheman/why-do-we-fight-to-change-the-world#@recursive/re-dantheman-why-do-we-fight-to-change-the-world-20160901t184948317z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "31543759293106",
+        "voter": "val-a"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "22090812048",
+        "voter": "domino"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "28897024316",
+        "voter": "zaebars"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1953557909",
+        "voter": "andreynoch"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1708472880",
+        "voter": "litrbooh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1188786726",
+        "voter": "nonamer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53257299",
+        "voter": "shvedas"
+      }
+    ],
+    "author": "val-a",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "\u041f\u0440\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0435\u0449\u0435 \u0440\u0430\u0437 \u0432\u043d\u0438\u043c\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u044b:\n> \u0414\u043e\u0445\u043e\u0434 _\u043f\u0435\u0440\u0432\u044b\u043c_ _\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c_ \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u044b \u0432\u044b\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0437\u0430 \u0441\u0447\u0435\u0442 \u0432\u043a\u043b\u0430\u0434\u043e\u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u0432.\n\n\u041a\u043b\u044e\u0447\u0435\u0432\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 _\u043f\u0435\u0440\u0432\u044b\u043c_ \u0438 _\u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c_ (\u043f\u043e\u0434 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u0430\u043c\u0438 \u043f\u043e\u0434\u0440\u0430\u0437\u0443\u043c\u0435\u0432\u0430\u044e\u0442\u0441\u044f \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b), \u0430 \u0432 \u0441\u043b\u0443\u0447\u0430\u0435 \u0421\u0442\u0438\u043c\u0430 \u0434\u043e\u0445\u043e\u0434 \u043f\u043e\u043b\u0443\u0447\u0430\u044e\u0442 \u043d\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b, \u0430 \u0430\u0432\u0442\u043e\u0440\u044b \u043e\u0442 \u043a\u043e\u0442\u043e\u0440\u044b\u0445 \u043d\u0435 \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f \u043d\u0438 \u043a\u043e\u043f\u0435\u0439\u043a\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0436\u0434\u0435 \u043e\u043d\u0438 \u043d\u0430\u0447\u043d\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u044c \u0434\u043e\u0445\u043e\u0434. \u0418\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u044b \u0442\u0435\u043e\u0440\u0435\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043c\u043e\u0433\u0443\u0442 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e\u0445\u043e\u0434, \u0435\u0441\u043b\u0438 \u0446\u0435\u043d\u0430  STEEM, SP \u0438\u043b\u0438 SD \u0432\u044b\u0440\u0430\u0441\u0442\u0435\u0442, \u043d\u043e \u044d\u0442\u043e\u0433\u043e \u0438\u043c \u043d\u0438\u043a\u0442\u043e \u043d\u0435 \u043e\u0431\u0435\u0449\u0430\u0435\u0442 (\u0432 \u043e\u0442\u043b\u0438\u0447\u0438\u0438 \u043e\u0442 \u043f\u0438\u0440\u0430\u043c\u0438\u0434). \u041a \u0442\u043e\u043c\u0443 \u0436\u0435 \u0430\u0432\u0442\u043e\u0440\u0430\u043c \u0432\u044b\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044f \u0433\u043e\u043d\u043e\u0440\u0430\u0440 \u043d\u0435 \u0441 \u0434\u0435\u043d\u0435\u0433 \u043d\u043e\u0432\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432, \u0430 \u0440\u0430\u0437\u043c\u044b\u0442\u0438\u0435\u043c \u0434\u043e\u043b\u0438 \u0432\u0441\u0435\u0445 \u043f\u0440\u0435\u0434\u044b\u0434\u0443\u0449\u0438\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432 \u0432 STEEM \u0438\u043b\u0438 \u0432 SP, \u0432 \u0442\u043e\u043c \u0447\u0438\u0441\u043b\u0435 \u0438 \u0434\u043e\u043b\u0438 \u043a\u0438\u0442\u043e\u0432. \u0414\u043e\u0445\u043e\u0434 \u043a\u0438\u0442\u043e\u0432, \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u0433\u043e, \u043a\u0442\u043e \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0440\u043e\u0432\u0430\u043b \u043d\u0430 \u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e\u043c \u044d\u0442\u0430\u043f\u0435 \u0437\u0430\u0432\u0438\u0441\u0438\u0442 \u043e\u0442 \u043d\u043e\u0432\u044b\u0445 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0439 \u0432 \u0442\u043e\u0439 \u0436\u0435 \u0441\u0442\u0435\u043f\u0435\u043d\u0438 \u043a\u0430\u043a \u0438 \u0432 \u043b\u044e\u0431\u043e\u0439 \u0434\u0440\u0443\u0433\u043e\u0439 \u043a\u0440\u0438\u043f\u0442\u043e\u0432\u0430\u043b\u044e\u0442\u0435.\n\n\u0412\u043c\u0435\u0441\u0442\u043e \u0441\u0440\u0430\u0432\u043d\u0435\u043d\u0438\u044f \u0441 \u043f\u0440\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439, \u043f\u0440\u043e\u0434\u0443\u043a\u0442\u0438\u0432\u043d\u0435\u0435 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u044c \u0441 \u043e\u0431\u044b\u043a\u043d\u043e\u0432\u0435\u043d\u043d\u044b\u043c \u0441\u0442\u0430\u0440\u0442\u0430\u043f\u043e\u043c, \u0432\u043e\u0437\u044c\u043c\u0438\u0442\u0435 \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u0422\u0432\u0438\u0442\u0435\u0440 - \u043f\u043e \u0431\u043e\u043b\u044c\u0448\u043e\u043c\u0443 \u0441\u0447\u0435\u0442\u0443 \u043e\u043d\u0438, \u044f\u0432\u043b\u044f\u0441\u044c \u0443\u0431\u044b\u0442\u043e\u0447\u043d\u043e\u0439 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0435\u0439 (\u0434\u0430 \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u0438 10 \u043b\u0435\u0442 \u0438 \u043e\u043d\u0430 \u0434\u043e \u0441\u0438\u0445 \u043f\u043e\u0440 \u0443\u0431\u044b\u0442\u043e\u0447\u043d\u0430), \u043f\u043b\u0430\u0442\u044f\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c (\u043d\u0435 \u043d\u0430\u043f\u0440\u044f\u043c\u0443\u044e, \u0430 \u043a\u043e\u0441\u0432\u0435\u043d\u043d\u043e, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440 \u043e\u043f\u043b\u0430\u0447\u0438\u0432\u0430\u044f \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0432 \u0434\u0430\u0442\u0430\u0446\u0435\u043d\u0442\u0440\u0435) \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u044f \u0434\u043e\u043b\u044e/\u0430\u043a\u0446\u0438\u0438 \u0444\u0430\u0443\u043d\u0434\u0435\u0440\u043e\u0432 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u0430\u043c. \u041f\u043e\u0447\u0435\u043c\u0443 \u0430\u043a\u0446\u0438\u0438 \u0442\u0432\u0438\u0442\u0435\u0440\u0430 \u0441\u0442\u043e\u044f\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0443\u043b\u044f? \u041f\u043e\u0447\u0435\u043c\u0443 \u0422\u0432\u0438\u0442\u0435\u0440 \u043d\u0438\u043a\u0442\u043e \u043d\u0435 \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u043e\u0439 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439?\n\n\u0418\u043b\u0438 \u0441\u0440\u0430\u0432\u043d\u0438\u0442\u0435 \u0441\u0442\u0438\u043c \u0441 \u0431\u0438\u0442\u043a\u043e\u0438\u043d\u043e\u043c - \u0441 \u0442\u0430\u043a\u0438\u043c \u0436\u0435 \u0443\u0441\u043f\u0435\u0445\u043e\u043c \u0438 \u0431\u0438\u0442\u043a\u043e\u0438\u043d \u043c\u043e\u0436\u043d\u043e \u043d\u0430\u0437\u0432\u0430\u0442\u044c \u0444\u0438\u043d\u0430\u043d\u0441\u043e\u0432\u043e\u0439 \u043f\u0438\u0440\u0430\u043c\u0438\u0434\u043e\u0439 - \u0432\u0435\u0434\u044c \u043f\u043b\u0430\u0442\u0438\u0442 \u0436\u0435 \u043c\u0430\u0439\u043d\u0435\u0440\u0430\u043c \u0434\u0435\u043d\u044c\u0433\u0430\u043c\u0438 \u0438\u043d\u0432\u0435\u0441\u0442\u043e\u0440\u043e\u0432.\n\n(p.s. \u043f\u0440\u043e\u0433\u043e\u043b\u043e\u0441\u0443\u044e \u0437\u0430 \u0441\u0435\u0431\u044f, \u0447\u0442\u043e \u0431\u044b \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0430\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c SP \u0434\u043b\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u044b \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0445 \u043f\u043e\u0441\u0442\u043e\u0432)",
+    "body_length": 1470,
+    "cashout_time": "2016-08-31T03:37:03",
+    "category": "ru-steemit",
+    "children": 12,
+    "created": "2016-08-24T03:37:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"ru-steemit\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-24T03:37:03",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 31599651204284,
+    "parent_author": "litrbooh",
+    "parent_permlink": "budushee-steemit-nuzhna-li-reklama-v-steemit",
+    "pending_payout_value": "149.954 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-litrbooh-budushee-steemit-nuzhna-li-reklama-v-steemit-20160824t033703760z",
+    "post_id": 961523,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "\u0411\u0443\u0434\u0443\u0449\u0435\u0435 STEEMIT. \u041d\u0443\u0436\u043d\u0430 \u043b\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u0430 \u0432 STEEMIT?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/ru-steemit/@litrbooh/budushee-steemit-nuzhna-li-reklama-v-steemit#@val-a/re-litrbooh-budushee-steemit-nuzhna-li-reklama-v-steemit-20160824t033703760z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "-400",
+        "reputation": 0,
+        "rshares": "-6795625112",
+        "voter": "highasfuck"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "164482168912",
+        "voter": "nextgenwitness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5468384423175",
+        "voter": "kushed"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4945364226662",
+        "voter": "silversteem"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4656370926104",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3100766695",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3764486632",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "690539083",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7221866970964",
+        "voter": "complexring"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54261605662",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "30390370257",
+        "voter": "danknugs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1661700819",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213710460",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38600533043",
+        "voter": "aizensou"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "12269445334",
+        "voter": "bentley"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2651243328828",
+        "voter": "recursive"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1820914592",
+        "voter": "mineralwasser"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1066518981517",
+        "voter": "boombastic"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9578311657",
+        "voter": "bingo-0"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2440314179",
+        "voter": "bingo-1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1336788173111",
+        "voter": "benjojo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "749198663628",
+        "voter": "pfunk"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "622955105",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1039484860678",
+        "voter": "tuck-fheman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "967591200",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2783598325676",
+        "voter": "donkeypong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7288280988",
+        "voter": "patrice"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288213327",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "14796343926",
+        "voter": "piedpiper"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8972462707",
+        "voter": "ervin-lemark"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "715648773415",
+        "voter": "eeks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "854401132096",
+        "voter": "cryptogee"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5470652472",
+        "voter": "spaninv"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "726664133144",
+        "voter": "nanzo-scoop"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "16798528489",
+        "voter": "acidyo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3868778895",
+        "voter": "jonno-katz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "56779104986",
+        "voter": "hannixx42"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "239176165083",
+        "voter": "mummyimperfect"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71220031567",
+        "voter": "asch"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "608622985586",
+        "voter": "kevinwong"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "73303668582",
+        "voter": "beerbloke"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "65759745683",
+        "voter": "ak2020"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53884344664",
+        "voter": "thecryptofiend"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10426970985",
+        "voter": "hien-tran"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2264268111917",
+        "voter": "stellabelle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "57529825067",
+        "voter": "juanmiguelsalas"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4476883095",
+        "voter": "dahaz159"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "306456223000",
+        "voter": "kaylinart"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "501259458185",
+        "voter": "infovore"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": "26315426014",
+        "voter": "kus-knee"
+      },
+      {
+        "percent": "4900",
+        "reputation": 0,
+        "rshares": "11630218162",
+        "voter": "ossama-benjohn"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "648138422927",
+        "voter": "anwenbaumeister"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "69137542683",
+        "voter": "razvanelulmarin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "35291674341",
+        "voter": "cryptoiskey"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "360818648",
+        "voter": "chetlanin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "84518713331",
+        "voter": "venuspcs"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2936111289",
+        "voter": "psychonaut"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "318074226526",
+        "voter": "roelandp"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4261065978",
+        "voter": "dennygalindo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "140535670338",
+        "voter": "chhaylin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38348578159",
+        "voter": "firepower"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "254364900",
+        "voter": "mstang83"
+      },
+      {
+        "percent": "8900",
+        "reputation": 0,
+        "rshares": "116908007408",
+        "voter": "chhayll"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2812431753",
+        "voter": "stranger27"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13896170396",
+        "voter": "yogi.artist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14528410967",
+        "voter": "elyaque"
+      },
+      {
+        "percent": "1000",
+        "reputation": 0,
+        "rshares": "2046170935",
+        "voter": "r4fken"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "72655151512",
+        "voter": "furion"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "96443143963",
+        "voter": "sigmajin"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "40575184405",
+        "voter": "mrwang"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1287519621",
+        "voter": "steem1653"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1827599826",
+        "voter": "marcgodard"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "21069395024",
+        "voter": "akareyon"
+      },
+      {
+        "percent": "9300",
+        "reputation": 0,
+        "rshares": "16233014225",
+        "voter": "sebastien"
+      },
+      {
+        "percent": "0",
+        "reputation": 0,
+        "rshares": "1214668585",
+        "voter": "flyingmind"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3259008743",
+        "voter": "steemit-life"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38541756150",
+        "voter": "diana.catherine"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "241033184",
+        "voter": "bobkillaz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9142372606",
+        "voter": "deviedev"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "306656746516",
+        "voter": "knozaki2015"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2482350068",
+        "voter": "steemgrindr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3860285221",
+        "voter": "adamt"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "270410711489",
+        "voter": "calaber24p"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9763976269",
+        "voter": "pcste"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "231813853890",
+        "voter": "liberosist"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9172859646",
+        "voter": "oumar"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "35903507776",
+        "voter": "sauravrungta"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": "37542098641",
+        "voter": "rea"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "21424668654",
+        "voter": "prufarchy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9888950976",
+        "voter": "carlidos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17018462501",
+        "voter": "cryptocameo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "38704462901",
+        "voter": "claudiop63"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "10716559196",
+        "voter": "phoenixmaid"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2850823006",
+        "voter": "tjpezlo"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13269181041",
+        "voter": "clevecross"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "24054735183",
+        "voter": "smailer"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "18688350126",
+        "voter": "pixielolz"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "26483585759",
+        "voter": "williambanks"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3431378627",
+        "voter": "webosfritos"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "89283515898",
+        "voter": "shaka"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "73511111757",
+        "voter": "twinner"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1475564323",
+        "voter": "handmade"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "9986529692",
+        "voter": "viktor.phuket"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4245841619",
+        "voter": "ullikume"
+      },
+      {
+        "percent": "5600",
+        "reputation": 0,
+        "rshares": "6013694326",
+        "voter": "ekitcho"
+      },
+      {
+        "percent": "100",
+        "reputation": 0,
+        "rshares": "2112721437",
+        "voter": "joele"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4344750511",
+        "voter": "oflyhigh"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11208435898",
+        "voter": "randyclemens"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "315529006",
+        "voter": "rusteller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8668714921",
+        "voter": "gargon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2402681750",
+        "voter": "pgarcgo"
+      },
+      {
+        "percent": "5000",
+        "reputation": 0,
+        "rshares": "4722016641",
+        "voter": "theconnoisseur"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "13978892123",
+        "voter": "queenmountain"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "21216135219",
+        "voter": "hanshotfirst"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "360104574",
+        "voter": "herbertmueller"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2790597203",
+        "voter": "lightsplasher"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "760244820",
+        "voter": "princewahaj"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7124799262",
+        "voter": "theb0red1"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "59327261726",
+        "voter": "serejandmyself"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3673690786",
+        "voter": "anarchyhasnogods"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1481195780",
+        "voter": "indykpol"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "302329407",
+        "voter": "comcentrate"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "122637921",
+        "voter": "jtstreetman"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1623996599",
+        "voter": "ines-f"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8237809906",
+        "voter": "etcmike"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "6391005392",
+        "voter": "lesliestarrohara"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3425466270",
+        "voter": "ats-david"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "293609359",
+        "voter": "pollux.one"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1184448867",
+        "voter": "contentjunkie"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "7304947957",
+        "voter": "einsteinpotsdam"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "11502232563",
+        "voter": "darrantrute"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "17585035067",
+        "voter": "sabot"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "28036909101",
+        "voter": "markrmorrisjr"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "45121178435",
+        "voter": "sponge-bob"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "249472621",
+        "voter": "reaction"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2914432081",
+        "voter": "doitvoluntarily"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3648710236",
+        "voter": "nubchai"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4721456837",
+        "voter": "richardjuckes"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "146618463",
+        "voter": "jens-jung"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "116558699",
+        "voter": "chadcrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54685141",
+        "voter": "ballinconscious"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "70593457",
+        "voter": "whatsup"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1584386308",
+        "voter": "dirkzett"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "66920614",
+        "voter": "willio"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "71584544",
+        "voter": "justusagenstum"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "140430106",
+        "voter": "angelius"
+      }
+    ],
+    "author": "donkeypong",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "## I strongly oppose the \"5 votes a day\" target. \n\nI thought one of the greatest changes to be implemented so far was when that target INCREASED. People have not been so stressed in the last month or two about curation rewards; they just vote for what they like and have fun. \n\nI don't think Steemit will be FUN anymore if there is an expected target of 5 votes per day. People will spend much less time on the site. They will vote for predictably popular content. And we will be right back where we were a couple of months ago. \n\nNo, it will be worse than that. Because 20 votes a day used to stress people out. 5 votes a day? NO ONE can do any real curation under that scheme.\n\nAs an individual and an established author, the 5 votes a day could be great for me. If we go back to the days when everybody upvoted the same posts, then maybe I'd get all those votes again. I could quit my job and write for Steemit full time. \n\nAnd we'd go back to the days when emerging authors and artists got far fewer votes and rewards. \n\nAs far as curation and voting bots, they are being used for very good purposes also. Rather than turning our tails and running away from them, why don't we use them for the greater good? I think the mega-whales' curation teams are doing a far better job than ever before at redistributing rewards; I make nothing from being involved in that effort, but I think it is working quite well. Give the vote sliders and the voting bots more time; Steemit's front page is finally diversifying and newer people are getting rewards like never before. \n\nOne more thing: Redistribution of Steemit's resources from big whale accounts to the masses MUST be one of our top priorities. How does this help? I understand that big whale accounts may make less on curation rewards, but I think few of them are concerned with this anymore; they're trying to channel their votes to worthy posters. They have recognized that their big stakes will be worth nothing unless we make this thing succeed.\n\nUnder this scheme, the big whales will need to sell the max on exchanges every week and other people buy their Steem for any real redistribution to occur. That will hold down the price and our competitors will zoom right by us. \n\nSteem Team, I understand you are trying to solve real problems with these tweaks. I don't normally comment on them because I feel that Steemit is good enough that there is some margin for error with these back-end decisions. But this is far, far too severe a change for the platform to absorb.\n\n## If I am wrong, then I'd love to hear that from the community, and I am open to learning from other views. Give us time for this discussion, please, before forcing through such a change. Until then, I oppose this change.",
+    "body_length": 2749,
+    "cashout_time": "2016-09-09T21:16:27",
+    "category": "steem",
+    "children": 106,
+    "created": "2016-09-02T21:16:27",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"steem\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-02T21:19:45",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 42304792392028,
+    "parent_author": "steemitblog",
+    "parent_permlink": "announcing-steem-0-14-0-release-candidate",
+    "pending_payout_value": "144.083 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-steemitblog-announcing-steem-0-14-0-release-candidate-20160902t211609578z",
+    "post_id": 1103660,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Announcing Steem 0.14.0 Release Candidate",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steem/@steemitblog/announcing-steem-0-14-0-release-candidate#@donkeypong/re-steemitblog-announcing-steem-0-14-0-release-candidate-20160902t211609578z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "25590936673298",
+        "voter": "berniesanders"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4503240944593",
+        "voter": "nextgencrypto"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3093334843",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3754789393",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "703475396",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "53137822427",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1658013141",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213534945",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "621926043",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "945621921",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "287928458",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52651564",
+        "voter": "meredithpetran"
+      }
+    ],
+    "author": "jhermanbeans",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Fascinating world. Can't wait to see where it goes!",
+    "body_length": 51,
+    "cashout_time": "2016-08-30T01:17:00",
+    "category": "horror",
+    "children": 0,
+    "created": "2016-08-23T01:17:00",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"horror\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-23T01:17:00",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 30158646716022,
+    "parent_author": "senderos",
+    "parent_permlink": "the-nightmare-song",
+    "pending_payout_value": "132.545 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-senderos-the-nightmare-song-20160823t011659950z",
+    "post_id": 944107,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The Nightmare Song",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/horror/@senderos/the-nightmare-song#@jhermanbeans/re-senderos-the-nightmare-song-20160823t011659950z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "31588356739639",
+        "voter": "smooth"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3726201087",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "4524113216",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "820980926",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "66047512415",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1996555438",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "256574080",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "5893489774073",
+        "voter": "smooth.witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "750139848",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1168034456",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "346061156",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "394226217606",
+        "voter": "craig-grant"
+      },
+      {
+        "percent": "3000",
+        "reputation": 0,
+        "rshares": "24215364511",
+        "voter": "thecryptofiend"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "2042269341790",
+        "voter": "stellabelle"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "8944971271",
+        "voter": "cmtzco"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "52207362",
+        "voter": "reported"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "58804600",
+        "voter": "southbaybits"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "14292459528",
+        "voter": "randyclemens"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "39105503792",
+        "voter": "luminousvisions"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "120190171",
+        "voter": "emeline"
+      }
+    ],
+    "author": "luminousvisions",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "### @dantheman ... you just downvoted my comment?\n\nwhat is that all about? what's wrong with it?\n\n#### I'm just suggestion a solution and in return for offering my help ... you downvote me?!?\n\n\nlook at what I've been up to;\n[little baby dolphin](https://steemit.com/steemit/@luminousvisions/little-baby-dolphin-goes-to-steemit-school)\nI'm already working on a solution!",
+    "body_length": 369,
+    "cashout_time": "2016-09-18T03:56:51",
+    "category": "steemit",
+    "children": 22,
+    "created": "2016-09-11T03:56:51",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 3,
+    "json_metadata": "{\"tags\":[\"steemit\"],\"users\":[\"dantheman\"],\"links\":[\"https://steemit.com/steemit/@luminousvisions/little-baby-dolphin-goes-to-steemit-school\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-11T06:14:27",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 40084767746965,
+    "parent_author": "luminousvisions",
+    "parent_permlink": "re-ned-re-steemship-open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or-20160911t021909082z",
+    "pending_payout_value": "131.347 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-luminousvisions-re-ned-re-steemship-open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or-20160911t035652062z",
+    "post_id": 1204434,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Open Letter to Ned and Dan: You Badly Need a Communications/Community/Content Expert and I Hereby Nominate @stellabelle or @donkeypong For That Job",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/steemit/@steemship/open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or#@luminousvisions/re-luminousvisions-re-ned-re-steemship-open-letter-to-ned-and-dan-you-badly-need-a-communications-community-content-expert-and-i-hereby-nominate-stellabelle-or-20160911t035652062z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "35321225455025",
+        "voter": "jamesc"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3104786127",
+        "voter": "boy"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3769614077",
+        "voter": "bue-witness"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "684099809",
+        "voter": "bunny"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "54952584675",
+        "voter": "bue"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "1663623227",
+        "voter": "mini"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "213807099",
+        "voter": "moon"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "625076388",
+        "voter": "healthcare"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "973278654",
+        "voter": "daniel.pan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "288376577",
+        "voter": "helen.tan"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "64567952685",
+        "voter": "cheetah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100261624",
+        "voter": "cheetah43"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "141949259",
+        "voter": "cheetah44"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "121089288",
+        "voter": "cheetah45"
+      }
+    ],
+    "author": "cheetah",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.chat](http://steemit.chat).",
+    "body_length": 244,
+    "cashout_time": "2016-09-13T06:15:21",
+    "category": "nsfw",
+    "children": 0,
+    "created": "2016-09-06T06:15:21",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-06T06:15:21",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 35452431954514,
+    "parent_author": "tatyanasvitsa",
+    "parent_permlink": "the-real-story-lesbian-love",
+    "pending_payout_value": "127.206 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-the-real-story-lesbian-love-20160906t061516",
+    "post_id": 1143691,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The real story lesbian love!",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/nsfw/@tatyanasvitsa/the-real-story-lesbian-love#@cheetah/re-the-real-story-lesbian-love-20160906t061516"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.tavern.yaml
index d6ce19a9..3d296810 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.tavern.yaml
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_data.tavern.yaml
@@ -2,7 +2,7 @@
   test_name: Hivemind tags_api.get_comment_discussions_by_payout patterns test no data
 
   marks:
-    - patterntest
+    - patterntest # differences in pending payout make it incomparable with original (also order of comments with the same payout was basically random)
 
   includes:
     - !include ../../common.yaml
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_votes.orig.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_votes.orig.json
new file mode 100644
index 00000000..fe51488c
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_votes.orig.json
@@ -0,0 +1 @@
+[]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_votes.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_votes.pat.json
index 0637a088..fe51488c 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_votes.pat.json
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/no_votes.pat.json
@@ -1 +1 @@
-[]
\ No newline at end of file
+[]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.orig.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.orig.json
new file mode 100644
index 00000000..93fd25d9
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.orig.json
@@ -0,0 +1,64 @@
+[
+  {
+    "active_votes": [],
+    "author": "earnest",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "dont get me started",
+    "body_length": 19,
+    "cashout_time": "2016-10-13T20:51:21",
+    "category": "432hz",
+    "children": 0,
+    "created": "2016-09-13T09:11:00",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"432hz\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-13T09:11:00",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 0,
+    "parent_author": "so-guitarist",
+    "parent_permlink": "any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z",
+    "pending_payout_value": "0.000 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t091058200z",
+    "post_id": 938655,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Any musicians know about the  A = 440 or A = 432 Phenomenon?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/432hz/@so-guitarist/any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z#@earnest/re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t091058200z"
+  },
+  {
+    "active_votes": [],
+    "author": "earnest",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "i know",
+    "body_length": 6,
+    "cashout_time": "2016-10-13T20:51:21",
+    "category": "432hz",
+    "children": 0,
+    "created": "2016-09-13T08:53:36",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"432hz\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-13T08:53:36",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 0,
+    "parent_author": "so-guitarist",
+    "parent_permlink": "any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z",
+    "pending_payout_value": "0.000 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t085335400z",
+    "post_id": 938559,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Any musicians know about the  A = 440 or A = 432 Phenomenon?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/432hz/@so-guitarist/any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z#@earnest/re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t085335400z"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.pat.json
index ecc83217..134c0db9 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.pat.json
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/not_allowed_category.pat.json
@@ -1,65 +1,64 @@
 [
-    {
-      "active_votes": [],
-      "author": "earnest",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "dont get me started",
-      "body_length": 19,
-      "cashout_time": "2016-10-13T20:51:21",
-      "category": "432hz",
-      "children": 0,
-      "created": "2016-09-13T09:11:00",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"432hz\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-13T09:11:00",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 0,
-      "parent_author": "so-guitarist",
-      "parent_permlink": "any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z",
-      "pending_payout_value": "0.000 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t091058200z",
-      "post_id": 938655,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Any musicians know about the  A = 440 or A = 432 Phenomenon?",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/432hz/@so-guitarist/any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z#@earnest/re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t091058200z"
-    },
-    {
-      "active_votes": [],
-      "author": "earnest",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "i know",
-      "body_length": 6,
-      "cashout_time": "2016-10-13T20:51:21",
-      "category": "432hz",
-      "children": 0,
-      "created": "2016-09-13T08:53:36",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{\"tags\":[\"432hz\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-13T08:53:36",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 0,
-      "parent_author": "so-guitarist",
-      "parent_permlink": "any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z",
-      "pending_payout_value": "0.000 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t085335400z",
-      "post_id": 938559,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Any musicians know about the  A = 440 or A = 432 Phenomenon?",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/432hz/@so-guitarist/any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z#@earnest/re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t085335400z"
-    }
-  ]
-  
\ No newline at end of file
+  {
+    "active_votes": [],
+    "author": "earnest",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "dont get me started",
+    "body_length": 19,
+    "cashout_time": "2016-09-20T09:11:00",
+    "category": "432hz",
+    "children": 0,
+    "created": "2016-09-13T09:11:00",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"432hz\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-13T09:11:00",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 0,
+    "parent_author": "so-guitarist",
+    "parent_permlink": "any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z",
+    "pending_payout_value": "0.000 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t091058200z",
+    "post_id": 1229798,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Any musicians know about the  A = 440 or A = 432 Phenomenon?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/432hz/@so-guitarist/any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z#@earnest/re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t091058200z"
+  },
+  {
+    "active_votes": [],
+    "author": "earnest",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "i know",
+    "body_length": 6,
+    "cashout_time": "2016-09-20T08:53:36",
+    "category": "432hz",
+    "children": 0,
+    "created": "2016-09-13T08:53:36",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"432hz\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-13T08:53:36",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 0,
+    "parent_author": "so-guitarist",
+    "parent_permlink": "any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z",
+    "pending_payout_value": "0.000 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t085335400z",
+    "post_id": 1229692,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Any musicians know about the  A = 440 or A = 432 Phenomenon?",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/432hz/@so-guitarist/any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z#@earnest/re-so-guitarist-any-musicians-know-about-the-a-440-or-a-432-phenomenon-2016913t1511946z-20160913t085335400z"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.orig.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.orig.json
new file mode 100644
index 00000000..15b4d5f6
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.orig.json
@@ -0,0 +1,195 @@
+[
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170280952462",
+        "voter": "anyx"
+      },
+      {
+        "percent": "2500",
+        "reputation": 0,
+        "rshares": "14565850595",
+        "voter": "cheetah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100056560",
+        "voter": "cheetah55"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "120732244",
+        "voter": "cheetah56"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "99934003",
+        "voter": "cheetah57"
+      }
+    ],
+    "author": "cheetah",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.cha",
+    "body_length": 244,
+    "cashout_time": "2016-10-11T17:44:18",
+    "category": "pictures",
+    "children": 0,
+    "created": "2016-09-10T10:04:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-10T10:04:03",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 185167525864,
+    "parent_author": "yassinebentour",
+    "parent_permlink": "the-beauty-of-color",
+    "pending_payout_value": "0.061 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-the-beauty-of-color-20160910t100354",
+    "post_id": 909817,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The beauty of color",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/pictures/@yassinebentour/the-beauty-of-color#@cheetah/re-the-beauty-of-color-20160910t100354"
+  },
+  {
+    "active_votes": [],
+    "author": "papa-pepper",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "",
+    "body_length": 16,
+    "cashout_time": "2016-10-12T17:09:57",
+    "category": "pictures",
+    "children": 0,
+    "created": "2016-09-15T12:20:33",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 3,
+    "json_metadata": "{\"tags\":[\"pictures\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-15T12:20:33",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 0,
+    "parent_author": "budgiebee",
+    "parent_permlink": "re-papa-pepper-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160915t081728113z",
+    "pending_payout_value": "0.000 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-budgiebee-re-papa-pepper-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160915t121930868z",
+    "post_id": 957187,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hey Can somebody please tell me how to add pictures to blogs",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/pictures/@budgiebee/hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs#@papa-pepper/re-budgiebee-re-papa-pepper-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160915t121930868z"
+  },
+  {
+    "active_votes": [],
+    "author": "mindhunter",
+    "author_reputation": 2906252429820,
+    "beneficiaries": [],
+    "body": "Here you go my friend: http://bitbar.co/ - a lovely old cryptocoin - been around for yonks! L",
+    "body_length": 117,
+    "cashout_time": "2016-09-16T11:19:14",
+    "category": "pictures",
+    "children": 0,
+    "created": "2016-09-15T11:19:48",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 3,
+    "json_metadata": "{\"tags\":[\"pictures\"],\"links\":[\"http:\\/\\/bitbar.co\\/\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-15T11:20:00",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 0,
+    "parent_author": "slayer",
+    "parent_permlink": "re-mindhunter-re-ahmetova-with-cryptocurrency-the-world-has-gone-mad-20160915t110557756z",
+    "pending_payout_value": "0.000 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-slayer-re-mindhunter-re-ahmetova-with-cryptocurrency-the-world-has-gone-mad-20160915t111944617z",
+    "post_id": 956833,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "With cryptocurrency, the world has gone mad.",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/pictures/@ahmetova/with-cryptocurrency-the-world-has-gone-mad#@mindhunter/re-slayer-re-mindhunter-re-ahmetova-with-cryptocurrency-the-world-has-gone-mad-20160915t111944617z"
+  },
+  {
+    "active_votes": [],
+    "author": "mikkolyytinen",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "You're welcome. It's not all very intuitive when you start, i'm",
+    "body_length": 87,
+    "cashout_time": "2016-10-12T17:09:57",
+    "category": "pictures",
+    "children": 0,
+    "created": "2016-09-11T19:19:57",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 3,
+    "json_metadata": "{\"tags\":[\"pictures\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-11T19:19:57",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 0,
+    "parent_author": "budgiebee",
+    "parent_permlink": "re-mikkolyytinen-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160911t173854758z",
+    "pending_payout_value": "0.000 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-budgiebee-re-mikkolyytinen-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160911t191955857z",
+    "post_id": 924271,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hey Can somebody please tell me how to add pictures to blogs",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/pictures/@budgiebee/hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs#@mikkolyytinen/re-budgiebee-re-mikkolyytinen-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160911t191955857z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3286335338",
+        "voter": "beanz"
+      }
+    ],
+    "author": "siren",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Why? I've seen some users use the same picture on all articles as part of their branding. Anyway good luck. I do think it would be nice to be able to upload images from the submit page, but I guess the bloc",
+    "body_length": 230,
+    "cashout_time": "2016-09-20T19:30:15",
+    "category": "pictures",
+    "children": 0,
+    "created": "2016-08-20T19:41:18",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 3,
+    "json_metadata": "{\"tags\":[\"pictures\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-20T19:41:18",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 3286335338,
+    "parent_author": "somethingsea",
+    "parent_permlink": "re-siren-re-somethingsea-why-i-don-t-use-pictures-20160820t192923919z",
+    "pending_payout_value": "0.000 HBD",
+    "percent_steem_dollars": 10000,
+    "permlink": "re-somethingsea-re-siren-re-somethingsea-why-i-don-t-use-pictures-20160820t194138303z",
+    "post_id": 686699,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Why I Don't Use Pictures",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/pictures/@somethingsea/why-i-don-t-use-pictures#@siren/re-somethingsea-re-siren-re-somethingsea-why-i-don-t-use-pictures-20160820t194138303z"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json
index c045426e..e859bdba 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.pat.json
@@ -1,196 +1,202 @@
 [
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "170280952462",
-          "voter": "anyx"
-        },
-        {
-          "percent": "2500",
-          "reputation": 0,
-          "rshares": "14565850595",
-          "voter": "cheetah"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "100056560",
-          "voter": "cheetah55"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "120732244",
-          "voter": "cheetah56"
-        },
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "99934003",
-          "voter": "cheetah57"
-        }
-      ],
-      "author": "cheetah",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.cha",
-      "body_length": 244,
-      "cashout_time": "2016-10-11T17:44:18",
-      "category": "pictures",
-      "children": 0,
-      "created": "2016-09-10T10:04:03",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 1,
-      "json_metadata": "{}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-10T10:04:03",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 185167525864,
-      "parent_author": "yassinebentour",
-      "parent_permlink": "the-beauty-of-color",
-      "pending_payout_value": "0.061 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-the-beauty-of-color-20160910t100354",
-      "post_id": 909817,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "The beauty of color",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/pictures/@yassinebentour/the-beauty-of-color#@cheetah/re-the-beauty-of-color-20160910t100354"
-    },
-    {
-      "active_votes": [],
-      "author": "papa-pepper",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "",
-      "body_length": 16,
-      "cashout_time": "2016-10-12T17:09:57",
-      "category": "pictures",
-      "children": 0,
-      "created": "2016-09-15T12:20:33",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 3,
-      "json_metadata": "{\"tags\":[\"pictures\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-15T12:20:33",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 0,
-      "parent_author": "budgiebee",
-      "parent_permlink": "re-papa-pepper-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160915t081728113z",
-      "pending_payout_value": "0.000 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-budgiebee-re-papa-pepper-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160915t121930868z",
-      "post_id": 957187,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Hey Can somebody please tell me how to add pictures to blogs",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/pictures/@budgiebee/hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs#@papa-pepper/re-budgiebee-re-papa-pepper-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160915t121930868z"
-    },
-    {
-      "active_votes": [],
-      "author": "mindhunter",
-      "author_reputation": 2906252429820,
-      "beneficiaries": [],
-      "body": "Here you go my friend: http://bitbar.co/ - a lovely old cryptocoin - been around for yonks! L",
-      "body_length": 117,
-      "cashout_time": "2016-09-16T11:19:14",
-      "category": "pictures",
-      "children": 0,
-      "created": "2016-09-15T11:19:48",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 3,
-      "json_metadata": "{\"tags\":[\"pictures\"],\"links\":[\"http:\\/\\/bitbar.co\\/\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-15T11:20:00",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 0,
-      "parent_author": "slayer",
-      "parent_permlink": "re-mindhunter-re-ahmetova-with-cryptocurrency-the-world-has-gone-mad-20160915t110557756z",
-      "pending_payout_value": "0.000 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-slayer-re-mindhunter-re-ahmetova-with-cryptocurrency-the-world-has-gone-mad-20160915t111944617z",
-      "post_id": 956833,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "With cryptocurrency, the world has gone mad.",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/pictures/@ahmetova/with-cryptocurrency-the-world-has-gone-mad#@mindhunter/re-slayer-re-mindhunter-re-ahmetova-with-cryptocurrency-the-world-has-gone-mad-20160915t111944617z"
-    },
-    {
-      "active_votes": [],
-      "author": "mikkolyytinen",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "You're welcome. It's not all very intuitive when you start, i'm",
-      "body_length": 87,
-      "cashout_time": "2016-10-12T17:09:57",
-      "category": "pictures",
-      "children": 0,
-      "created": "2016-09-11T19:19:57",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 3,
-      "json_metadata": "{\"tags\":[\"pictures\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-09-11T19:19:57",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 0,
-      "parent_author": "budgiebee",
-      "parent_permlink": "re-mikkolyytinen-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160911t173854758z",
-      "pending_payout_value": "0.000 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-budgiebee-re-mikkolyytinen-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160911t191955857z",
-      "post_id": 924271,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Hey Can somebody please tell me how to add pictures to blogs",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/pictures/@budgiebee/hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs#@mikkolyytinen/re-budgiebee-re-mikkolyytinen-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160911t191955857z"
-    },
-    {
-      "active_votes": [
-        {
-          "percent": "10000",
-          "reputation": 0,
-          "rshares": "3286335338",
-          "voter": "beanz"
-        }
-      ],
-      "author": "siren",
-      "author_reputation": 0,
-      "beneficiaries": [],
-      "body": "Why? I've seen some users use the same picture on all articles as part of their branding. Anyway good luck. I do think it would be nice to be able to upload images from the submit page, but I guess the bloc",
-      "body_length": 230,
-      "cashout_time": "2016-09-20T19:30:15",
-      "category": "pictures",
-      "children": 0,
-      "created": "2016-08-20T19:41:18",
-      "curator_payout_value": "0.000 HBD",
-      "depth": 3,
-      "json_metadata": "{\"tags\":[\"pictures\"]}",
-      "last_payout": "1969-12-31T23:59:59",
-      "last_update": "2016-08-20T19:41:18",
-      "max_accepted_payout": "1000000.000 HBD",
-      "net_rshares": 3286335338,
-      "parent_author": "somethingsea",
-      "parent_permlink": "re-siren-re-somethingsea-why-i-don-t-use-pictures-20160820t192923919z",
-      "pending_payout_value": "0.000 HBD",
-      "percent_steem_dollars": 10000,
-      "permlink": "re-somethingsea-re-siren-re-somethingsea-why-i-don-t-use-pictures-20160820t194138303z",
-      "post_id": 686699,
-      "promoted": "0.000 HBD",
-      "replies": [],
-      "root_title": "Why I Don't Use Pictures",
-      "title": "",
-      "total_payout_value": "0.000 HBD",
-      "url": "/pictures/@somethingsea/why-i-don-t-use-pictures#@siren/re-somethingsea-re-siren-re-somethingsea-why-i-don-t-use-pictures-20160820t194138303z"
-    }
-  ]
-  
\ No newline at end of file
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "170280952462",
+        "voter": "anyx"
+      },
+      {
+        "percent": "2500",
+        "reputation": 0,
+        "rshares": "14565850595",
+        "voter": "cheetah"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "100056560",
+        "voter": "cheetah55"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "120732244",
+        "voter": "cheetah56"
+      },
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "99934003",
+        "voter": "cheetah57"
+      }
+    ],
+    "author": "cheetah",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!\nTo get off this list, please chat with us in the #steemitabuse-appeals channel in [steemit.cha",
+    "body_length": 244,
+    "cashout_time": "2016-09-17T10:04:03",
+    "category": "pictures",
+    "children": 0,
+    "created": "2016-09-10T10:04:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-10T10:04:03",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 185167525864,
+    "parent_author": "yassinebentour",
+    "parent_permlink": "the-beauty-of-color",
+    "pending_payout_value": "0.061 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-the-beauty-of-color-20160910t100354",
+    "post_id": 1194216,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "The beauty of color",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/pictures/@yassinebentour/the-beauty-of-color#@cheetah/re-the-beauty-of-color-20160910t100354"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "15367342797",
+        "voter": "cryptos"
+      }
+    ],
+    "author": "troglodactyl",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Wea",
+    "body_length": 27,
+    "cashout_time": "2016-09-02T22:19:03",
+    "category": "pictures",
+    "children": 0,
+    "created": "2016-08-26T22:19:03",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"pictures\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-26T22:19:03",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 15367342797,
+    "parent_author": "troglodactyl",
+    "parent_permlink": "motorkini",
+    "pending_payout_value": "0.007 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-troglodactyl-motorkini-20160826t221902794z",
+    "post_id": 1005071,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Motokini",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/pictures/@troglodactyl/motorkini#@troglodactyl/re-troglodactyl-motorkini-20160826t221902794z"
+  },
+  {
+    "active_votes": [
+      {
+        "percent": "10000",
+        "reputation": 0,
+        "rshares": "3286335338",
+        "voter": "beanz"
+      }
+    ],
+    "author": "siren",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "Why? I've seen some users use the same picture on all articles as part of their branding. Anyway good luck. I do think it would be nice to be able to upload images from the submit page, but I guess the bloc",
+    "body_length": 230,
+    "cashout_time": "2016-08-27T19:41:18",
+    "category": "pictures",
+    "children": 0,
+    "created": "2016-08-20T19:41:18",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 3,
+    "json_metadata": "{\"tags\":[\"pictures\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-08-20T19:41:18",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 3286335338,
+    "parent_author": "somethingsea",
+    "parent_permlink": "re-siren-re-somethingsea-why-i-don-t-use-pictures-20160820t192923919z",
+    "pending_payout_value": "0.001 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-somethingsea-re-siren-re-somethingsea-why-i-don-t-use-pictures-20160820t194138303z",
+    "post_id": 910207,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Why I Don't Use Pictures",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/pictures/@somethingsea/why-i-don-t-use-pictures#@siren/re-somethingsea-re-siren-re-somethingsea-why-i-don-t-use-pictures-20160820t194138303z"
+  },
+  {
+    "active_votes": [],
+    "author": "ahmetova",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "T",
+    "body_length": 25,
+    "cashout_time": "2016-09-22T13:28:33",
+    "category": "pictures",
+    "children": 0,
+    "created": "2016-09-15T13:28:33",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 1,
+    "json_metadata": "{\"tags\":[\"pictures\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-15T13:28:33",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 0,
+    "parent_author": "ahmetova",
+    "parent_permlink": "with-cryptocurrency-the-world-has-gone-mad",
+    "pending_payout_value": "0.000 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-ahmetova-with-cryptocurrency-the-world-has-gone-mad-20160915t133006924z",
+    "post_id": 1253790,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "With cryptocurrency, the world has gone mad.",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/pictures/@ahmetova/with-cryptocurrency-the-world-has-gone-mad#@ahmetova/re-ahmetova-with-cryptocurrency-the-world-has-gone-mad-20160915t133006924z"
+  },
+  {
+    "active_votes": [],
+    "author": "papa-pepper",
+    "author_reputation": 0,
+    "beneficiaries": [],
+    "body": "",
+    "body_length": 16,
+    "cashout_time": "2016-09-22T12:20:33",
+    "category": "pictures",
+    "children": 0,
+    "created": "2016-09-15T12:20:33",
+    "curator_payout_value": "0.000 HBD",
+    "depth": 3,
+    "json_metadata": "{\"tags\":[\"pictures\"]}",
+    "last_payout": "1969-12-31T23:59:59",
+    "last_update": "2016-09-15T12:20:33",
+    "max_accepted_payout": "1000000.000 HBD",
+    "net_rshares": 0,
+    "parent_author": "budgiebee",
+    "parent_permlink": "re-papa-pepper-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160915t081728113z",
+    "pending_payout_value": "0.000 HBD",
+    "percent_hbd": 10000,
+    "permlink": "re-budgiebee-re-papa-pepper-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160915t121930868z",
+    "post_id": 1253175,
+    "promoted": "0.000 HBD",
+    "replies": [],
+    "root_title": "Hey Can somebody please tell me how to add pictures to blogs",
+    "title": "",
+    "total_payout_value": "0.000 HBD",
+    "url": "/pictures/@budgiebee/hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs#@papa-pepper/re-budgiebee-re-papa-pepper-re-budgiebee-hey-can-somebody-please-tell-me-how-to-add-pictures-to-blogs-20160915t121930868z"
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.tavern.yaml
index 472dca50..6d0495e1 100644
--- a/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.tavern.yaml
+++ b/hivemind/tavern/tags_api_patterns/get_comment_discussions_by_payout/truncate_body.tavern.yaml
@@ -2,7 +2,7 @@
   test_name: Hivemind tags_api.get_comment_discussions_by_payout patterns test -truncate_body
 
   marks:
-    - patterntest
+    - patterntest # differences in pending payout make it incomparable with original (also order of comments with the same payout was basically random)
 
   includes:
     - !include ../../common.yaml
diff --git a/hivemind/tavern/tags_api_patterns/get_content_replies.orig.json b/hivemind/tavern/tags_api_patterns/get_content_replies.orig.json
deleted file mode 100644
index ef7d6ee3..00000000
--- a/hivemind/tavern/tags_api_patterns/get_content_replies.orig.json
+++ /dev/null
@@ -1,84 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "742566481",
-        "voter": "patrick-g"
-      }
-    ],
-    "author": "kingtylervvs",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "PARTY PARTY.... P - A - R - T - Y????? BECAUSE I GOTTA!",
-    "body_length": 55,
-    "cashout_time": "1969-12-31T23:59:59",
-    "category": "meta",
-    "children": 0,
-    "created": "2016-07-17T19:38:12",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 2,
-    "json_metadata": "{\"tags\":[\"meta\"]}",
-    "last_payout": "2016-08-24T19:59:42",
-    "last_update": "2016-07-17T19:38:12",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 742566481,
-    "parent_author": "admin",
-    "parent_permlink": "firstpost",
-    "pending_payout_value": "0.000 HBD",
-    "percent_steem_dollars": 10000,
-    "permlink": "re-admin-firstpost-20160717t193811098z",
-    "post_id": 110463,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Welcome to Steem!",
-    "title": "",
-    "total_payout_value": "0.000 HBD",
-    "url": "/meta/@steemit/firstpost#@kingtylervvs/re-admin-firstpost-20160717t193811098z"
-  },
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "742566481",
-        "voter": "patrick-g"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "111000395",
-        "voter": "bustillos"
-      }
-    ],
-    "author": "gopher",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Are you admin in steem? If you have been hacked, who can help you?",
-    "body_length": 66,
-    "cashout_time": "1969-12-31T23:59:59",
-    "category": "meta",
-    "children": 0,
-    "created": "2016-07-18T19:53:12",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 2,
-    "json_metadata": "{\"tags\":[\"meta\"]}",
-    "last_payout": "2016-08-24T19:59:42",
-    "last_update": "2016-07-18T19:53:12",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 853566876,
-    "parent_author": "admin",
-    "parent_permlink": "firstpost",
-    "pending_payout_value": "0.000 HBD",
-    "percent_steem_dollars": 10000,
-    "permlink": "re-admin-firstpost-20160718t195306992z",
-    "post_id": 125730,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Welcome to Steem!",
-    "title": "",
-    "total_payout_value": "0.000 HBD",
-    "url": "/meta/@steemit/firstpost#@gopher/re-admin-firstpost-20160718t195306992z"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_content_replies.pat.json b/hivemind/tavern/tags_api_patterns/get_content_replies.pat.json
deleted file mode 100644
index ab5a545c..00000000
--- a/hivemind/tavern/tags_api_patterns/get_content_replies.pat.json
+++ /dev/null
@@ -1,84 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "742566481",
-        "voter": "patrick-g"
-      }
-    ],
-    "author": "kingtylervvs",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "PARTY PARTY.... P - A - R - T - Y????? BECAUSE I GOTTA!",
-    "body_length": 55,
-    "cashout_time": "1969-12-31T23:59:59",
-    "category": "meta",
-    "children": 0,
-    "created": "2016-07-17T19:38:12",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 2,
-    "json_metadata": "{\"tags\":[\"meta\"]}",
-    "last_payout": "2016-08-24T19:59:42",
-    "last_update": "2016-07-17T19:38:12",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 742566481,
-    "parent_author": "admin",
-    "parent_permlink": "firstpost",
-    "pending_payout_value": "0.000 HBD",
-    "percent_hbd": 10000,
-    "permlink": "re-admin-firstpost-20160717t193811098z",
-    "post_id": 151464,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Welcome to Steem!",
-    "title": "",
-    "total_payout_value": "0.000 HBD",
-    "url": "/meta/@steemit/firstpost#@kingtylervvs/re-admin-firstpost-20160717t193811098z"
-  },
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "742566481",
-        "voter": "patrick-g"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "111000395",
-        "voter": "bustillos"
-      }
-    ],
-    "author": "gopher",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Are you admin in steem? If you have been hacked, who can help you?",
-    "body_length": 66,
-    "cashout_time": "1969-12-31T23:59:59",
-    "category": "meta",
-    "children": 0,
-    "created": "2016-07-18T19:53:12",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 2,
-    "json_metadata": "{\"tags\":[\"meta\"]}",
-    "last_payout": "2016-08-24T19:59:42",
-    "last_update": "2016-07-18T19:53:12",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 853566876,
-    "parent_author": "admin",
-    "parent_permlink": "firstpost",
-    "pending_payout_value": "0.000 HBD",
-    "percent_hbd": 10000,
-    "permlink": "re-admin-firstpost-20160718t195306992z",
-    "post_id": 172339,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Welcome to Steem!",
-    "title": "",
-    "total_payout_value": "0.000 HBD",
-    "url": "/meta/@steemit/firstpost#@gopher/re-admin-firstpost-20160718t195306992z"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_discussion.orig.json b/hivemind/tavern/tags_api_patterns/get_discussion.orig.json
deleted file mode 100644
index 86f26ab2..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussion.orig.json
+++ /dev/null
@@ -1,638 +0,0 @@
-{
-  "active_votes": [
-    {
-      "percent": "100",
-      "reputation": 0,
-      "rshares": "375241",
-      "voter": "dantheman"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "886132",
-      "voter": "mr11acdee"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "5100",
-      "voter": "steemit78"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1259167",
-      "voter": "anonymous"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "318519",
-      "voter": "hello"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "153384",
-      "voter": "world"
-    },
-    {
-      "percent": "-100",
-      "reputation": 0,
-      "rshares": "-936400",
-      "voter": "ned"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "59412",
-      "voter": "fufubar1"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "14997",
-      "voter": "anonymous1"
-    },
-    {
-      "percent": "100",
-      "reputation": 0,
-      "rshares": "1441",
-      "voter": "red"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "551390835500",
-      "voter": "liondani"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "82748",
-      "voter": "roadscape"
-    },
-    {
-      "percent": "100",
-      "reputation": 0,
-      "rshares": "10772",
-      "voter": "xeroc"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "7685088000",
-      "voter": "markopaasila"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "454510724",
-      "voter": "tshering-tamang"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "681946946",
-      "voter": "romangelsi"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "504895891",
-      "voter": "dedmatvey"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "498863058",
-      "voter": "joelinux"
-    },
-    {
-      "percent": "0",
-      "reputation": 0,
-      "rshares": "9590417",
-      "voter": "piranhax"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "473258270",
-      "voter": "ned-reddit-login"
-    },
-    {
-      "percent": "3600",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "fernando-sanz"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "425903066",
-      "voter": "gekko"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "381805870",
-      "voter": "gilang-ramadhan"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "392459059",
-      "voter": "kamvreto"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "422984262",
-      "voter": "acidyo"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "47179379651",
-      "voter": "tosch"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "7831667988",
-      "voter": "klye"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1019950749",
-      "voter": "coar"
-    },
-    {
-      "percent": "1509",
-      "reputation": 0,
-      "rshares": "1746058458",
-      "voter": "murh"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "22639073725",
-      "voter": "drinkzya"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "hien-tran"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "742566481",
-      "voter": "patrick-g"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "40624969",
-      "voter": "ben99"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1742755097",
-      "voter": "sunshinecrypto"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "108855472",
-      "voter": "kingtylervvs"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "485112237",
-      "voter": "marinabogumil"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "917398502",
-      "voter": "decrypt"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "5067187498",
-      "voter": "senseiteekay"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "5154897955",
-      "voter": "r33drum"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "5033902237",
-      "voter": "cryptosi"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1037079223",
-      "voter": "condra"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "233032838",
-      "voter": "jearson"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "240809500",
-      "voter": "tritium"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "123321995",
-      "voter": "allmonitors"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "226074637",
-      "voter": "artjedi"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "931542394",
-      "voter": "anduweb"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "2292983350",
-      "voter": "inertia"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "128561059",
-      "voter": "maximkichev"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "183438273",
-      "voter": "a9inchcock"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "266262926",
-      "voter": "desmonid"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "71498008",
-      "voter": "madhatting"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "23726644841",
-      "voter": "ubg"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "3741408303",
-      "voter": "royaltiffany"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "131577259",
-      "voter": "gribgo"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "12371398765",
-      "voter": "deanliu"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "28907874049",
-      "voter": "orm"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "528988007",
-      "voter": "qonq99"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "129537329",
-      "voter": "rd7783"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "615020728",
-      "voter": "slava"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "flyboyzombie"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "100102503",
-      "voter": "sictransitgloria"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "95219365",
-      "voter": "curator"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "232295871",
-      "voter": "dubovoy"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "solos"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "96945805",
-      "voter": "creatorgalaxy"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "99813231",
-      "voter": "trigonice29"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "blysards"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "3721016208",
-      "voter": "uwe69"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1279854",
-      "voter": "nigmat"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "13974353753",
-      "voter": "magicmonk"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "4968585456",
-      "voter": "satoshifpv"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1660613178",
-      "voter": "naturalista"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "10847083143",
-      "voter": "metrox"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "18340928",
-      "voter": "bestmalik"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "59563315",
-      "voter": "kolyan31"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "710989138",
-      "voter": "romancs"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "59366614",
-      "voter": "luke490"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "58762473",
-      "voter": "bro66"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "201822591",
-      "voter": "future24"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "58623688",
-      "voter": "mythras"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "56536509",
-      "voter": "imarealboy777"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "matrixdweller"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "48299362",
-      "voter": "smartguylabcoat"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "59157099",
-      "voter": "mabiturm"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "48283979",
-      "voter": "captainamerica"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "54761612",
-      "voter": "edbriv"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "865125771",
-      "voter": "rittr"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "92614447",
-      "voter": "jelloducky"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "52740989",
-      "voter": "tcstix"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "49467477",
-      "voter": "friedwater"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "57366185",
-      "voter": "denisdiaz"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "132070449",
-      "voter": "loganarchy"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "48811442",
-      "voter": "love-spirit-nerd"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "51549585",
-      "voter": "dikanevn"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "54017869",
-      "voter": "zelious"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "50129944",
-      "voter": "freebornangel"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "53196086",
-      "voter": "f1111111"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "anomaly"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "52394017140",
-      "voter": "jack8831"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "buckland"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "goldmatters"
-    }
-  ],
-  "author": "steemit",
-  "author_reputation": 0,
-  "beneficiaries": [],
-  "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.",
-  "body_length": 224,
-  "cashout_time": "1969-12-31T23:59:59",
-  "category": "meta",
-  "children": 36,
-  "created": "2016-03-30T18:30:18",
-  "curator_payout_value": "0.756 HBD",
-  "depth": 0,
-  "json_metadata": "{}",
-  "last_payout": "2016-08-24T19:59:42",
-  "last_update": "2016-03-30T18:30:18",
-  "max_accepted_payout": "1000000.000 HBD",
-  "net_rshares": 830053779138,
-  "parent_author": "",
-  "parent_permlink": "meta",
-  "pending_payout_value": "0.000 HBD",
-  "percent_steem_dollars": 10000,
-  "permlink": "firstpost",
-  "post_id": 1,
-  "promoted": "0.000 HBD",
-  "replies": [],
-  "root_title": "Welcome to Steem!",
-  "title": "Welcome to Steem!",
-  "total_payout_value": "0.942 HBD",
-  "url": "/meta/@steemit/firstpost"
-}
diff --git a/hivemind/tavern/tags_api_patterns/get_discussion.pat.json b/hivemind/tavern/tags_api_patterns/get_discussion.pat.json
deleted file mode 100644
index f477d1e8..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussion.pat.json
+++ /dev/null
@@ -1,638 +0,0 @@
-{
-  "active_votes": [
-    {
-      "percent": "100",
-      "reputation": 0,
-      "rshares": "375241",
-      "voter": "dantheman"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "886132",
-      "voter": "mr11acdee"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "5100",
-      "voter": "steemit78"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1259167",
-      "voter": "anonymous"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "318519",
-      "voter": "hello"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "153384",
-      "voter": "world"
-    },
-    {
-      "percent": "-100",
-      "reputation": 0,
-      "rshares": "-936400",
-      "voter": "ned"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "59412",
-      "voter": "fufubar1"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "14997",
-      "voter": "anonymous1"
-    },
-    {
-      "percent": "100",
-      "reputation": 0,
-      "rshares": "1441",
-      "voter": "red"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "551390835500",
-      "voter": "liondani"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "82748",
-      "voter": "roadscape"
-    },
-    {
-      "percent": "100",
-      "reputation": 0,
-      "rshares": "10772",
-      "voter": "xeroc"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "7685088000",
-      "voter": "markopaasila"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "454510724",
-      "voter": "tshering-tamang"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "681946946",
-      "voter": "romangelsi"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "504895891",
-      "voter": "dedmatvey"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "498863058",
-      "voter": "joelinux"
-    },
-    {
-      "percent": "0",
-      "reputation": 0,
-      "rshares": "9590417",
-      "voter": "piranhax"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "473258270",
-      "voter": "ned-reddit-login"
-    },
-    {
-      "percent": "3600",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "fernando-sanz"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "425903066",
-      "voter": "gekko"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "381805870",
-      "voter": "gilang-ramadhan"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "392459059",
-      "voter": "kamvreto"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "422984262",
-      "voter": "acidyo"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "47179379651",
-      "voter": "tosch"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "7831667988",
-      "voter": "klye"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1019950749",
-      "voter": "coar"
-    },
-    {
-      "percent": "1509",
-      "reputation": 0,
-      "rshares": "1746058458",
-      "voter": "murh"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "22639073725",
-      "voter": "drinkzya"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "hien-tran"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "742566481",
-      "voter": "patrick-g"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "40624969",
-      "voter": "ben99"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1742755097",
-      "voter": "sunshinecrypto"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "108855472",
-      "voter": "kingtylervvs"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "485112237",
-      "voter": "marinabogumil"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "917398502",
-      "voter": "decrypt"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "5067187498",
-      "voter": "senseiteekay"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "5154897955",
-      "voter": "r33drum"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "5033902237",
-      "voter": "cryptosi"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1037079223",
-      "voter": "condra"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "233032838",
-      "voter": "jearson"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "240809500",
-      "voter": "tritium"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "123321995",
-      "voter": "allmonitors"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "226074637",
-      "voter": "artjedi"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "931542394",
-      "voter": "anduweb"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "2292983350",
-      "voter": "inertia"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "128561059",
-      "voter": "maximkichev"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "183438273",
-      "voter": "a9inchcock"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "266262926",
-      "voter": "desmonid"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "71498008",
-      "voter": "madhatting"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "23726644841",
-      "voter": "ubg"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "3741408303",
-      "voter": "royaltiffany"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "131577259",
-      "voter": "gribgo"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "12371398765",
-      "voter": "deanliu"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "28907874049",
-      "voter": "orm"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "528988007",
-      "voter": "qonq99"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "129537329",
-      "voter": "rd7783"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "615020728",
-      "voter": "slava"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "flyboyzombie"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "100102503",
-      "voter": "sictransitgloria"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "95219365",
-      "voter": "curator"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "232295871",
-      "voter": "dubovoy"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "solos"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "96945805",
-      "voter": "creatorgalaxy"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "99813231",
-      "voter": "trigonice29"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "blysards"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "3721016208",
-      "voter": "uwe69"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1279854",
-      "voter": "nigmat"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "13974353753",
-      "voter": "magicmonk"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "4968585456",
-      "voter": "satoshifpv"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "1660613178",
-      "voter": "naturalista"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "10847083143",
-      "voter": "metrox"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "18340928",
-      "voter": "bestmalik"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "59563315",
-      "voter": "kolyan31"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "710989138",
-      "voter": "romancs"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "59366614",
-      "voter": "luke490"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "58762473",
-      "voter": "bro66"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "201822591",
-      "voter": "future24"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "58623688",
-      "voter": "mythras"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "56536509",
-      "voter": "imarealboy777"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "matrixdweller"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "48299362",
-      "voter": "smartguylabcoat"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "59157099",
-      "voter": "mabiturm"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "48283979",
-      "voter": "captainamerica"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "54761612",
-      "voter": "edbriv"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "865125771",
-      "voter": "rittr"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "92614447",
-      "voter": "jelloducky"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "52740989",
-      "voter": "tcstix"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "49467477",
-      "voter": "friedwater"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "57366185",
-      "voter": "denisdiaz"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "132070449",
-      "voter": "loganarchy"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "48811442",
-      "voter": "love-spirit-nerd"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "51549585",
-      "voter": "dikanevn"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "54017869",
-      "voter": "zelious"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "50129944",
-      "voter": "freebornangel"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "53196086",
-      "voter": "f1111111"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "anomaly"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "52394017140",
-      "voter": "jack8831"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "buckland"
-    },
-    {
-      "percent": "10000",
-      "reputation": 0,
-      "rshares": "0",
-      "voter": "goldmatters"
-    }
-  ],
-  "author": "steemit",
-  "author_reputation": 0,
-  "beneficiaries": [],
-  "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.",
-  "body_length": 224,
-  "cashout_time": "1969-12-31T23:59:59",
-  "category": "meta",
-  "children": 36,
-  "created": "2016-03-30T18:30:18",
-  "curator_payout_value": "0.756 HBD",
-  "depth": 0,
-  "json_metadata": "",
-  "last_payout": "2016-08-24T19:59:42",
-  "last_update": "2016-03-30T18:30:18",
-  "max_accepted_payout": "1000000.000 HBD",
-  "net_rshares": 830053779138,
-  "parent_author": "",
-  "parent_permlink": "meta",
-  "pending_payout_value": "0.000 HBD",
-  "percent_hbd": 10000,
-  "permlink": "firstpost",
-  "post_id": 1,
-  "promoted": "0.000 HBD",
-  "replies": [],
-  "root_title": "Welcome to Steem!",
-  "title": "Welcome to Steem!",
-  "total_payout_value": "0.942 HBD",
-  "url": "/meta/@steemit/firstpost"
-}
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date.orig.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date.orig.json
deleted file mode 100644
index 0b58474c..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date.orig.json
+++ /dev/null
@@ -1,640 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "375241",
-        "voter": "dantheman"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "886132",
-        "voter": "mr11acdee"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5100",
-        "voter": "steemit78"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1259167",
-        "voter": "anonymous"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "318519",
-        "voter": "hello"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "153384",
-        "voter": "world"
-      },
-      {
-        "percent": "-100",
-        "reputation": 0,
-        "rshares": "-936400",
-        "voter": "ned"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59412",
-        "voter": "fufubar1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "14997",
-        "voter": "anonymous1"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "1441",
-        "voter": "red"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "551390835500",
-        "voter": "liondani"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "82748",
-        "voter": "roadscape"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "10772",
-        "voter": "xeroc"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7685088000",
-        "voter": "markopaasila"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "454510724",
-        "voter": "tshering-tamang"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "681946946",
-        "voter": "romangelsi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "504895891",
-        "voter": "dedmatvey"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "498863058",
-        "voter": "joelinux"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "9590417",
-        "voter": "piranhax"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "473258270",
-        "voter": "ned-reddit-login"
-      },
-      {
-        "percent": "3600",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "fernando-sanz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "425903066",
-        "voter": "gekko"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "381805870",
-        "voter": "gilang-ramadhan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "392459059",
-        "voter": "kamvreto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "422984262",
-        "voter": "acidyo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "47179379651",
-        "voter": "tosch"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7831667988",
-        "voter": "klye"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1019950749",
-        "voter": "coar"
-      },
-      {
-        "percent": "1509",
-        "reputation": 0,
-        "rshares": "1746058458",
-        "voter": "murh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "22639073725",
-        "voter": "drinkzya"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "hien-tran"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "742566481",
-        "voter": "patrick-g"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "40624969",
-        "voter": "ben99"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1742755097",
-        "voter": "sunshinecrypto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "108855472",
-        "voter": "kingtylervvs"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "485112237",
-        "voter": "marinabogumil"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "917398502",
-        "voter": "decrypt"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5067187498",
-        "voter": "senseiteekay"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5154897955",
-        "voter": "r33drum"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5033902237",
-        "voter": "cryptosi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1037079223",
-        "voter": "condra"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "233032838",
-        "voter": "jearson"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "240809500",
-        "voter": "tritium"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "123321995",
-        "voter": "allmonitors"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "226074637",
-        "voter": "artjedi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "931542394",
-        "voter": "anduweb"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2292983350",
-        "voter": "inertia"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "128561059",
-        "voter": "maximkichev"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "183438273",
-        "voter": "a9inchcock"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "266262926",
-        "voter": "desmonid"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "71498008",
-        "voter": "madhatting"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "23726644841",
-        "voter": "ubg"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3741408303",
-        "voter": "royaltiffany"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "131577259",
-        "voter": "gribgo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "12371398765",
-        "voter": "deanliu"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "28907874049",
-        "voter": "orm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "528988007",
-        "voter": "qonq99"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "129537329",
-        "voter": "rd7783"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "615020728",
-        "voter": "slava"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "flyboyzombie"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "100102503",
-        "voter": "sictransitgloria"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "95219365",
-        "voter": "curator"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "232295871",
-        "voter": "dubovoy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "solos"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "96945805",
-        "voter": "creatorgalaxy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "99813231",
-        "voter": "trigonice29"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "blysards"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3721016208",
-        "voter": "uwe69"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1279854",
-        "voter": "nigmat"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13974353753",
-        "voter": "magicmonk"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4968585456",
-        "voter": "satoshifpv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1660613178",
-        "voter": "naturalista"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10847083143",
-        "voter": "metrox"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "18340928",
-        "voter": "bestmalik"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59563315",
-        "voter": "kolyan31"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "710989138",
-        "voter": "romancs"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59366614",
-        "voter": "luke490"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58762473",
-        "voter": "bro66"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "201822591",
-        "voter": "future24"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58623688",
-        "voter": "mythras"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56536509",
-        "voter": "imarealboy777"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "matrixdweller"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48299362",
-        "voter": "smartguylabcoat"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59157099",
-        "voter": "mabiturm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48283979",
-        "voter": "captainamerica"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54761612",
-        "voter": "edbriv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "865125771",
-        "voter": "rittr"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "92614447",
-        "voter": "jelloducky"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52740989",
-        "voter": "tcstix"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "49467477",
-        "voter": "friedwater"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "57366185",
-        "voter": "denisdiaz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "132070449",
-        "voter": "loganarchy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48811442",
-        "voter": "love-spirit-nerd"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51549585",
-        "voter": "dikanevn"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54017869",
-        "voter": "zelious"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50129944",
-        "voter": "freebornangel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53196086",
-        "voter": "f1111111"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "anomaly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52394017140",
-        "voter": "jack8831"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "buckland"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "goldmatters"
-      }
-    ],
-    "author": "steemit",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.",
-    "body_length": 224,
-    "cashout_time": "1969-12-31T23:59:59",
-    "category": "meta",
-    "children": 36,
-    "created": "2016-03-30T18:30:18",
-    "curator_payout_value": "0.756 HBD",
-    "depth": 0,
-    "json_metadata": "{}",
-    "last_payout": "2016-08-24T19:59:42",
-    "last_update": "2016-03-30T18:30:18",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 830053779138,
-    "parent_author": "",
-    "parent_permlink": "meta",
-    "pending_payout_value": "0.000 HBD",
-    "percent_steem_dollars": 10000,
-    "permlink": "firstpost",
-    "post_id": 1,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Welcome to Steem!",
-    "title": "Welcome to Steem!",
-    "total_payout_value": "0.942 HBD",
-    "url": "/meta/@steemit/firstpost"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date.pat.json
deleted file mode 100644
index 1075dfdc..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date.pat.json
+++ /dev/null
@@ -1,640 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "375241",
-        "voter": "dantheman"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "886132",
-        "voter": "mr11acdee"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5100",
-        "voter": "steemit78"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1259167",
-        "voter": "anonymous"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "318519",
-        "voter": "hello"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "153384",
-        "voter": "world"
-      },
-      {
-        "percent": "-100",
-        "reputation": 0,
-        "rshares": "-936400",
-        "voter": "ned"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59412",
-        "voter": "fufubar1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "14997",
-        "voter": "anonymous1"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "1441",
-        "voter": "red"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "551390835500",
-        "voter": "liondani"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "82748",
-        "voter": "roadscape"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "10772",
-        "voter": "xeroc"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7685088000",
-        "voter": "markopaasila"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "454510724",
-        "voter": "tshering-tamang"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "681946946",
-        "voter": "romangelsi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "504895891",
-        "voter": "dedmatvey"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "498863058",
-        "voter": "joelinux"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "9590417",
-        "voter": "piranhax"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "473258270",
-        "voter": "ned-reddit-login"
-      },
-      {
-        "percent": "3600",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "fernando-sanz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "425903066",
-        "voter": "gekko"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "381805870",
-        "voter": "gilang-ramadhan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "392459059",
-        "voter": "kamvreto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "422984262",
-        "voter": "acidyo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "47179379651",
-        "voter": "tosch"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7831667988",
-        "voter": "klye"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1019950749",
-        "voter": "coar"
-      },
-      {
-        "percent": "1509",
-        "reputation": 0,
-        "rshares": "1746058458",
-        "voter": "murh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "22639073725",
-        "voter": "drinkzya"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "hien-tran"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "742566481",
-        "voter": "patrick-g"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "40624969",
-        "voter": "ben99"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1742755097",
-        "voter": "sunshinecrypto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "108855472",
-        "voter": "kingtylervvs"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "485112237",
-        "voter": "marinabogumil"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "917398502",
-        "voter": "decrypt"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5067187498",
-        "voter": "senseiteekay"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5154897955",
-        "voter": "r33drum"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5033902237",
-        "voter": "cryptosi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1037079223",
-        "voter": "condra"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "233032838",
-        "voter": "jearson"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "240809500",
-        "voter": "tritium"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "123321995",
-        "voter": "allmonitors"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "226074637",
-        "voter": "artjedi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "931542394",
-        "voter": "anduweb"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2292983350",
-        "voter": "inertia"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "128561059",
-        "voter": "maximkichev"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "183438273",
-        "voter": "a9inchcock"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "266262926",
-        "voter": "desmonid"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "71498008",
-        "voter": "madhatting"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "23726644841",
-        "voter": "ubg"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3741408303",
-        "voter": "royaltiffany"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "131577259",
-        "voter": "gribgo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "12371398765",
-        "voter": "deanliu"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "28907874049",
-        "voter": "orm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "528988007",
-        "voter": "qonq99"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "129537329",
-        "voter": "rd7783"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "615020728",
-        "voter": "slava"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "flyboyzombie"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "100102503",
-        "voter": "sictransitgloria"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "95219365",
-        "voter": "curator"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "232295871",
-        "voter": "dubovoy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "solos"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "96945805",
-        "voter": "creatorgalaxy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "99813231",
-        "voter": "trigonice29"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "blysards"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3721016208",
-        "voter": "uwe69"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1279854",
-        "voter": "nigmat"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13974353753",
-        "voter": "magicmonk"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4968585456",
-        "voter": "satoshifpv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1660613178",
-        "voter": "naturalista"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10847083143",
-        "voter": "metrox"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "18340928",
-        "voter": "bestmalik"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59563315",
-        "voter": "kolyan31"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "710989138",
-        "voter": "romancs"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59366614",
-        "voter": "luke490"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58762473",
-        "voter": "bro66"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "201822591",
-        "voter": "future24"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58623688",
-        "voter": "mythras"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56536509",
-        "voter": "imarealboy777"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "matrixdweller"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48299362",
-        "voter": "smartguylabcoat"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59157099",
-        "voter": "mabiturm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48283979",
-        "voter": "captainamerica"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54761612",
-        "voter": "edbriv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "865125771",
-        "voter": "rittr"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "92614447",
-        "voter": "jelloducky"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52740989",
-        "voter": "tcstix"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "49467477",
-        "voter": "friedwater"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "57366185",
-        "voter": "denisdiaz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "132070449",
-        "voter": "loganarchy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48811442",
-        "voter": "love-spirit-nerd"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51549585",
-        "voter": "dikanevn"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54017869",
-        "voter": "zelious"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50129944",
-        "voter": "freebornangel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53196086",
-        "voter": "f1111111"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "anomaly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52394017140",
-        "voter": "jack8831"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "buckland"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "goldmatters"
-      }
-    ],
-    "author": "steemit",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.",
-    "body_length": 224,
-    "cashout_time": "1969-12-31T23:59:59",
-    "category": "meta",
-    "children": 36,
-    "created": "2016-03-30T18:30:18",
-    "curator_payout_value": "0.756 HBD",
-    "depth": 0,
-    "json_metadata": "",
-    "last_payout": "2016-08-24T19:59:42",
-    "last_update": "2016-03-30T18:30:18",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 830053779138,
-    "parent_author": "",
-    "parent_permlink": "meta",
-    "pending_payout_value": "0.000 HBD",
-    "percent_hbd": 10000,
-    "permlink": "firstpost",
-    "post_id": 1,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Welcome to Steem!",
-    "title": "Welcome to Steem!",
-    "total_payout_value": "0.942 HBD",
-    "url": "/meta/@steemit/firstpost"
-  }
-]
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog.orig.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog.orig.json
deleted file mode 100644
index 0b58474c..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog.orig.json
+++ /dev/null
@@ -1,640 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "375241",
-        "voter": "dantheman"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "886132",
-        "voter": "mr11acdee"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5100",
-        "voter": "steemit78"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1259167",
-        "voter": "anonymous"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "318519",
-        "voter": "hello"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "153384",
-        "voter": "world"
-      },
-      {
-        "percent": "-100",
-        "reputation": 0,
-        "rshares": "-936400",
-        "voter": "ned"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59412",
-        "voter": "fufubar1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "14997",
-        "voter": "anonymous1"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "1441",
-        "voter": "red"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "551390835500",
-        "voter": "liondani"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "82748",
-        "voter": "roadscape"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "10772",
-        "voter": "xeroc"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7685088000",
-        "voter": "markopaasila"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "454510724",
-        "voter": "tshering-tamang"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "681946946",
-        "voter": "romangelsi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "504895891",
-        "voter": "dedmatvey"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "498863058",
-        "voter": "joelinux"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "9590417",
-        "voter": "piranhax"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "473258270",
-        "voter": "ned-reddit-login"
-      },
-      {
-        "percent": "3600",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "fernando-sanz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "425903066",
-        "voter": "gekko"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "381805870",
-        "voter": "gilang-ramadhan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "392459059",
-        "voter": "kamvreto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "422984262",
-        "voter": "acidyo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "47179379651",
-        "voter": "tosch"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7831667988",
-        "voter": "klye"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1019950749",
-        "voter": "coar"
-      },
-      {
-        "percent": "1509",
-        "reputation": 0,
-        "rshares": "1746058458",
-        "voter": "murh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "22639073725",
-        "voter": "drinkzya"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "hien-tran"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "742566481",
-        "voter": "patrick-g"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "40624969",
-        "voter": "ben99"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1742755097",
-        "voter": "sunshinecrypto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "108855472",
-        "voter": "kingtylervvs"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "485112237",
-        "voter": "marinabogumil"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "917398502",
-        "voter": "decrypt"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5067187498",
-        "voter": "senseiteekay"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5154897955",
-        "voter": "r33drum"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5033902237",
-        "voter": "cryptosi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1037079223",
-        "voter": "condra"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "233032838",
-        "voter": "jearson"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "240809500",
-        "voter": "tritium"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "123321995",
-        "voter": "allmonitors"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "226074637",
-        "voter": "artjedi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "931542394",
-        "voter": "anduweb"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2292983350",
-        "voter": "inertia"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "128561059",
-        "voter": "maximkichev"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "183438273",
-        "voter": "a9inchcock"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "266262926",
-        "voter": "desmonid"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "71498008",
-        "voter": "madhatting"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "23726644841",
-        "voter": "ubg"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3741408303",
-        "voter": "royaltiffany"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "131577259",
-        "voter": "gribgo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "12371398765",
-        "voter": "deanliu"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "28907874049",
-        "voter": "orm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "528988007",
-        "voter": "qonq99"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "129537329",
-        "voter": "rd7783"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "615020728",
-        "voter": "slava"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "flyboyzombie"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "100102503",
-        "voter": "sictransitgloria"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "95219365",
-        "voter": "curator"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "232295871",
-        "voter": "dubovoy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "solos"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "96945805",
-        "voter": "creatorgalaxy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "99813231",
-        "voter": "trigonice29"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "blysards"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3721016208",
-        "voter": "uwe69"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1279854",
-        "voter": "nigmat"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13974353753",
-        "voter": "magicmonk"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4968585456",
-        "voter": "satoshifpv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1660613178",
-        "voter": "naturalista"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10847083143",
-        "voter": "metrox"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "18340928",
-        "voter": "bestmalik"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59563315",
-        "voter": "kolyan31"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "710989138",
-        "voter": "romancs"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59366614",
-        "voter": "luke490"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58762473",
-        "voter": "bro66"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "201822591",
-        "voter": "future24"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58623688",
-        "voter": "mythras"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56536509",
-        "voter": "imarealboy777"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "matrixdweller"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48299362",
-        "voter": "smartguylabcoat"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59157099",
-        "voter": "mabiturm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48283979",
-        "voter": "captainamerica"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54761612",
-        "voter": "edbriv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "865125771",
-        "voter": "rittr"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "92614447",
-        "voter": "jelloducky"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52740989",
-        "voter": "tcstix"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "49467477",
-        "voter": "friedwater"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "57366185",
-        "voter": "denisdiaz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "132070449",
-        "voter": "loganarchy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48811442",
-        "voter": "love-spirit-nerd"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51549585",
-        "voter": "dikanevn"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54017869",
-        "voter": "zelious"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50129944",
-        "voter": "freebornangel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53196086",
-        "voter": "f1111111"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "anomaly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52394017140",
-        "voter": "jack8831"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "buckland"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "goldmatters"
-      }
-    ],
-    "author": "steemit",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.",
-    "body_length": 224,
-    "cashout_time": "1969-12-31T23:59:59",
-    "category": "meta",
-    "children": 36,
-    "created": "2016-03-30T18:30:18",
-    "curator_payout_value": "0.756 HBD",
-    "depth": 0,
-    "json_metadata": "{}",
-    "last_payout": "2016-08-24T19:59:42",
-    "last_update": "2016-03-30T18:30:18",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 830053779138,
-    "parent_author": "",
-    "parent_permlink": "meta",
-    "pending_payout_value": "0.000 HBD",
-    "percent_steem_dollars": 10000,
-    "permlink": "firstpost",
-    "post_id": 1,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Welcome to Steem!",
-    "title": "Welcome to Steem!",
-    "total_payout_value": "0.942 HBD",
-    "url": "/meta/@steemit/firstpost"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_blog.pat.json
deleted file mode 100644
index 1075dfdc..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_blog.pat.json
+++ /dev/null
@@ -1,640 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "375241",
-        "voter": "dantheman"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "886132",
-        "voter": "mr11acdee"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5100",
-        "voter": "steemit78"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1259167",
-        "voter": "anonymous"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "318519",
-        "voter": "hello"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "153384",
-        "voter": "world"
-      },
-      {
-        "percent": "-100",
-        "reputation": 0,
-        "rshares": "-936400",
-        "voter": "ned"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59412",
-        "voter": "fufubar1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "14997",
-        "voter": "anonymous1"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "1441",
-        "voter": "red"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "551390835500",
-        "voter": "liondani"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "82748",
-        "voter": "roadscape"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "10772",
-        "voter": "xeroc"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7685088000",
-        "voter": "markopaasila"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "454510724",
-        "voter": "tshering-tamang"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "681946946",
-        "voter": "romangelsi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "504895891",
-        "voter": "dedmatvey"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "498863058",
-        "voter": "joelinux"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "9590417",
-        "voter": "piranhax"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "473258270",
-        "voter": "ned-reddit-login"
-      },
-      {
-        "percent": "3600",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "fernando-sanz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "425903066",
-        "voter": "gekko"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "381805870",
-        "voter": "gilang-ramadhan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "392459059",
-        "voter": "kamvreto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "422984262",
-        "voter": "acidyo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "47179379651",
-        "voter": "tosch"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7831667988",
-        "voter": "klye"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1019950749",
-        "voter": "coar"
-      },
-      {
-        "percent": "1509",
-        "reputation": 0,
-        "rshares": "1746058458",
-        "voter": "murh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "22639073725",
-        "voter": "drinkzya"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "hien-tran"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "742566481",
-        "voter": "patrick-g"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "40624969",
-        "voter": "ben99"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1742755097",
-        "voter": "sunshinecrypto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "108855472",
-        "voter": "kingtylervvs"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "485112237",
-        "voter": "marinabogumil"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "917398502",
-        "voter": "decrypt"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5067187498",
-        "voter": "senseiteekay"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5154897955",
-        "voter": "r33drum"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5033902237",
-        "voter": "cryptosi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1037079223",
-        "voter": "condra"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "233032838",
-        "voter": "jearson"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "240809500",
-        "voter": "tritium"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "123321995",
-        "voter": "allmonitors"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "226074637",
-        "voter": "artjedi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "931542394",
-        "voter": "anduweb"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2292983350",
-        "voter": "inertia"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "128561059",
-        "voter": "maximkichev"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "183438273",
-        "voter": "a9inchcock"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "266262926",
-        "voter": "desmonid"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "71498008",
-        "voter": "madhatting"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "23726644841",
-        "voter": "ubg"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3741408303",
-        "voter": "royaltiffany"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "131577259",
-        "voter": "gribgo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "12371398765",
-        "voter": "deanliu"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "28907874049",
-        "voter": "orm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "528988007",
-        "voter": "qonq99"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "129537329",
-        "voter": "rd7783"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "615020728",
-        "voter": "slava"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "flyboyzombie"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "100102503",
-        "voter": "sictransitgloria"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "95219365",
-        "voter": "curator"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "232295871",
-        "voter": "dubovoy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "solos"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "96945805",
-        "voter": "creatorgalaxy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "99813231",
-        "voter": "trigonice29"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "blysards"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3721016208",
-        "voter": "uwe69"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1279854",
-        "voter": "nigmat"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13974353753",
-        "voter": "magicmonk"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4968585456",
-        "voter": "satoshifpv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1660613178",
-        "voter": "naturalista"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10847083143",
-        "voter": "metrox"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "18340928",
-        "voter": "bestmalik"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59563315",
-        "voter": "kolyan31"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "710989138",
-        "voter": "romancs"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59366614",
-        "voter": "luke490"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58762473",
-        "voter": "bro66"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "201822591",
-        "voter": "future24"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58623688",
-        "voter": "mythras"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56536509",
-        "voter": "imarealboy777"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "matrixdweller"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48299362",
-        "voter": "smartguylabcoat"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59157099",
-        "voter": "mabiturm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48283979",
-        "voter": "captainamerica"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54761612",
-        "voter": "edbriv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "865125771",
-        "voter": "rittr"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "92614447",
-        "voter": "jelloducky"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52740989",
-        "voter": "tcstix"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "49467477",
-        "voter": "friedwater"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "57366185",
-        "voter": "denisdiaz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "132070449",
-        "voter": "loganarchy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48811442",
-        "voter": "love-spirit-nerd"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51549585",
-        "voter": "dikanevn"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54017869",
-        "voter": "zelious"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50129944",
-        "voter": "freebornangel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53196086",
-        "voter": "f1111111"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "anomaly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52394017140",
-        "voter": "jack8831"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "buckland"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "0",
-        "voter": "goldmatters"
-      }
-    ],
-    "author": "steemit",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Steemit is a social media platform where anyone can earn STEEM points by posting. The more people who like a post, the more STEEM the poster earns. Anyone can sell their STEEM for cash or vest it to boost their voting power.",
-    "body_length": 224,
-    "cashout_time": "1969-12-31T23:59:59",
-    "category": "meta",
-    "children": 36,
-    "created": "2016-03-30T18:30:18",
-    "curator_payout_value": "0.756 HBD",
-    "depth": 0,
-    "json_metadata": "",
-    "last_payout": "2016-08-24T19:59:42",
-    "last_update": "2016-03-30T18:30:18",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 830053779138,
-    "parent_author": "",
-    "parent_permlink": "meta",
-    "pending_payout_value": "0.000 HBD",
-    "percent_hbd": 10000,
-    "permlink": "firstpost",
-    "post_id": 1,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Welcome to Steem!",
-    "title": "Welcome to Steem!",
-    "total_payout_value": "0.942 HBD",
-    "url": "/meta/@steemit/firstpost"
-  }
-]
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments.orig.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments.orig.json
deleted file mode 100644
index 2b914187..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments.orig.json
+++ /dev/null
@@ -1,94 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "-100",
-        "reputation": 0,
-        "rshares": "-375241",
-        "voter": "dantheman"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5100",
-        "voter": "steemit46"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "81125",
-        "voter": "roadscape"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "425903066",
-        "voter": "gekko"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "431616594",
-        "voter": "acidyo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "742566481",
-        "voter": "patrick-g"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58854897335",
-        "voter": "business"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "108855472",
-        "voter": "kingtylervvs"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "244129227",
-        "voter": "kewpiedoll"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1615731741",
-        "voter": "naturalista"
-      }
-    ],
-    "author": "admin",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "First Reply! Let's get this **party** started",
-    "body_length": 45,
-    "cashout_time": "1969-12-31T23:59:59",
-    "category": "meta",
-    "children": 2,
-    "created": "2016-03-30T19:52:30",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 1,
-    "json_metadata": "{}",
-    "last_payout": "2016-08-24T19:59:42",
-    "last_update": "2016-03-30T19:52:30",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 62423410900,
-    "parent_author": "steemit",
-    "parent_permlink": "firstpost",
-    "pending_payout_value": "0.000 HBD",
-    "percent_steem_dollars": 10000,
-    "permlink": "firstpost",
-    "post_id": 2,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Welcome to Steem!",
-    "title": "",
-    "total_payout_value": "0.000 HBD",
-    "url": "/meta/@steemit/firstpost#@admin/firstpost"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_comments.pat.json
deleted file mode 100644
index e58f0c1b..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_comments.pat.json
+++ /dev/null
@@ -1,94 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "-100",
-        "reputation": 0,
-        "rshares": "-375241",
-        "voter": "dantheman"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5100",
-        "voter": "steemit46"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "81125",
-        "voter": "roadscape"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "425903066",
-        "voter": "gekko"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "431616594",
-        "voter": "acidyo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "742566481",
-        "voter": "patrick-g"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58854897335",
-        "voter": "business"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "108855472",
-        "voter": "kingtylervvs"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "244129227",
-        "voter": "kewpiedoll"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1615731741",
-        "voter": "naturalista"
-      }
-    ],
-    "author": "admin",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "First Reply! Let's get this **party** started",
-    "body_length": 45,
-    "cashout_time": "1969-12-31T23:59:59",
-    "category": "meta",
-    "children": 2,
-    "created": "2016-03-30T19:52:30",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 1,
-    "json_metadata": "",
-    "last_payout": "2016-08-24T19:59:42",
-    "last_update": "2016-03-30T19:52:30",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 62423410900,
-    "parent_author": "steemit",
-    "parent_permlink": "firstpost",
-    "pending_payout_value": "0.000 HBD",
-    "percent_hbd": 10000,
-    "permlink": "firstpost",
-    "post_id": 2,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Welcome to Steem!",
-    "title": "",
-    "total_payout_value": "0.000 HBD",
-    "url": "/meta/@steemit/firstpost#@admin/firstpost"
-  }
-]
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_created.orig.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_created.orig.json
deleted file mode 100644
index 7ec725a8..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_created.orig.json
+++ /dev/null
@@ -1,40 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53926980",
-        "voter": "simgregg"
-      }
-    ],
-    "author": "simgregg",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.",
-    "body_length": 1273,
-    "cashout_time": "2016-09-18T21:19:45",
-    "category": "polska",
-    "children": 1,
-    "created": "2016-08-18T21:19:45",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 0,
-    "json_metadata": "{\"tags\":[\"polska\",\"wolnosc\",\"ojczyzna\",\"patriotyzm\",\"wiersz\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-08-18T21:19:45",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 53926980,
-    "parent_author": "",
-    "parent_permlink": "polska",
-    "pending_payout_value": "0.000 HBD",
-    "percent_steem_dollars": 10000,
-    "permlink": "nasienie-wolnosci",
-    "post_id": 661285,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Nasienie Wolno\u015bci",
-    "title": "Nasienie Wolno\u015bci",
-    "total_payout_value": "0.000 HBD",
-    "url": "/polska/@simgregg/nasienie-wolnosci"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_created.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_created.pat.json
deleted file mode 100644
index b83cc419..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_created.pat.json
+++ /dev/null
@@ -1,40 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53926980",
-        "voter": "simgregg"
-      }
-    ],
-    "author": "simgregg",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.",
-    "body_length": 1273,
-    "cashout_time": "2016-08-25T21:19:45",
-    "category": "polska",
-    "children": 1,
-    "created": "2016-08-18T21:19:45",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 0,
-    "json_metadata": "{\"tags\":[\"polska\",\"wolnosc\",\"ojczyzna\",\"patriotyzm\",\"wiersz\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-08-18T21:19:45",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 53926980,
-    "parent_author": "",
-    "parent_permlink": "polska",
-    "pending_payout_value": "0.000 HBD",
-    "percent_hbd": 10000,
-    "permlink": "nasienie-wolnosci",
-    "post_id": 877987,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Nasienie Wolno\u015bci",
-    "title": "Nasienie Wolno\u015bci",
-    "total_payout_value": "0.000 HBD",
-    "url": "/polska/@simgregg/nasienie-wolnosci"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_hot.orig.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_hot.orig.json
deleted file mode 100644
index 7ec725a8..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_hot.orig.json
+++ /dev/null
@@ -1,40 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53926980",
-        "voter": "simgregg"
-      }
-    ],
-    "author": "simgregg",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.",
-    "body_length": 1273,
-    "cashout_time": "2016-09-18T21:19:45",
-    "category": "polska",
-    "children": 1,
-    "created": "2016-08-18T21:19:45",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 0,
-    "json_metadata": "{\"tags\":[\"polska\",\"wolnosc\",\"ojczyzna\",\"patriotyzm\",\"wiersz\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-08-18T21:19:45",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 53926980,
-    "parent_author": "",
-    "parent_permlink": "polska",
-    "pending_payout_value": "0.000 HBD",
-    "percent_steem_dollars": 10000,
-    "permlink": "nasienie-wolnosci",
-    "post_id": 661285,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Nasienie Wolno\u015bci",
-    "title": "Nasienie Wolno\u015bci",
-    "total_payout_value": "0.000 HBD",
-    "url": "/polska/@simgregg/nasienie-wolnosci"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_hot.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_hot.pat.json
deleted file mode 100644
index b83cc419..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_hot.pat.json
+++ /dev/null
@@ -1,40 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53926980",
-        "voter": "simgregg"
-      }
-    ],
-    "author": "simgregg",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.",
-    "body_length": 1273,
-    "cashout_time": "2016-08-25T21:19:45",
-    "category": "polska",
-    "children": 1,
-    "created": "2016-08-18T21:19:45",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 0,
-    "json_metadata": "{\"tags\":[\"polska\",\"wolnosc\",\"ojczyzna\",\"patriotyzm\",\"wiersz\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-08-18T21:19:45",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 53926980,
-    "parent_author": "",
-    "parent_permlink": "polska",
-    "pending_payout_value": "0.000 HBD",
-    "percent_hbd": 10000,
-    "permlink": "nasienie-wolnosci",
-    "post_id": 877987,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Nasienie Wolno\u015bci",
-    "title": "Nasienie Wolno\u015bci",
-    "total_payout_value": "0.000 HBD",
-    "url": "/polska/@simgregg/nasienie-wolnosci"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted.orig.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted.orig.json
deleted file mode 100644
index 3d0892ee..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted.orig.json
+++ /dev/null
@@ -1,2590 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-28338941273774",
-        "voter": "dantheman"
-      },
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-56560374008",
-        "voter": "fminerten1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "515865522774",
-        "voter": "panadacoin"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "591238736691",
-        "voter": "barrie"
-      },
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-31244889730986",
-        "voter": "smooth"
-      },
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-25869425303440",
-        "voter": "berniesanders"
-      },
-      {
-        "percent": "8900",
-        "reputation": 0,
-        "rshares": "56923627230317",
-        "voter": "ned"
-      },
-      {
-        "percent": "-4000",
-        "reputation": 0,
-        "rshares": "-61162327823",
-        "voter": "highasfuck"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5861402538757",
-        "voter": "riverhead"
-      },
-      {
-        "percent": "3500",
-        "reputation": 0,
-        "rshares": "2012701974707",
-        "voter": "kushed"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1105925638130",
-        "voter": "ihashfury"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1595196737607",
-        "voter": "rossco99"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "986803208166",
-        "voter": "liondani"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5034399699326",
-        "voter": "steemit200"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3103422054",
-        "voter": "boy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3767892961",
-        "voter": "bue-witness"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "690943799",
-        "voter": "bunny"
-      },
-      {
-        "percent": "4900",
-        "reputation": 0,
-        "rshares": "3573913851034",
-        "voter": "complexring"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "6282474172783",
-        "voter": "clayop"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54717838235",
-        "voter": "bue"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1662987228",
-        "voter": "mini"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "213785292",
-        "voter": "moon"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "209038160029",
-        "voter": "alex90342fastn1"
-      },
-      {
-        "percent": "1000",
-        "reputation": 0,
-        "rshares": "7692488765",
-        "voter": "aizensou"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3455872549975",
-        "voter": "au1nethyb1"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "6781848343",
-        "voter": "bentley"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1387859952",
-        "voter": "mineralwasser"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "106098683047",
-        "voter": "bonapartist"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "855490468340",
-        "voter": "boombastic"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "115524100455",
-        "voter": "mrs.agsexplorer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "8261386990",
-        "voter": "bingo-0"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2104057003",
-        "voter": "bingo-1"
-      },
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-5694232013608",
-        "voter": "smooth.witness"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "988597560715",
-        "voter": "benjojo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "564763376378",
-        "voter": "boatymcboatface"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "168058097416",
-        "voter": "pairmike"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "61457593326",
-        "voter": "vip"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "29414306405",
-        "voter": "proctologic"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "624912728",
-        "voter": "healthcare"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "902943814",
-        "voter": "stoner19"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "971397151",
-        "voter": "daniel.pan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "400674324536",
-        "voter": "woo7739"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "821205239311",
-        "voter": "steemrollin"
-      },
-      {
-        "percent": "1000",
-        "reputation": 0,
-        "rshares": "16122243298",
-        "voter": "team"
-      },
-      {
-        "percent": "2100",
-        "reputation": 0,
-        "rshares": "68140066479",
-        "voter": "chitty"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "335329901210",
-        "voter": "lighthil"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "288337653",
-        "voter": "helen.tan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "84761882611",
-        "voter": "unosuke"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "221378412917",
-        "voter": "noaommerrr"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "156355134109",
-        "voter": "vitaly-lvov"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "125237012083",
-        "voter": "edgeland"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "384189354393",
-        "voter": "craig-grant"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "78953157492",
-        "voter": "easteagle13"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "24177692381",
-        "voter": "mod-tamichh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "47071100260",
-        "voter": "cyan91"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "182161233136",
-        "voter": "samuel-stone"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "27507445535",
-        "voter": "full-measure"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "15043635029",
-        "voter": "jademont"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1091318863571",
-        "voter": "gavvet"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3913661416",
-        "voter": "hbhades"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "537679658162",
-        "voter": "eeks"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "477297643",
-        "voter": "paco-steem"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "19875326051",
-        "voter": "hipster"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5373300397",
-        "voter": "spaninv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "31632644129",
-        "voter": "james-show"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2191644256",
-        "voter": "gekko"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1709548184767",
-        "voter": "cryptoctopus"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "292403125620",
-        "voter": "pal"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "91790166084",
-        "voter": "william-noe"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "6782998784",
-        "voter": "acidyo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "134023949190",
-        "voter": "steve-walschot"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "32871946754",
-        "voter": "dan-atstarlite"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "490595494",
-        "voter": "coar"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "67870898638",
-        "voter": "asch"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "286727574871",
-        "voter": "kevinwong"
-      },
-      {
-        "percent": "3301",
-        "reputation": 0,
-        "rshares": "1425998946",
-        "voter": "murh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1703165248",
-        "voter": "brian-lukassen"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7184649989",
-        "voter": "cryptofunk"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "584817224",
-        "voter": "kodi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "79084857477",
-        "voter": "theshell"
-      },
-      {
-        "percent": "3000",
-        "reputation": 0,
-        "rshares": "22641839395",
-        "voter": "thecryptofiend"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51307800519",
-        "voter": "justtryme90"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5388661415",
-        "voter": "zebbra2014"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3915776982262",
-        "voter": "satoshifund"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "403407002721",
-        "voter": "taoteh1221"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "426836364",
-        "voter": "applecrisp"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "372600185",
-        "voter": "stiletto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "147474797358",
-        "voter": "killerstorm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "370486042445",
-        "voter": "hedge-x"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "6226063990",
-        "voter": "hisnameisolllie"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "4666893911",
-        "voter": "wingz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53642020280",
-        "voter": "juanmiguelsalas"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "112536244257",
-        "voter": "kenny-crane"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "18290477525",
-        "voter": "samether"
-      },
-      {
-        "percent": "3000",
-        "reputation": 0,
-        "rshares": "20435826971",
-        "voter": "ratel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4477973596",
-        "voter": "dahaz159"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13353893819",
-        "voter": "facer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "19195451431",
-        "voter": "ziv"
-      },
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-37886485933",
-        "voter": "cheftony"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "814177904",
-        "voter": "proglobyte"
-      },
-      {
-        "percent": "7500",
-        "reputation": 0,
-        "rshares": "6651057809",
-        "voter": "grandpere"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "187723859372",
-        "voter": "mexbit"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5901731263",
-        "voter": "mark-waser"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "13475779704",
-        "voter": "publicworker"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "106662592446",
-        "voter": "geoffrey"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "46106881411",
-        "voter": "honeythief"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2879418324",
-        "voter": "mammasitta"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "22456450828",
-        "voter": "marco-delsalto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "6740408834",
-        "voter": "tyler-fletcher"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "90461089451",
-        "voter": "mctiller"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "70695307715",
-        "voter": "freedomengineer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "14764907307",
-        "voter": "magnebit"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "73424982025",
-        "voter": "razvanelulmarin"
-      },
-      {
-        "percent": "900",
-        "reputation": 0,
-        "rshares": "4332771254",
-        "voter": "treeshaface"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "17687843258",
-        "voter": "frankjones"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "18766219906",
-        "voter": "skapaneas"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5157854283",
-        "voter": "micheletrainer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "17552893571",
-        "voter": "grey580"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "283436852",
-        "voter": "ladyclair"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "288748933789",
-        "voter": "ericvancewalton"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52215058764",
-        "voter": "booja"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "331004446932",
-        "voter": "roelandp"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4775693686",
-        "voter": "dennygalindo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "62198582831",
-        "voter": "lehard"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "249608253",
-        "voter": "ivp"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "86432384761",
-        "voter": "rubybian"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3299480410",
-        "voter": "orly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "254364900",
-        "voter": "mstang83"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "22617124650",
-        "voter": "katyakov"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "122156869592",
-        "voter": "robrigo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48022035978",
-        "voter": "menta"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "977288096",
-        "voter": "lontong"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "135562023252",
-        "voter": "chhayll"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13300237653",
-        "voter": "r4fken"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "124913925653",
-        "voter": "derekareith"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "26683327851",
-        "voter": "picokernel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2707813985",
-        "voter": "wintrop"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "514388137239",
-        "voter": "neoxian"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "25581639649",
-        "voter": "strangerarray"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1344524912605",
-        "voter": "renohq"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "155010079441",
-        "voter": "knircky"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5523230874",
-        "voter": "on0tole"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "71594122778",
-        "voter": "sigmajin"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "16832656768",
-        "voter": "ausbitbank"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "42564757970",
-        "voter": "mrwang"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1268462097",
-        "voter": "mixa"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "8279675078",
-        "voter": "autosmile13"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "40069670306",
-        "voter": "wesam"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1632266140",
-        "voter": "steem1653"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55667692",
-        "voter": "cynetyc"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4524453413",
-        "voter": "gikitiki"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4046708005",
-        "voter": "steemit-life"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4687463894",
-        "voter": "thegoodguy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "40136504296",
-        "voter": "biophil"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3759809896",
-        "voter": "karen13"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2630980347",
-        "voter": "jbouchard12"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "27635550326",
-        "voter": "dwinblood"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "24959867898",
-        "voter": "igster"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10845979381",
-        "voter": "deviedev"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "228465690",
-        "voter": "zoicneo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "296045327034",
-        "voter": "nabilov"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "79351054414",
-        "voter": "ntomaino"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13957994657",
-        "voter": "meesterboom"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "12385010041",
-        "voter": "domavila"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "400742354",
-        "voter": "karenmckersie"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "484888225",
-        "voter": "luisucv34"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5747716426",
-        "voter": "krystle"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "75001817111",
-        "voter": "inertia"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "44353154247",
-        "voter": "yongyoon"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7146190847",
-        "voter": "lichtblick"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9028095567",
-        "voter": "warrensteem"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3710621464",
-        "voter": "maximkichev"
-      },
-      {
-        "percent": "1000",
-        "reputation": 0,
-        "rshares": "5254853525",
-        "voter": "sbq777t"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13560062590",
-        "voter": "nippel66"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3175676972",
-        "voter": "imp3"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2552560220",
-        "voter": "sgnsteems"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "189609178496",
-        "voter": "blueorgy"
-      },
-      {
-        "percent": "1400",
-        "reputation": 0,
-        "rshares": "4380569189",
-        "voter": "wadepaterson"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "296100567501",
-        "voter": "calaber24p"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "20078314404",
-        "voter": "mustafaomar"
-      },
-      {
-        "percent": "4900",
-        "reputation": 0,
-        "rshares": "7161559782",
-        "voter": "all-of-us"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "8247905495",
-        "voter": "magz8716"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "18706560189",
-        "voter": "bendjmiller222"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4078813249",
-        "voter": "tarindel"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "13966407599",
-        "voter": "beowulfoflegend"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "23276095473",
-        "voter": "deanliu"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5317355087",
-        "voter": "rainchen"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9242725695",
-        "voter": "oumar"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5575772867",
-        "voter": "sharker"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "182819821534",
-        "voter": "jl777"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1103176661",
-        "voter": "oecp85"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "977888223951",
-        "voter": "james212"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "818040957",
-        "voter": "flyboyzombie"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "39295777834",
-        "voter": "zaebars"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1428031362",
-        "voter": "alekst"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1782690382",
-        "voter": "yarly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "125979055",
-        "voter": "kottai"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "269576627",
-        "voter": "yarly2"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "269980297",
-        "voter": "yarly3"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "156093986",
-        "voter": "yarly4"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "156975275",
-        "voter": "yarly5"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "89476508",
-        "voter": "yarly7"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56769328536",
-        "voter": "arcurus"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "115403915",
-        "voter": "charbelnamm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9802713874",
-        "voter": "alsprinting"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4554249461",
-        "voter": "gustavopasquini"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10450628476",
-        "voter": "moon32walker"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "25772328103",
-        "voter": "marius19"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13637653306",
-        "voter": "lemooljiang"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "15826604583",
-        "voter": "winstonwolfe"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "455136533",
-        "voter": "kooshikoo"
-      },
-      {
-        "percent": "2300",
-        "reputation": 0,
-        "rshares": "8541510354",
-        "voter": "fatboy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "15580395475",
-        "voter": "proto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "639099484",
-        "voter": "curator"
-      },
-      {
-        "percent": "8200",
-        "reputation": 0,
-        "rshares": "2410557662",
-        "voter": "ace108"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "432302630",
-        "voter": "yarly10"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1634018670",
-        "voter": "alex.chien"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "231618512",
-        "voter": "yarly11"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13498521499",
-        "voter": "michaeldodridge"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "81028161",
-        "voter": "yarly12"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1713978326",
-        "voter": "remlaps"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "165045645",
-        "voter": "beanz"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "273280899",
-        "voter": "clevecross"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "31769283842",
-        "voter": "smailer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "149502446",
-        "voter": "steemster1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4564708091",
-        "voter": "sulev"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2873988066",
-        "voter": "dmilash"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3459421629",
-        "voter": "carlas10"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1493719735",
-        "voter": "spinner"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4189235490",
-        "voter": "glitterpig"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7874311492",
-        "voter": "taker"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "689524426",
-        "voter": "pakisnxt"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5394692942",
-        "voter": "theprophet0"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4481547788",
-        "voter": "theprophet"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "61911147",
-        "voter": "sharon"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7265644466",
-        "voter": "dumar022"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "61700262",
-        "voter": "lillianjones"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "46418159604",
-        "voter": "capitalism"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "588460890536",
-        "voter": "toxic"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "8609049381",
-        "voter": "darknet"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "14224054622",
-        "voter": "gmurph"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "655589667",
-        "voter": "xtester"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2090553241",
-        "voter": "achim86"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4256758523",
-        "voter": "ullikume"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "8452120116",
-        "voter": "kurtbeil"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "60138244071",
-        "voter": "poteshnik83"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "99476907271",
-        "voter": "thisisbenbrick"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "392193612",
-        "voter": "wiser"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "112411845286",
-        "voter": "terrycraft"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1348324437",
-        "voter": "dolov"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "21004018124",
-        "voter": "jphamer1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "11270713350",
-        "voter": "ekitcho"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "150794650",
-        "voter": "bigsambucca"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "83986507131",
-        "voter": "joele"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5527031256",
-        "voter": "oflyhigh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "57523014",
-        "voter": "nickche"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2512217855",
-        "voter": "kainmarx"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "493960660",
-        "voter": "future24"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "63555792",
-        "voter": "msjennifer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58453204",
-        "voter": "ciao"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3015124995",
-        "voter": "villainblack"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3439786891",
-        "voter": "cmorton"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "219039434",
-        "voter": "xcepta"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "748990287",
-        "voter": "jrcornel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "57914427",
-        "voter": "steemo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "19865005311",
-        "voter": "hanshotfirst"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56535984",
-        "voter": "steema"
-      },
-      {
-        "percent": "3000",
-        "reputation": 0,
-        "rshares": "5769564425",
-        "voter": "highlite"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "73061236",
-        "voter": "evgenyche"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "65927774",
-        "voter": "bhavnapatel68"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "71228043",
-        "voter": "confucius"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "28924632850",
-        "voter": "mrosenquist"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "74898697",
-        "voter": "elenirossidou"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58639072",
-        "voter": "jarvis"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "102741069",
-        "voter": "lisadang"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "78765183",
-        "voter": "razberrijam"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10750764390",
-        "voter": "matrixdweller"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56726999",
-        "voter": "fortuner"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2816953736",
-        "voter": "virtualgrowth"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "1399636656",
-        "voter": "anotherjoe"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59750246",
-        "voter": "saveliy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5927843564",
-        "voter": "solarguy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "890579467",
-        "voter": "crazycow"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3977281078",
-        "voter": "lamech-m"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9470181501",
-        "voter": "mrgrey"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "382699085",
-        "voter": "crezyliza"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "12003456501",
-        "voter": "gvargas123"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55399493",
-        "voter": "johnbyrd"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56575537",
-        "voter": "thomasaustin"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55394920",
-        "voter": "thermor"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56570509",
-        "voter": "ficholl"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55387660",
-        "voter": "widell"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10109582992",
-        "voter": "elissahawke"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "88078809749",
-        "voter": "icfiedler"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "192287988",
-        "voter": "steevc"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1592064374",
-        "voter": "movievertigo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54991366",
-        "voter": "revelbrooks"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "23660021285",
-        "voter": "andrewawerdna"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5932358367",
-        "voter": "trev"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48131519933",
-        "voter": "dragonanarchist"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "79979619",
-        "voter": "joelbow"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "4001380728",
-        "voter": "sethlinson"
-      },
-      {
-        "percent": "1000",
-        "reputation": 0,
-        "rshares": "2391702679",
-        "voter": "hilarski"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "101945845",
-        "voter": "slorunner"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1679360131",
-        "voter": "imag1ne"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58631508",
-        "voter": "pacino"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "57412782",
-        "voter": "drsamkhan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54999739",
-        "voter": "curpose"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "103040256",
-        "voter": "adrevel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "61202458",
-        "voter": "steembriefing"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2894276750",
-        "voter": "fat-like-buddha"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "64070582",
-        "voter": "iosif"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1559083086",
-        "voter": "ines-f"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1893166639",
-        "voter": "cryptoeasy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9771811576",
-        "voter": "etcmike"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4912386907",
-        "voter": "ats-david"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "947456313",
-        "voter": "runridefly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "69985187",
-        "voter": "stephenkendal"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "80557869",
-        "voter": "jlufer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2475119042",
-        "voter": "contentjunkie"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "99564797338",
-        "voter": "shenanigator"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7076299362",
-        "voter": "daveks"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "61715783",
-        "voter": "uziriel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3325599818",
-        "voter": "funkywanderer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "11968284833",
-        "voter": "ryan-singer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53961187",
-        "voter": "troich"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56665974",
-        "voter": "viktorriver"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7018683565",
-        "voter": "mdoolsky"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3103345545",
-        "voter": "xanoxt"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1652709870",
-        "voter": "davidjkelley"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "6919572472",
-        "voter": "davidbrogan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53966805",
-        "voter": "crion"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53622549",
-        "voter": "hitherise"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54730557",
-        "voter": "wiss"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "12191050487",
-        "voter": "ghasemkiani"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "15497139800",
-        "voter": "digital-wisdom"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3938044420",
-        "voter": "ethical-ai"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54362089",
-        "voter": "stroully"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2032879970",
-        "voter": "matthewtiii"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5655677010",
-        "voter": "jwaser"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54019345",
-        "voter": "thadm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54017499",
-        "voter": "prof"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56837113",
-        "voter": "blogx"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55043079",
-        "voter": "zettar"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "17788079417",
-        "voter": "hunterisgreat"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1089484775",
-        "voter": "smisi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53640464",
-        "voter": "yorsens"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "85546636",
-        "voter": "the-ego-is-you"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53331040",
-        "voter": "bane"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "537067064",
-        "voter": "winglessss"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53324520",
-        "voter": "vive"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53318865",
-        "voter": "coad"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "287913287",
-        "voter": "totosky"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1697516350",
-        "voter": "baodog"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2664939129",
-        "voter": "bwaser"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52988378",
-        "voter": "sofa"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "732461217",
-        "voter": "ct-gurus"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "220578638",
-        "voter": "mamo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1706277109",
-        "voter": "ibringawareness"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "860146710",
-        "voter": "kingarbinv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53039974",
-        "voter": "ailo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4841952237",
-        "voter": "burnin"
-      },
-      {
-        "percent": "3300",
-        "reputation": 0,
-        "rshares": "558512952",
-        "voter": "bitcoinparadise"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "206212756",
-        "voter": "ballinconscious"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4652459969",
-        "voter": "gringalicious"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2770826537",
-        "voter": "steempowerwhale"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1336513482",
-        "voter": "rigaronib"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "390796425",
-        "voter": "echoesinthemind"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "357202147",
-        "voter": "soldier"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55826263",
-        "voter": "nelyp"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2339486479",
-        "voter": "ellepdub"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50852949",
-        "voter": "gregorygarcia"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9400577403",
-        "voter": "herpetologyguy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51470533",
-        "voter": "eavy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51468937",
-        "voter": "roto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "70358845",
-        "voter": "ancientofdays"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52648858",
-        "voter": "psyduck"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "330163263",
-        "voter": "robotev1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4796038584",
-        "voter": "morgan.waser"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "147415673",
-        "voter": "flowergirl"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51141851",
-        "voter": "slow"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "101153586",
-        "voter": "anns"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1693077690",
-        "voter": "nil1511"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "846735133",
-        "voter": "greenwayoflife"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50798322",
-        "voter": "breeze"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50796122",
-        "voter": "factom"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50794039",
-        "voter": "autodesk"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50708837",
-        "voter": "ardly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50704078",
-        "voter": "yotoh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50570250",
-        "voter": "ziggo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50482289",
-        "voter": "connection"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50433760",
-        "voter": "morse"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50317220",
-        "voter": "piphunters"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1824788165",
-        "voter": "cwbrooch"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1161216291",
-        "voter": "ayim"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3675242983",
-        "voter": "strong-ai"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "346259703",
-        "voter": "julia26"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "488963228",
-        "voter": "grisha-danunaher"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "696884040",
-        "voter": "ziogio"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "77637243",
-        "voter": "igtes"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "80800689",
-        "voter": "timalex"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "79083956",
-        "voter": "silverbackjonz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "23984282056",
-        "voter": "abdullar"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1204472546",
-        "voter": "expedition"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "157643687",
-        "voter": "buffett"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "162128433",
-        "voter": "cebymaster"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "143818142",
-        "voter": "eunnykim"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "162785391",
-        "voter": "olga4ka"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1065182434",
-        "voter": "rusteemitblog"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "161974443",
-        "voter": "zapply"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "158642800",
-        "voter": "ranger"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "282877474",
-        "voter": "witchcraftblog"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "975048251",
-        "voter": "nikomah"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "161212160",
-        "voter": "origin"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "161205518",
-        "voter": "acute"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "160973134",
-        "voter": "gravity"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "157801695",
-        "voter": "realtime"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "157654556",
-        "voter": "pawel-krawczyk"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "125721183",
-        "voter": "rubenkusters"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "160269480",
-        "voter": "adpipop"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "103667189",
-        "voter": "charli"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "147606365",
-        "voter": "laskovskiy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "65836326",
-        "voter": "serikus"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "147145004",
-        "voter": "fer32p"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "159524423",
-        "voter": "radent"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "125821091",
-        "voter": "jasonxg"
-      }
-    ],
-    "author": "ned",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\n\n# Over the last few weeks I've been thinking about ways we could increase the demand for Steem Power, the quality of curated content and the incentives to participate as a Steem curator.\n\nHere are a couple ideas I have been kicking around. They're not fully mature and could use a good rinsing by the community.\n\n## Allow Steem holders to delegate their Steem Power voting rights to a **voting pool**\n\nA delegated voting pool could socialize voting power and individualize rewards.  One prime use for this could be the @steemit account.  @steemit could create a voting pool and invite anyone with a verified identity and good reputation to join the pool as a curator.  This could increase the number of unique curators, help bootstrap Steem as an identity database and give people even more incentives to sign up.\n\nTo show the numbers, an example would be Alice Bob and Charley each delegate their SP of 2, 3, and 7 to one voting pool.  Now they each have 4, 4, and 4 SP to be used to curate.  Better curation would earn them more curation rewards.  \n\nA side effect of delegated voting pools could be voting markets.  Any user would have the power to create a voting pool and these users could charge curators for participation. Some of the platform's whales could be interested in offering subscription models to minnows as a way to get more voting influence.\n\n## If powering down stake loses voting influence\n\nImagine that any stake being powered down would lose its rights to use voting influence.  This could make the system very clear in the regard that stake is either in or it is out.  Users could be able to choose any % of their stake to power down regardless of how many accounts they have and only the % stake that is powering down would lose voting influence.  Stopping a power down could return all voting rights.\n\nPerhaps the effect of this could be 1/ more interest to stay in the platform and 2/ more fluidity in the witness queue 3/ more fairness regarding the PoS nature of Steem 4/ more clarity from participants looking to exit the system\n\n## Combined effect?\nPerhaps these proposals could have a combined effect that increases the demand and fluidity of Steem Power while improving the curated experience for people visiting Steem based websites.\n\n#### What are your thoughts and questions?",
-    "body_length": 2399,
-    "cashout_time": "2016-10-09T02:14:24",
-    "category": "steem",
-    "children": 315,
-    "created": "2016-09-07T15:44:51",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 0,
-    "json_metadata": "{\"tags\":[\"steem\",\"ideas\",\"curation\",\"participation\",\"fun\"],\"users\":[\"steemit\"],\"image\":[\"https:\\/\\/www.biznessapps.com\\/blog\\/wp-content\\/uploads\\/2013\\/12\\/shutterstock_148639682.png\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-09-07T15:50:51",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 21098346399884,
-    "parent_author": "",
-    "parent_permlink": "steem",
-    "pending_payout_value": "47.461 HBD",
-    "percent_steem_dollars": 10000,
-    "permlink": "increasing-curation-demand-for-steem-power-and-community-interaction",
-    "post_id": 882849,
-    "promoted": "500.000 HBD",
-    "replies": [],
-    "root_title": "Increasing Curation, Demand for Steem Power and Community Interaction",
-    "title": "Increasing Curation, Demand for Steem Power and Community Interaction",
-    "total_payout_value": "0.000 HBD",
-    "url": "/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted.pat.json
deleted file mode 100644
index 19ebc0d2..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_promoted.pat.json
+++ /dev/null
@@ -1,2590 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-28338941273774",
-        "voter": "dantheman"
-      },
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-56560374008",
-        "voter": "fminerten1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "515865522774",
-        "voter": "panadacoin"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "591238736691",
-        "voter": "barrie"
-      },
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-31244889730986",
-        "voter": "smooth"
-      },
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-25869425303440",
-        "voter": "berniesanders"
-      },
-      {
-        "percent": "8900",
-        "reputation": 0,
-        "rshares": "56923627230317",
-        "voter": "ned"
-      },
-      {
-        "percent": "-4000",
-        "reputation": 0,
-        "rshares": "-61162327823",
-        "voter": "highasfuck"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5861402538757",
-        "voter": "riverhead"
-      },
-      {
-        "percent": "3500",
-        "reputation": 0,
-        "rshares": "2012701974707",
-        "voter": "kushed"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1105925638130",
-        "voter": "ihashfury"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1595196737607",
-        "voter": "rossco99"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "986803208166",
-        "voter": "liondani"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5034399699326",
-        "voter": "steemit200"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3103422054",
-        "voter": "boy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3767892961",
-        "voter": "bue-witness"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "690943799",
-        "voter": "bunny"
-      },
-      {
-        "percent": "4900",
-        "reputation": 0,
-        "rshares": "3573913851034",
-        "voter": "complexring"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "6282474172783",
-        "voter": "clayop"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54717838235",
-        "voter": "bue"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1662987228",
-        "voter": "mini"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "213785292",
-        "voter": "moon"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "209038160029",
-        "voter": "alex90342fastn1"
-      },
-      {
-        "percent": "1000",
-        "reputation": 0,
-        "rshares": "7692488765",
-        "voter": "aizensou"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3455872549975",
-        "voter": "au1nethyb1"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "6781848343",
-        "voter": "bentley"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1387859952",
-        "voter": "mineralwasser"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "106098683047",
-        "voter": "bonapartist"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "855490468340",
-        "voter": "boombastic"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "115524100455",
-        "voter": "mrs.agsexplorer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "8261386990",
-        "voter": "bingo-0"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2104057003",
-        "voter": "bingo-1"
-      },
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-5694232013608",
-        "voter": "smooth.witness"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "988597560715",
-        "voter": "benjojo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "564763376378",
-        "voter": "boatymcboatface"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "168058097416",
-        "voter": "pairmike"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "61457593326",
-        "voter": "vip"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "29414306405",
-        "voter": "proctologic"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "624912728",
-        "voter": "healthcare"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "902943814",
-        "voter": "stoner19"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "971397151",
-        "voter": "daniel.pan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "400674324536",
-        "voter": "woo7739"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "821205239311",
-        "voter": "steemrollin"
-      },
-      {
-        "percent": "1000",
-        "reputation": 0,
-        "rshares": "16122243298",
-        "voter": "team"
-      },
-      {
-        "percent": "2100",
-        "reputation": 0,
-        "rshares": "68140066479",
-        "voter": "chitty"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "335329901210",
-        "voter": "lighthil"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "288337653",
-        "voter": "helen.tan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "84761882611",
-        "voter": "unosuke"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "221378412917",
-        "voter": "noaommerrr"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "156355134109",
-        "voter": "vitaly-lvov"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "125237012083",
-        "voter": "edgeland"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "384189354393",
-        "voter": "craig-grant"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "78953157492",
-        "voter": "easteagle13"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "24177692381",
-        "voter": "mod-tamichh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "47071100260",
-        "voter": "cyan91"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "182161233136",
-        "voter": "samuel-stone"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "27507445535",
-        "voter": "full-measure"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "15043635029",
-        "voter": "jademont"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1091318863571",
-        "voter": "gavvet"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3913661416",
-        "voter": "hbhades"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "537679658162",
-        "voter": "eeks"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "477297643",
-        "voter": "paco-steem"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "19875326051",
-        "voter": "hipster"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5373300397",
-        "voter": "spaninv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "31632644129",
-        "voter": "james-show"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2191644256",
-        "voter": "gekko"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1709548184767",
-        "voter": "cryptoctopus"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "292403125620",
-        "voter": "pal"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "91790166084",
-        "voter": "william-noe"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "6782998784",
-        "voter": "acidyo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "134023949190",
-        "voter": "steve-walschot"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "32871946754",
-        "voter": "dan-atstarlite"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "490595494",
-        "voter": "coar"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "67870898638",
-        "voter": "asch"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "286727574871",
-        "voter": "kevinwong"
-      },
-      {
-        "percent": "3301",
-        "reputation": 0,
-        "rshares": "1425998946",
-        "voter": "murh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1703165248",
-        "voter": "brian-lukassen"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7184649989",
-        "voter": "cryptofunk"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "584817224",
-        "voter": "kodi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "79084857477",
-        "voter": "theshell"
-      },
-      {
-        "percent": "3000",
-        "reputation": 0,
-        "rshares": "22641839395",
-        "voter": "thecryptofiend"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51307800519",
-        "voter": "justtryme90"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5388661415",
-        "voter": "zebbra2014"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3915776982262",
-        "voter": "satoshifund"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "403407002721",
-        "voter": "taoteh1221"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "426836364",
-        "voter": "applecrisp"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "372600185",
-        "voter": "stiletto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "147474797358",
-        "voter": "killerstorm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "370486042445",
-        "voter": "hedge-x"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "6226063990",
-        "voter": "hisnameisolllie"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "4666893911",
-        "voter": "wingz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53642020280",
-        "voter": "juanmiguelsalas"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "112536244257",
-        "voter": "kenny-crane"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "18290477525",
-        "voter": "samether"
-      },
-      {
-        "percent": "3000",
-        "reputation": 0,
-        "rshares": "20435826971",
-        "voter": "ratel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4477973596",
-        "voter": "dahaz159"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13353893819",
-        "voter": "facer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "19195451431",
-        "voter": "ziv"
-      },
-      {
-        "percent": "-10000",
-        "reputation": 0,
-        "rshares": "-37886485933",
-        "voter": "cheftony"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "814177904",
-        "voter": "proglobyte"
-      },
-      {
-        "percent": "7500",
-        "reputation": 0,
-        "rshares": "6651057809",
-        "voter": "grandpere"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "187723859372",
-        "voter": "mexbit"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5901731263",
-        "voter": "mark-waser"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "13475779704",
-        "voter": "publicworker"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "106662592446",
-        "voter": "geoffrey"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "46106881411",
-        "voter": "honeythief"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2879418324",
-        "voter": "mammasitta"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "22456450828",
-        "voter": "marco-delsalto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "6740408834",
-        "voter": "tyler-fletcher"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "90461089451",
-        "voter": "mctiller"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "70695307715",
-        "voter": "freedomengineer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "14764907307",
-        "voter": "magnebit"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "73424982025",
-        "voter": "razvanelulmarin"
-      },
-      {
-        "percent": "900",
-        "reputation": 0,
-        "rshares": "4332771254",
-        "voter": "treeshaface"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "17687843258",
-        "voter": "frankjones"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "18766219906",
-        "voter": "skapaneas"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5157854283",
-        "voter": "micheletrainer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "17552893571",
-        "voter": "grey580"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "283436852",
-        "voter": "ladyclair"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "288748933789",
-        "voter": "ericvancewalton"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52215058764",
-        "voter": "booja"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "331004446932",
-        "voter": "roelandp"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4775693686",
-        "voter": "dennygalindo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "62198582831",
-        "voter": "lehard"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "249608253",
-        "voter": "ivp"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "86432384761",
-        "voter": "rubybian"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3299480410",
-        "voter": "orly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "254364900",
-        "voter": "mstang83"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "22617124650",
-        "voter": "katyakov"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "122156869592",
-        "voter": "robrigo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48022035978",
-        "voter": "menta"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "977288096",
-        "voter": "lontong"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "135562023252",
-        "voter": "chhayll"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13300237653",
-        "voter": "r4fken"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "124913925653",
-        "voter": "derekareith"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "26683327851",
-        "voter": "picokernel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2707813985",
-        "voter": "wintrop"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "514388137239",
-        "voter": "neoxian"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "25581639649",
-        "voter": "strangerarray"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1344524912605",
-        "voter": "renohq"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "155010079441",
-        "voter": "knircky"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5523230874",
-        "voter": "on0tole"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "71594122778",
-        "voter": "sigmajin"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "16832656768",
-        "voter": "ausbitbank"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "42564757970",
-        "voter": "mrwang"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1268462097",
-        "voter": "mixa"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "8279675078",
-        "voter": "autosmile13"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "40069670306",
-        "voter": "wesam"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1632266140",
-        "voter": "steem1653"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55667692",
-        "voter": "cynetyc"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4524453413",
-        "voter": "gikitiki"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4046708005",
-        "voter": "steemit-life"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4687463894",
-        "voter": "thegoodguy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "40136504296",
-        "voter": "biophil"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3759809896",
-        "voter": "karen13"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2630980347",
-        "voter": "jbouchard12"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "27635550326",
-        "voter": "dwinblood"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "24959867898",
-        "voter": "igster"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10845979381",
-        "voter": "deviedev"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "228465690",
-        "voter": "zoicneo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "296045327034",
-        "voter": "nabilov"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "79351054414",
-        "voter": "ntomaino"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13957994657",
-        "voter": "meesterboom"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "12385010041",
-        "voter": "domavila"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "400742354",
-        "voter": "karenmckersie"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "484888225",
-        "voter": "luisucv34"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5747716426",
-        "voter": "krystle"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "75001817111",
-        "voter": "inertia"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "44353154247",
-        "voter": "yongyoon"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7146190847",
-        "voter": "lichtblick"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9028095567",
-        "voter": "warrensteem"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3710621464",
-        "voter": "maximkichev"
-      },
-      {
-        "percent": "1000",
-        "reputation": 0,
-        "rshares": "5254853525",
-        "voter": "sbq777t"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13560062590",
-        "voter": "nippel66"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3175676972",
-        "voter": "imp3"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2552560220",
-        "voter": "sgnsteems"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "189609178496",
-        "voter": "blueorgy"
-      },
-      {
-        "percent": "1400",
-        "reputation": 0,
-        "rshares": "4380569189",
-        "voter": "wadepaterson"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "296100567501",
-        "voter": "calaber24p"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "20078314404",
-        "voter": "mustafaomar"
-      },
-      {
-        "percent": "4900",
-        "reputation": 0,
-        "rshares": "7161559782",
-        "voter": "all-of-us"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "8247905495",
-        "voter": "magz8716"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "18706560189",
-        "voter": "bendjmiller222"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4078813249",
-        "voter": "tarindel"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "13966407599",
-        "voter": "beowulfoflegend"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "23276095473",
-        "voter": "deanliu"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5317355087",
-        "voter": "rainchen"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9242725695",
-        "voter": "oumar"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5575772867",
-        "voter": "sharker"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "182819821534",
-        "voter": "jl777"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1103176661",
-        "voter": "oecp85"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "977888223951",
-        "voter": "james212"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "818040957",
-        "voter": "flyboyzombie"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "39295777834",
-        "voter": "zaebars"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1428031362",
-        "voter": "alekst"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1782690382",
-        "voter": "yarly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "125979055",
-        "voter": "kottai"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "269576627",
-        "voter": "yarly2"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "269980297",
-        "voter": "yarly3"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "156093986",
-        "voter": "yarly4"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "156975275",
-        "voter": "yarly5"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "89476508",
-        "voter": "yarly7"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56769328536",
-        "voter": "arcurus"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "115403915",
-        "voter": "charbelnamm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9802713874",
-        "voter": "alsprinting"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4554249461",
-        "voter": "gustavopasquini"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10450628476",
-        "voter": "moon32walker"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "25772328103",
-        "voter": "marius19"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13637653306",
-        "voter": "lemooljiang"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "15826604583",
-        "voter": "winstonwolfe"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "455136533",
-        "voter": "kooshikoo"
-      },
-      {
-        "percent": "2300",
-        "reputation": 0,
-        "rshares": "8541510354",
-        "voter": "fatboy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "15580395475",
-        "voter": "proto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "639099484",
-        "voter": "curator"
-      },
-      {
-        "percent": "8200",
-        "reputation": 0,
-        "rshares": "2410557662",
-        "voter": "ace108"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "432302630",
-        "voter": "yarly10"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1634018670",
-        "voter": "alex.chien"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "231618512",
-        "voter": "yarly11"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "13498521499",
-        "voter": "michaeldodridge"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "81028161",
-        "voter": "yarly12"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1713978326",
-        "voter": "remlaps"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "165045645",
-        "voter": "beanz"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "273280899",
-        "voter": "clevecross"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "31769283842",
-        "voter": "smailer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "149502446",
-        "voter": "steemster1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4564708091",
-        "voter": "sulev"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2873988066",
-        "voter": "dmilash"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3459421629",
-        "voter": "carlas10"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1493719735",
-        "voter": "spinner"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4189235490",
-        "voter": "glitterpig"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7874311492",
-        "voter": "taker"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "689524426",
-        "voter": "pakisnxt"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5394692942",
-        "voter": "theprophet0"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4481547788",
-        "voter": "theprophet"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "61911147",
-        "voter": "sharon"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7265644466",
-        "voter": "dumar022"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "61700262",
-        "voter": "lillianjones"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "46418159604",
-        "voter": "capitalism"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "588460890536",
-        "voter": "toxic"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "8609049381",
-        "voter": "darknet"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "14224054622",
-        "voter": "gmurph"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "655589667",
-        "voter": "xtester"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2090553241",
-        "voter": "achim86"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4256758523",
-        "voter": "ullikume"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "8452120116",
-        "voter": "kurtbeil"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "60138244071",
-        "voter": "poteshnik83"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "99476907271",
-        "voter": "thisisbenbrick"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "392193612",
-        "voter": "wiser"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "112411845286",
-        "voter": "terrycraft"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1348324437",
-        "voter": "dolov"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "21004018124",
-        "voter": "jphamer1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "11270713350",
-        "voter": "ekitcho"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "150794650",
-        "voter": "bigsambucca"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "83986507131",
-        "voter": "joele"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5527031256",
-        "voter": "oflyhigh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "57523014",
-        "voter": "nickche"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2512217855",
-        "voter": "kainmarx"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "493960660",
-        "voter": "future24"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "63555792",
-        "voter": "msjennifer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58453204",
-        "voter": "ciao"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3015124995",
-        "voter": "villainblack"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3439786891",
-        "voter": "cmorton"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "219039434",
-        "voter": "xcepta"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "748990287",
-        "voter": "jrcornel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "57914427",
-        "voter": "steemo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "19865005311",
-        "voter": "hanshotfirst"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56535984",
-        "voter": "steema"
-      },
-      {
-        "percent": "3000",
-        "reputation": 0,
-        "rshares": "5769564425",
-        "voter": "highlite"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "73061236",
-        "voter": "evgenyche"
-      },
-      {
-        "percent": "0",
-        "reputation": 0,
-        "rshares": "65927774",
-        "voter": "bhavnapatel68"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "71228043",
-        "voter": "confucius"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "28924632850",
-        "voter": "mrosenquist"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "74898697",
-        "voter": "elenirossidou"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58639072",
-        "voter": "jarvis"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "102741069",
-        "voter": "lisadang"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "78765183",
-        "voter": "razberrijam"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10750764390",
-        "voter": "matrixdweller"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56726999",
-        "voter": "fortuner"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2816953736",
-        "voter": "virtualgrowth"
-      },
-      {
-        "percent": "100",
-        "reputation": 0,
-        "rshares": "1399636656",
-        "voter": "anotherjoe"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "59750246",
-        "voter": "saveliy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5927843564",
-        "voter": "solarguy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "890579467",
-        "voter": "crazycow"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3977281078",
-        "voter": "lamech-m"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9470181501",
-        "voter": "mrgrey"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "382699085",
-        "voter": "crezyliza"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "12003456501",
-        "voter": "gvargas123"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55399493",
-        "voter": "johnbyrd"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56575537",
-        "voter": "thomasaustin"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55394920",
-        "voter": "thermor"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56570509",
-        "voter": "ficholl"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55387660",
-        "voter": "widell"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "10109582992",
-        "voter": "elissahawke"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "88078809749",
-        "voter": "icfiedler"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "192287988",
-        "voter": "steevc"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1592064374",
-        "voter": "movievertigo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54991366",
-        "voter": "revelbrooks"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "23660021285",
-        "voter": "andrewawerdna"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5932358367",
-        "voter": "trev"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "48131519933",
-        "voter": "dragonanarchist"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "79979619",
-        "voter": "joelbow"
-      },
-      {
-        "percent": "5000",
-        "reputation": 0,
-        "rshares": "4001380728",
-        "voter": "sethlinson"
-      },
-      {
-        "percent": "1000",
-        "reputation": 0,
-        "rshares": "2391702679",
-        "voter": "hilarski"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "101945845",
-        "voter": "slorunner"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1679360131",
-        "voter": "imag1ne"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "58631508",
-        "voter": "pacino"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "57412782",
-        "voter": "drsamkhan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54999739",
-        "voter": "curpose"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "103040256",
-        "voter": "adrevel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "61202458",
-        "voter": "steembriefing"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2894276750",
-        "voter": "fat-like-buddha"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "64070582",
-        "voter": "iosif"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1559083086",
-        "voter": "ines-f"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1893166639",
-        "voter": "cryptoeasy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9771811576",
-        "voter": "etcmike"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4912386907",
-        "voter": "ats-david"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "947456313",
-        "voter": "runridefly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "69985187",
-        "voter": "stephenkendal"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "80557869",
-        "voter": "jlufer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2475119042",
-        "voter": "contentjunkie"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "99564797338",
-        "voter": "shenanigator"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7076299362",
-        "voter": "daveks"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "61715783",
-        "voter": "uziriel"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3325599818",
-        "voter": "funkywanderer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "11968284833",
-        "voter": "ryan-singer"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53961187",
-        "voter": "troich"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56665974",
-        "voter": "viktorriver"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "7018683565",
-        "voter": "mdoolsky"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3103345545",
-        "voter": "xanoxt"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1652709870",
-        "voter": "davidjkelley"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "6919572472",
-        "voter": "davidbrogan"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53966805",
-        "voter": "crion"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53622549",
-        "voter": "hitherise"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54730557",
-        "voter": "wiss"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "12191050487",
-        "voter": "ghasemkiani"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "15497139800",
-        "voter": "digital-wisdom"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3938044420",
-        "voter": "ethical-ai"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54362089",
-        "voter": "stroully"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2032879970",
-        "voter": "matthewtiii"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "5655677010",
-        "voter": "jwaser"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54019345",
-        "voter": "thadm"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "54017499",
-        "voter": "prof"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "56837113",
-        "voter": "blogx"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55043079",
-        "voter": "zettar"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "17788079417",
-        "voter": "hunterisgreat"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1089484775",
-        "voter": "smisi"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53640464",
-        "voter": "yorsens"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "85546636",
-        "voter": "the-ego-is-you"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53331040",
-        "voter": "bane"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "537067064",
-        "voter": "winglessss"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53324520",
-        "voter": "vive"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53318865",
-        "voter": "coad"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "287913287",
-        "voter": "totosky"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1697516350",
-        "voter": "baodog"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2664939129",
-        "voter": "bwaser"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52988378",
-        "voter": "sofa"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "732461217",
-        "voter": "ct-gurus"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "220578638",
-        "voter": "mamo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1706277109",
-        "voter": "ibringawareness"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "860146710",
-        "voter": "kingarbinv"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53039974",
-        "voter": "ailo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4841952237",
-        "voter": "burnin"
-      },
-      {
-        "percent": "3300",
-        "reputation": 0,
-        "rshares": "558512952",
-        "voter": "bitcoinparadise"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "206212756",
-        "voter": "ballinconscious"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4652459969",
-        "voter": "gringalicious"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2770826537",
-        "voter": "steempowerwhale"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1336513482",
-        "voter": "rigaronib"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "390796425",
-        "voter": "echoesinthemind"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "357202147",
-        "voter": "soldier"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "55826263",
-        "voter": "nelyp"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "2339486479",
-        "voter": "ellepdub"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50852949",
-        "voter": "gregorygarcia"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "9400577403",
-        "voter": "herpetologyguy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51470533",
-        "voter": "eavy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51468937",
-        "voter": "roto"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "70358845",
-        "voter": "ancientofdays"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "52648858",
-        "voter": "psyduck"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "330163263",
-        "voter": "robotev1"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "4796038584",
-        "voter": "morgan.waser"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "147415673",
-        "voter": "flowergirl"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "51141851",
-        "voter": "slow"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "101153586",
-        "voter": "anns"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1693077690",
-        "voter": "nil1511"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "846735133",
-        "voter": "greenwayoflife"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50798322",
-        "voter": "breeze"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50796122",
-        "voter": "factom"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50794039",
-        "voter": "autodesk"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50708837",
-        "voter": "ardly"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50704078",
-        "voter": "yotoh"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50570250",
-        "voter": "ziggo"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50482289",
-        "voter": "connection"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50433760",
-        "voter": "morse"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "50317220",
-        "voter": "piphunters"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1824788165",
-        "voter": "cwbrooch"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1161216291",
-        "voter": "ayim"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "3675242983",
-        "voter": "strong-ai"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "346259703",
-        "voter": "julia26"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "488963228",
-        "voter": "grisha-danunaher"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "696884040",
-        "voter": "ziogio"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "77637243",
-        "voter": "igtes"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "80800689",
-        "voter": "timalex"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "79083956",
-        "voter": "silverbackjonz"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "23984282056",
-        "voter": "abdullar"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1204472546",
-        "voter": "expedition"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "157643687",
-        "voter": "buffett"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "162128433",
-        "voter": "cebymaster"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "143818142",
-        "voter": "eunnykim"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "162785391",
-        "voter": "olga4ka"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "1065182434",
-        "voter": "rusteemitblog"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "161974443",
-        "voter": "zapply"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "158642800",
-        "voter": "ranger"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "282877474",
-        "voter": "witchcraftblog"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "975048251",
-        "voter": "nikomah"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "161212160",
-        "voter": "origin"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "161205518",
-        "voter": "acute"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "160973134",
-        "voter": "gravity"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "157801695",
-        "voter": "realtime"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "157654556",
-        "voter": "pawel-krawczyk"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "125721183",
-        "voter": "rubenkusters"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "160269480",
-        "voter": "adpipop"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "103667189",
-        "voter": "charli"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "147606365",
-        "voter": "laskovskiy"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "65836326",
-        "voter": "serikus"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "147145004",
-        "voter": "fer32p"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "159524423",
-        "voter": "radent"
-      },
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "125821091",
-        "voter": "jasonxg"
-      }
-    ],
-    "author": "ned",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\n\n# Over the last few weeks I've been thinking about ways we could increase the demand for Steem Power, the quality of curated content and the incentives to participate as a Steem curator.\n\nHere are a couple ideas I have been kicking around. They're not fully mature and could use a good rinsing by the community.\n\n## Allow Steem holders to delegate their Steem Power voting rights to a **voting pool**\n\nA delegated voting pool could socialize voting power and individualize rewards.  One prime use for this could be the @steemit account.  @steemit could create a voting pool and invite anyone with a verified identity and good reputation to join the pool as a curator.  This could increase the number of unique curators, help bootstrap Steem as an identity database and give people even more incentives to sign up.\n\nTo show the numbers, an example would be Alice Bob and Charley each delegate their SP of 2, 3, and 7 to one voting pool.  Now they each have 4, 4, and 4 SP to be used to curate.  Better curation would earn them more curation rewards.  \n\nA side effect of delegated voting pools could be voting markets.  Any user would have the power to create a voting pool and these users could charge curators for participation. Some of the platform's whales could be interested in offering subscription models to minnows as a way to get more voting influence.\n\n## If powering down stake loses voting influence\n\nImagine that any stake being powered down would lose its rights to use voting influence.  This could make the system very clear in the regard that stake is either in or it is out.  Users could be able to choose any % of their stake to power down regardless of how many accounts they have and only the % stake that is powering down would lose voting influence.  Stopping a power down could return all voting rights.\n\nPerhaps the effect of this could be 1/ more interest to stay in the platform and 2/ more fluidity in the witness queue 3/ more fairness regarding the PoS nature of Steem 4/ more clarity from participants looking to exit the system\n\n## Combined effect?\nPerhaps these proposals could have a combined effect that increases the demand and fluidity of Steem Power while improving the curated experience for people visiting Steem based websites.\n\n#### What are your thoughts and questions?",
-    "body_length": 2399,
-    "cashout_time": "2016-09-14T15:44:51",
-    "category": "steem",
-    "children": 315,
-    "created": "2016-09-07T15:44:51",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 0,
-    "json_metadata": "{\"tags\":[\"steem\",\"ideas\",\"curation\",\"participation\",\"fun\"],\"users\":[\"steemit\"],\"image\":[\"https://www.biznessapps.com/blog/wp-content/uploads/2013/12/shutterstock_148639682.png\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-09-07T15:50:51",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 21098346399884,
-    "parent_author": "",
-    "parent_permlink": "steem",
-    "pending_payout_value": "47.466 HBD",
-    "percent_hbd": 10000,
-    "permlink": "increasing-curation-demand-for-steem-power-and-community-interaction",
-    "post_id": 1160043,
-    "promoted": "500.000 HBD",
-    "replies": [],
-    "root_title": "Increasing Curation, Demand for Steem Power and Community Interaction",
-    "title": "Increasing Curation, Demand for Steem Power and Community Interaction",
-    "total_payout_value": "0.000 HBD",
-    "url": "/steem/@ned/increasing-curation-demand-for-steem-power-and-community-interaction"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_trending.orig.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_trending.orig.json
deleted file mode 100644
index 7ec725a8..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_trending.orig.json
+++ /dev/null
@@ -1,40 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53926980",
-        "voter": "simgregg"
-      }
-    ],
-    "author": "simgregg",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.",
-    "body_length": 1273,
-    "cashout_time": "2016-09-18T21:19:45",
-    "category": "polska",
-    "children": 1,
-    "created": "2016-08-18T21:19:45",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 0,
-    "json_metadata": "{\"tags\":[\"polska\",\"wolnosc\",\"ojczyzna\",\"patriotyzm\",\"wiersz\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-08-18T21:19:45",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 53926980,
-    "parent_author": "",
-    "parent_permlink": "polska",
-    "pending_payout_value": "0.000 HBD",
-    "percent_steem_dollars": 10000,
-    "permlink": "nasienie-wolnosci",
-    "post_id": 661285,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Nasienie Wolno\u015bci",
-    "title": "Nasienie Wolno\u015bci",
-    "total_payout_value": "0.000 HBD",
-    "url": "/polska/@simgregg/nasienie-wolnosci"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_trending.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_trending.pat.json
deleted file mode 100644
index b83cc419..00000000
--- a/hivemind/tavern/tags_api_patterns/get_discussions_by_trending.pat.json
+++ /dev/null
@@ -1,40 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53926980",
-        "voter": "simgregg"
-      }
-    ],
-    "author": "simgregg",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.",
-    "body_length": 1273,
-    "cashout_time": "2016-08-25T21:19:45",
-    "category": "polska",
-    "children": 1,
-    "created": "2016-08-18T21:19:45",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 0,
-    "json_metadata": "{\"tags\":[\"polska\",\"wolnosc\",\"ojczyzna\",\"patriotyzm\",\"wiersz\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-08-18T21:19:45",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 53926980,
-    "parent_author": "",
-    "parent_permlink": "polska",
-    "pending_payout_value": "0.000 HBD",
-    "percent_hbd": 10000,
-    "permlink": "nasienie-wolnosci",
-    "post_id": 877987,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Nasienie Wolno\u015bci",
-    "title": "Nasienie Wolno\u015bci",
-    "total_payout_value": "0.000 HBD",
-    "url": "/polska/@simgregg/nasienie-wolnosci"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout.orig.json b/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout.orig.json
deleted file mode 100644
index 7ec725a8..00000000
--- a/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout.orig.json
+++ /dev/null
@@ -1,40 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53926980",
-        "voter": "simgregg"
-      }
-    ],
-    "author": "simgregg",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.",
-    "body_length": 1273,
-    "cashout_time": "2016-09-18T21:19:45",
-    "category": "polska",
-    "children": 1,
-    "created": "2016-08-18T21:19:45",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 0,
-    "json_metadata": "{\"tags\":[\"polska\",\"wolnosc\",\"ojczyzna\",\"patriotyzm\",\"wiersz\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-08-18T21:19:45",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 53926980,
-    "parent_author": "",
-    "parent_permlink": "polska",
-    "pending_payout_value": "0.000 HBD",
-    "percent_steem_dollars": 10000,
-    "permlink": "nasienie-wolnosci",
-    "post_id": 661285,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Nasienie Wolno\u015bci",
-    "title": "Nasienie Wolno\u015bci",
-    "total_payout_value": "0.000 HBD",
-    "url": "/polska/@simgregg/nasienie-wolnosci"
-  }
-]
diff --git a/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout.pat.json b/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout.pat.json
deleted file mode 100644
index b83cc419..00000000
--- a/hivemind/tavern/tags_api_patterns/get_post_discussions_by_payout.pat.json
+++ /dev/null
@@ -1,40 +0,0 @@
-[
-  {
-    "active_votes": [
-      {
-        "percent": "10000",
-        "reputation": 0,
-        "rshares": "53926980",
-        "voter": "simgregg"
-      }
-    ],
-    "author": "simgregg",
-    "author_reputation": 0,
-    "beneficiaries": [],
-    "body": "Krew tych, co kochali Ojczyzn\u0119, jak naw\u00f3z dzia\u0142a na nasze pokolenie,\nBo cho\u0107 z\u0142amani i w ziemi\u0119 g\u0142\u0119boko pogrzebani - s\u0105 jak nasienie -\nWolno\u015bci, kt\u00f3ra w nas wci\u0105\u017c zdechn\u0105\u0107 nie chce, lecz tchn\u0105\u0107 na nowo.\nCho\u0107 nas zaora\u0107 chc\u0105, nasz\u0105 dusz\u0119 przemieli\u0107 jak zesch\u0142e pole,\nMy wci\u0105\u017c pod skorup\u0105, jak lawa, t\u0119tni\u0105c\u0105 i \u017cyw\u0105 mamy Wol\u0119 -\nBy \u017cy\u0107, gdzie B\u00f3g \u017cy\u0107 da\u0142 przez wieki, i stworzy\u0142 na nowo.\n\nPolska - to tak \u0142atwo si\u0119 m\u00f3wi, i ci\u0119\u017cko umiera. Lecz trudniej - \u017cyje -\nDla Polski, by nie tylko sia\u0107 to ziarno, i \u0142ama\u0107, ale i zbiera\u0107.\nGdy odessano nam ju\u017c z cia\u0142a dusz\u0119 i ducha, gdy\u015bmy jak lalki si\u0119 stali -\nNa sznurkach cudzej historii - Za co umiera\u0107? Ile krew warta\nNa gie\u0142dzie Lucyfera?\n\nGdy dusza rwie si\u0119 do Ciebie, Bo\u017ce, a cia\u0142o gnije w tym padole,\nPoka\u017c, ile wolno mi Polski kocha\u0107, a ile jej odda\u0107 w niewol\u0119?\nBo wyznaczy\u0142e\u015b ludom ich miejsce na ziemi, wi\u0119c i zabra\u0107 mo\u017cesz,\nLecz czy je wr\u00f3cisz, je\u015bli narody wr\u00f3c\u0105 do Ciebie w pokorze?\nCzy te\u017c jeste\u015bmy jak Izrael, wygnani za sw\u0105 twardo\u015b\u0107 serca,\nZa szale\u0144stwo pychy, kt\u00f3ra przed upadkiem zmierzcha?\n\nKrew tych, co cia\u0142a swe jak nasienie w\u0142o\u017cyli do ziemi,\nB\u0119dzie ros\u0105 na Polski odrodzeniu. Je\u015bli tylko nasze serca zmieni -\nTa sprawiedliwo\u015b\u0107 Boga, jak kwa\u015bny deszcz spuszczony,\nGdy trzeba by\u0142o sia\u0107, a my\u015bmy tylko zbierali plony.",
-    "body_length": 1273,
-    "cashout_time": "2016-08-25T21:19:45",
-    "category": "polska",
-    "children": 1,
-    "created": "2016-08-18T21:19:45",
-    "curator_payout_value": "0.000 HBD",
-    "depth": 0,
-    "json_metadata": "{\"tags\":[\"polska\",\"wolnosc\",\"ojczyzna\",\"patriotyzm\",\"wiersz\"]}",
-    "last_payout": "1969-12-31T23:59:59",
-    "last_update": "2016-08-18T21:19:45",
-    "max_accepted_payout": "1000000.000 HBD",
-    "net_rshares": 53926980,
-    "parent_author": "",
-    "parent_permlink": "polska",
-    "pending_payout_value": "0.000 HBD",
-    "percent_hbd": 10000,
-    "permlink": "nasienie-wolnosci",
-    "post_id": 877987,
-    "promoted": "0.000 HBD",
-    "replies": [],
-    "root_title": "Nasienie Wolno\u015bci",
-    "title": "Nasienie Wolno\u015bci",
-    "total_payout_value": "0.000 HBD",
-    "url": "/polska/@simgregg/nasienie-wolnosci"
-  }
-]
diff --git a/hivemind/tavern/test_tags_api_patterns.tavern.yaml b/hivemind/tavern/test_tags_api_patterns.tavern.yaml
deleted file mode 100644
index 2fe8d365..00000000
--- a/hivemind/tavern/test_tags_api_patterns.tavern.yaml
+++ /dev/null
@@ -1,318 +0,0 @@
----
-  test_name: Hivemind tags_api.get_discussion patterns test
-
-  marks:
-    - patterntest
-
-  includes:
-    - !include common.yaml
-
-  stages:
-    - name: get_discussion
-      request:
-        url: "{service.proto:s}://{service.server:s}:{service.port}/"
-        method: POST
-        headers:
-          content-type: application/json
-        json:
-          jsonrpc: "2.0"
-          id: 1
-          method: "tags_api.get_discussion"
-          params: {"author":"steemit", "permlink":"firstpost"}
-      response:
-        status_code: 200
-        verify_response_with:
-          function: validate_response:compare_response_with_pattern
-          extra_kwargs:
-            method: "get_discussion"
-            directory: "tags_api_patterns"
-
----
-  test_name: Hivemind tags_api.get_content_replies patterns test
-
-  marks:
-    - patterntest
-
-  includes:
-    - !include common.yaml
-
-  stages:
-    - name: get_content_replies
-      request:
-        url: "{service.proto:s}://{service.server:s}:{service.port}/"
-        method: POST
-        headers:
-          content-type: application/json
-        json:
-          jsonrpc: "2.0"
-          id: 1
-          method: "tags_api.get_content_replies"
-          params: {"author":"admin", "permlink":"firstpost"}
-      response:
-        status_code: 200
-        verify_response_with:
-          function: validate_response:compare_response_with_pattern
-          extra_kwargs:
-            method: "get_content_replies"
-            directory: "tags_api_patterns"
-
----
-  test_name: Hivemind tags_api.get_discussions_by_trending patterns test
-
-  marks:
-    - patterntest
-
-  includes:
-    - !include common.yaml
-
-  stages:
-    - name: get_discussions_by_trending
-      request:
-        url: "{service.proto:s}://{service.server:s}:{service.port}/"
-        method: POST
-        headers:
-          content-type: application/json
-        json:
-          jsonrpc: "2.0"
-          id: 1
-          method: "tags_api.get_discussions_by_trending"
-          params: {"tag":"polska","limit":1}
-      response:
-        status_code: 200
-        verify_response_with:
-          function: validate_response:compare_response_with_pattern
-          extra_kwargs:
-            method: "get_discussions_by_trending"
-            directory: "tags_api_patterns"
-
----
-  test_name: Hivemind tags_api.get_discussions_by_hot patterns test
-
-  marks:
-    - patterntest
-
-  includes:
-    - !include common.yaml
-
-  stages:
-    - name: get_discussions_by_hot
-      request:
-        url: "{service.proto:s}://{service.server:s}:{service.port}/"
-        method: POST
-        headers:
-          content-type: application/json
-        json:
-          jsonrpc: "2.0"
-          id: 1
-          method: "tags_api.get_discussions_by_hot"
-          params: {"tag":"polska","limit":1}
-      response:
-        status_code: 200
-        verify_response_with:
-          function: validate_response:compare_response_with_pattern
-          extra_kwargs:
-            method: "get_discussions_by_hot"
-            directory: "tags_api_patterns"
-
----
-  test_name: Hivemind tags_api.get_discussions_by_promoted patterns test
-
-  marks:
-    - patterntest
-
-  includes:
-    - !include common.yaml
-
-  stages:
-    - name: get_discussions_by_promoted
-      request:
-        url: "{service.proto:s}://{service.server:s}:{service.port}/"
-        method: POST
-        headers:
-          content-type: application/json
-        json:
-          jsonrpc: "2.0"
-          id: 1
-          method: "tags_api.get_discussions_by_promoted"
-          params: {"tag":"steem","limit":1}
-      response:
-        status_code: 200
-        verify_response_with:
-          function: validate_response:compare_response_with_pattern
-          extra_kwargs:
-            method: "get_discussions_by_promoted"
-            directory: "tags_api_patterns"
-
----
-  test_name: Hivemind tags_api.get_discussions_by_created patterns test
-
-  marks:
-    - patterntest
-
-  includes:
-    - !include common.yaml
-
-  stages:
-    - name: get_discussions_by_created
-      request:
-        url: "{service.proto:s}://{service.server:s}:{service.port}/"
-        method: POST
-        headers:
-          content-type: application/json
-        json:
-          jsonrpc: "2.0"
-          id: 1
-          method: "tags_api.get_discussions_by_created"
-          params: {"tag":"polska","limit":1}
-      response:
-        status_code: 200
-        verify_response_with:
-          function: validate_response:compare_response_with_pattern
-          extra_kwargs:
-            method: "get_discussions_by_created"
-            directory: "tags_api_patterns"
-
----
-  test_name: Hivemind tags_api.get_discussions_by_blog patterns test
-
-  marks:
-    - patterntest
-
-  includes:
-    - !include common.yaml
-
-  stages:
-    - name: get_discussions_by_blog
-      request:
-        url: "{service.proto:s}://{service.server:s}:{service.port}/"
-        method: POST
-        headers:
-          content-type: application/json
-        json:
-          jsonrpc: "2.0"
-          id: 1
-          method: "tags_api.get_discussions_by_blog"
-          params: {"tag":"steemit","limit":1}
-      response:
-        status_code: 200
-        verify_response_with:
-          function: validate_response:compare_response_with_pattern
-          extra_kwargs:
-            method: "get_discussions_by_blog"
-            directory: "tags_api_patterns"
-
----
-  test_name: Hivemind tags_api.get_discussions_by_comments patterns test
-
-  marks:
-    - patterntest
-
-  includes:
-    - !include common.yaml
-
-  stages:
-    - name: get_discussions_by_comments
-      request:
-        url: "{service.proto:s}://{service.server:s}:{service.port}/"
-        method: POST
-        headers:
-          content-type: application/json
-        json:
-          jsonrpc: "2.0"
-          id: 1
-          method: "tags_api.get_discussions_by_comments"
-          params: {"start_author":"admin","start_permlink":"firstpost","limit":1}
-      response:
-        status_code: 200
-        verify_response_with:
-          function: validate_response:compare_response_with_pattern
-          extra_kwargs:
-            method: "get_discussions_by_comments"
-            directory: "tags_api_patterns"
-
----
-  test_name: Hivemind tags_api.get_discussions_by_author_before_date patterns test
-
-  marks:
-    - patterntest
-
-  includes:
-    - !include common.yaml
-
-  stages:
-    - name: get_discussions_by_author_before_date
-      request:
-        url: "{service.proto:s}://{service.server:s}:{service.port}/"
-        method: POST
-        headers:
-          content-type: application/json
-        json:
-          jsonrpc: "2.0"
-          id: 1
-          method: "tags_api.get_discussions_by_author_before_date"
-          params: {"author":"steemit","start_permlink":"firstpost","before_date":"2016-04-19T22:49:43","limit":1}
-      response:
-        status_code: 200
-        verify_response_with:
-          function: validate_response:compare_response_with_pattern
-          extra_kwargs:
-            method: "get_discussions_by_author_before_date"
-            directory: "tags_api_patterns"
-
----
-  test_name: Hivemind tags_api.get_post_discussions_by_payout patterns test
-
-  marks:
-    - patterntest
-
-  includes:
-    - !include common.yaml
-
-  stages:
-    - name: get_post_discussions_by_payout
-      request:
-        url: "{service.proto:s}://{service.server:s}:{service.port}/"
-        method: POST
-        headers:
-          content-type: application/json
-        json:
-          jsonrpc: "2.0"
-          id: 1
-          method: "tags_api.get_post_discussions_by_payout"
-          params: {"tag":"polska","limit":1}
-      response:
-        status_code: 200
-        verify_response_with:
-          function: validate_response:compare_response_with_pattern
-          extra_kwargs:
-            method: "get_post_discussions_by_payout"
-            directory: "tags_api_patterns"
-
----
-  test_name: Hivemind tags_api.get_comment_discussions_by_payout patterns test
-
-  marks:
-    - patterntest
-
-  includes:
-    - !include common.yaml
-
-  stages:
-    - name: get_comment_discussions_by_payout
-      request:
-        url: "{service.proto:s}://{service.server:s}:{service.port}/"
-        method: POST
-        headers:
-          content-type: application/json
-        json:
-          jsonrpc: "2.0"
-          id: 1
-          method: "tags_api.get_comment_discussions_by_payout"
-          params: {"tag":"polska","limit":1}
-      response:
-        status_code: 200
-        verify_response_with:
-          function: validate_response:compare_response_with_pattern
-          extra_kwargs:
-            method: "get_comment_discussions_by_payout"
-            directory: "tags_api_patterns"
-- 
GitLab