From 56047d1c2f1adc4897d9f3cc7b202ce0e7a4cdcc Mon Sep 17 00:00:00 2001 From: ABW <andrzejl@syncad.com> Date: Tue, 25 Aug 2020 17:02:01 +0200 Subject: [PATCH] [ABW]: added .orig files for new condenser_api tests, some test patterns corrected --- .../get_account_votes_deprecated.orig.json | 5 + .../get_blog_invalid_account_char.orig.json | 5 + .../get_blog_invalid_limit.orig.json | 5 + .../get_blog_limit_100.orig.json | 645 ++++ .../get_blog_no_results.orig.json | 1 + .../get_blog_non_existing.orig.json | 5 + .../get_blog_over_limit.orig.json | 5 + .../get_blog_too_long_account_name.orig.json | 5 + ..._discussions_by_payout_limit_100.orig.json | 3403 +++++++++++++++++ ...discussions_by_payout_no_results.orig.json | 1 + ...discussions_by_payout_over_limit.orig.json | 5 + .../get_content_deleted.orig.json | 5 + .../get_content_gtg.orig.json | 554 +++ ...by_author_before_date_no_results.orig.json | 640 ++++ ..._by_author_before_date_no_results.pat.json | 641 +++- ...by_author_before_date_over_limit.orig.json | 5 + ...s_by_comments_unexpected_keyword.orig.json | 5 + ...ow_count_following_and_followers.orig.json | 5 + .../get_follow_count_no_followers.orig.json | 5 + .../get_followers_ignore.orig.json | 9 + .../get_followers_last.orig.json | 9 + .../get_followers_no_followers.orig.json | 1 + .../get_followers_over_limit.orig.json | 5 + ...llowers_trending_tags_over_limit.orig.json | 5 + .../get_followers_wrong_type.orig.json | 5 + .../get_following_ignore.orig.json | 9 + .../get_following_last.orig.json | 9 + .../get_following_no_following.orig.json | 1 + .../get_following_over_limit.orig.json | 5 + .../get_following_wrong_type.orig.json | 5 + .../get_multiple_accounts.orig.json | 329 ++ .../get_multiple_blog_entries.orig.json | 9 + .../get_non_existing_accounts.orig.json | 1 + ...t_discussions_by_payout_limit_20.orig.json | 1836 +++++++++ ...discussions_by_payout_no_results.orig.json | 1 + ...discussions_by_payout_over_limit.orig.json | 5 + ...y_last_update_blank_start_author.orig.json | 5 + ...last_update_invalid_account_name.orig.json | 5 + ...replies_by_last_update_limit_100.orig.json | 1574 ++++++++ ..._replies_by_last_update_limit_100.pat.json | 3148 ++++++++------- ...eplies_by_last_update_no_results.orig.json | 1 + ...eplies_by_last_update_over_limit.orig.json | 5 + .../get_trending_tags_limit_250.orig.json | 1502 ++++++++ .../test_condenser_api_patterns.tavern.yaml | 12 +- 44 files changed, 12859 insertions(+), 1582 deletions(-) create mode 100644 hivemind/tavern/condenser_api_patterns/get_account_votes_deprecated.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog_invalid_account_char.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog_invalid_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog_limit_100.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog_no_results.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog_non_existing.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog_over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_blog_too_long_account_name.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_limit_100.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_no_results.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_content_deleted.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_content_gtg.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date_no_results.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date_over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_discussions_by_comments_unexpected_keyword.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_follow_count_following_and_followers.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_follow_count_no_followers.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_followers_ignore.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_followers_last.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_followers_no_followers.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_followers_over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_followers_wrong_type.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_following_ignore.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_following_last.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_following_no_following.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_following_over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_following_wrong_type.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_multiple_accounts.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_multiple_blog_entries.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_non_existing_accounts.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_limit_20.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_no_results.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_blank_start_author.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_invalid_account_name.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_limit_100.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_no_results.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_over_limit.orig.json create mode 100644 hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.orig.json diff --git a/hivemind/tavern/condenser_api_patterns/get_account_votes_deprecated.orig.json b/hivemind/tavern/condenser_api_patterns/get_account_votes_deprecated.orig.json new file mode 100644 index 00000000..d13e4fb8 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_account_votes_deprecated.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32000, + "data": "ApiError: get_account_votes is no longer supported, for details see https://steemit.com/steemit/@steemitdev/additional-public-api-change", + "message": "Server error" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_blog_invalid_account_char.orig.json b/hivemind/tavern/condenser_api_patterns/get_blog_invalid_account_char.orig.json new file mode 100644 index 00000000..26fdde36 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog_invalid_account_char.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid account char", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_blog_invalid_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_blog_invalid_limit.orig.json new file mode 100644 index 00000000..a88114e6 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog_invalid_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "start_index and limit combination is invalid (11, 20)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_blog_limit_100.orig.json b/hivemind/tavern/condenser_api_patterns/get_blog_limit_100.orig.json new file mode 100644 index 00000000..8c58e68f --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog_limit_100.orig.json @@ -0,0 +1,645 @@ +[ + { + "blog": "steemit", + "entry_id": 1, + "comment": { + "post_id": 1, + "author": "steemit", + "permlink": "firstpost", + "category": "meta", + "title": "Welcome to Steem!", + "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.", + "json_metadata": "{}", + "created": "2016-03-30T18:30:18", + "last_update": "2016-03-30T18:30:18", + "depth": 0, + "children": 36, + "net_rshares": 830053779138, + "last_payout": "2016-08-24T19:59:42", + "cashout_time": "1969-12-31T23:59:59", + "total_payout_value": "0.942 HBD", + "curator_payout_value": "0.756 HBD", + "pending_payout_value": "0.000 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 224, + "active_votes": [ + { + "voter": "dantheman", + "rshares": "375241", + "percent": "100", + "reputation": 0 + }, + { + "voter": "mr11acdee", + "rshares": "886132", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "steemit78", + "rshares": "5100", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "anonymous", + "rshares": "1259167", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "hello", + "rshares": "318519", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "world", + "rshares": "153384", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "ned", + "rshares": "-936400", + "percent": "-100", + "reputation": 0 + }, + { + "voter": "fufubar1", + "rshares": "59412", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "anonymous1", + "rshares": "14997", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "red", + "rshares": "1441", + "percent": "100", + "reputation": 0 + }, + { + "voter": "liondani", + "rshares": "551390835500", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "roadscape", + "rshares": "82748", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "xeroc", + "rshares": "10772", + "percent": "100", + "reputation": 0 + }, + { + "voter": "markopaasila", + "rshares": "7685088000", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "tshering-tamang", + "rshares": "454510724", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "romangelsi", + "rshares": "681946946", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "dedmatvey", + "rshares": "504895891", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "joelinux", + "rshares": "498863058", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "piranhax", + "rshares": "9590417", + "percent": "0", + "reputation": 0 + }, + { + "voter": "ned-reddit-login", + "rshares": "473258270", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "fernando-sanz", + "rshares": "0", + "percent": "3600", + "reputation": 0 + }, + { + "voter": "gekko", + "rshares": "425903066", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "gilang-ramadhan", + "rshares": "381805870", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "kamvreto", + "rshares": "392459059", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "acidyo", + "rshares": "422984262", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "tosch", + "rshares": "47179379651", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "klye", + "rshares": "7831667988", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "coar", + "rshares": "1019950749", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "murh", + "rshares": "1746058458", + "percent": "1509", + "reputation": 0 + }, + { + "voter": "drinkzya", + "rshares": "22639073725", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "hien-tran", + "rshares": "0", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "patrick-g", + "rshares": "742566481", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "ben99", + "rshares": "40624969", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "sunshinecrypto", + "rshares": "1742755097", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "kingtylervvs", + "rshares": "108855472", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "marinabogumil", + "rshares": "485112237", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "decrypt", + "rshares": "917398502", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "senseiteekay", + "rshares": "5067187498", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "r33drum", + "rshares": "5154897955", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "cryptosi", + "rshares": "5033902237", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "condra", + "rshares": "1037079223", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jearson", + "rshares": "233032838", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "tritium", + "rshares": "240809500", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "allmonitors", + "rshares": "123321995", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "artjedi", + "rshares": "226074637", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "anduweb", + "rshares": "931542394", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "inertia", + "rshares": "2292983350", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "maximkichev", + "rshares": "128561059", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "a9inchcock", + "rshares": "183438273", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "desmonid", + "rshares": "266262926", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "madhatting", + "rshares": "71498008", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "ubg", + "rshares": "23726644841", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "royaltiffany", + "rshares": "3741408303", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "gribgo", + "rshares": "131577259", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "deanliu", + "rshares": "12371398765", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "orm", + "rshares": "28907874049", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "qonq99", + "rshares": "528988007", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "rd7783", + "rshares": "129537329", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "slava", + "rshares": "615020728", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "flyboyzombie", + "rshares": "0", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "sictransitgloria", + "rshares": "100102503", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "curator", + "rshares": "95219365", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "dubovoy", + "rshares": "232295871", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "solos", + "rshares": "0", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "creatorgalaxy", + "rshares": "96945805", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "trigonice29", + "rshares": "99813231", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "blysards", + "rshares": "0", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "uwe69", + "rshares": "3721016208", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "nigmat", + "rshares": "1279854", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "magicmonk", + "rshares": "13974353753", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "satoshifpv", + "rshares": "4968585456", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "naturalista", + "rshares": "1660613178", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "metrox", + "rshares": "10847083143", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "bestmalik", + "rshares": "18340928", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "kolyan31", + "rshares": "59563315", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "romancs", + "rshares": "710989138", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "luke490", + "rshares": "59366614", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "bro66", + "rshares": "58762473", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "future24", + "rshares": "201822591", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "mythras", + "rshares": "58623688", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "imarealboy777", + "rshares": "56536509", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "matrixdweller", + "rshares": "0", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "smartguylabcoat", + "rshares": "48299362", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "mabiturm", + "rshares": "59157099", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "captainamerica", + "rshares": "48283979", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "edbriv", + "rshares": "54761612", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "rittr", + "rshares": "865125771", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jelloducky", + "rshares": "92614447", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "tcstix", + "rshares": "52740989", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "friedwater", + "rshares": "49467477", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "denisdiaz", + "rshares": "57366185", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "loganarchy", + "rshares": "132070449", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "love-spirit-nerd", + "rshares": "48811442", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "dikanevn", + "rshares": "51549585", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "zelious", + "rshares": "54017869", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "freebornangel", + "rshares": "50129944", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "f1111111", + "rshares": "53196086", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "anomaly", + "rshares": "0", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jack8831", + "rshares": "52394017140", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "buckland", + "rshares": "0", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "goldmatters", + "rshares": "0", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "meta", + "url": "/meta/@steemit/firstpost", + "root_title": "Welcome to Steem!", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_hbd": 10000 + }, + "reblogged_on": "1970-01-01T00:00:00" + } +] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_blog_no_results.orig.json b/hivemind/tavern/condenser_api_patterns/get_blog_no_results.orig.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog_no_results.orig.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_blog_non_existing.orig.json b/hivemind/tavern/condenser_api_patterns/get_blog_non_existing.orig.json new file mode 100644 index 00000000..fa835a58 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog_non_existing.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "account not found: `non.existing`", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_blog_over_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_blog_over_limit.orig.json new file mode 100644 index 00000000..eefb0b1f --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog_over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (501 > 500)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_blog_too_long_account_name.orig.json b/hivemind/tavern/condenser_api_patterns/get_blog_too_long_account_name.orig.json new file mode 100644 index 00000000..7ab16f7f --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_blog_too_long_account_name.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid account name length: `too.long.account.name`", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_limit_100.orig.json b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_limit_100.orig.json new file mode 100644 index 00000000..c1edea78 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_limit_100.orig.json @@ -0,0 +1,3403 @@ +[ + { + "post_id": 635692, + "author": "royaltiffany", + "permlink": "re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020602907z", + "category": "test", + "title": "", + "body": "Fail ? No spam bot army...", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T02:06:00", + "last_update": "2016-08-17T02:06:00", + "depth": 1, + "children": 9, + "net_rshares": 211900981073, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.132 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 26, + "active_votes": [ + { + "voter": "trogdor", + "rshares": "211439242838", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "highnye", + "rshares": "51307830", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "lovetosteemit", + "rshares": "54126702", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "steemithelper1", + "rshares": "50221956", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "steemorama", + "rshares": "306081747", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "trogdor", + "parent_permlink": "this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@royaltiffany/re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020602907z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 929861, + "author": "bige37", + "permlink": "re-royaltiffany-test-20160912t114919145z", + "category": "test", + "title": "", + "body": "This is like saying don't push the red button....dang it!!!!\n\nhttp://i.imgur.com/OG66bhF.jpg", + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"http:\\/\\/i.imgur.com\\/OG66bhF.jpg\"]}", + "created": "2016-09-12T11:49:18", + "last_update": "2016-09-12T13:26:51", + "depth": 1, + "children": 2, + "net_rshares": 127840289791, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-14T01:42:18", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.029 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 92, + "active_votes": [ + { + "voter": "demotruk", + "rshares": "127840289791", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "royaltiffany", + "parent_permlink": "test", + "url": "/test/@royaltiffany/test#@bige37/re-royaltiffany-test-20160912t114919145z", + "root_title": "Test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 944530, + "author": "bitcoiner", + "permlink": "re-derekareith-re-bitcoiner-re-derekareith-re-boomer-re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t223741801z", + "category": "test", + "title": "", + "body": "It would seem only Steemit uses the caching server img1.steemit.com, because, well, it's theirs.. Steemd just shows the post as it is in the blockchain, which is the unaltered image link.\nThe thing is, is that all the posts are on a public decentralized blockchain, so it's hard to track who has accessed it. You would have to make it a private blockchain, and count all requests to retrieve a post. Even if this were the case, you would have no way to track any copies of the data made after the fact.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T22:37:39", + "last_update": "2016-09-13T22:37:39", + "depth": 6, + "children": 0, + "net_rshares": 111795622957, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.022 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 502, + "active_votes": [ + { + "voter": "derekareith", + "rshares": "111795622957", + "percent": "7500", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "re-bitcoiner-re-derekareith-re-boomer-re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t222510866z", + "url": "/test/@derekareith/page-view-counter-test-post#@bitcoiner/re-derekareith-re-bitcoiner-re-derekareith-re-boomer-re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t223741801z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 960637, + "author": "cheetah", + "permlink": "re-test-20160915t190252", + "category": "test", + "title": "", + "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).", + "json_metadata": "{}", + "created": "2016-09-15T19:02:51", + "last_update": "2016-09-15T19:02:51", + "depth": 1, + "children": 0, + "net_rshares": 66832072343, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-16T19:09:49", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.014 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 244, + "active_votes": [ + { + "voter": "cheetah", + "rshares": "66397090281", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "cheetah22", + "rshares": "101333267", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "cheetah23", + "rshares": "188781535", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "cheetah24", + "rshares": "144867260", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "machinelearning", + "parent_permlink": "test", + "url": "/test/@machinelearning/test#@cheetah/re-test-20160915t190252", + "root_title": "Test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 959003, + "author": "achim86", + "permlink": "re-oaldamster-re-achim86-test-20160915t155303746z", + "category": "test", + "title": "", + "body": "yeahhhh! https://steemit.com/steemit/@achim86/html-commands-how-to-structure-your-texts-on-steemit-german-text-strukturierung", + "json_metadata": "{\"tags\":[\"test\"],\"links\":[\"https:\\/\\/steemit.com\\/steemit\\/@achim86\\/html-commands-how-to-structure-your-texts-on-steemit-german-text-strukturierung\"]}", + "created": "2016-09-15T15:53:06", + "last_update": "2016-09-15T17:05:36", + "depth": 2, + "children": 0, + "net_rshares": 61272757397, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-16T14:39:17", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.013 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 125, + "active_votes": [ + { + "voter": "oaldamster", + "rshares": "57522418578", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "achim86", + "rshares": "3750338819", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "oaldamster", + "parent_permlink": "re-achim86-test-20160915t070512394z", + "url": "/test/@achim86/test#@achim86/re-oaldamster-re-achim86-test-20160915t155303746z", + "root_title": "test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 857734, + "author": "alktoni", + "permlink": "re-str11ngfello-test2-20160904t233043502z", + "category": "test", + "title": "", + "body": "test if testing is a test", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-04T23:30:45", + "last_update": "2016-09-04T23:30:45", + "depth": 1, + "children": 0, + "net_rshares": 19450828249, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-05T23:22:30", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.004 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 25, + "active_votes": [ + { + "voter": "str11ngfello", + "rshares": "19450828249", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "str11ngfello", + "parent_permlink": "test2", + "url": "/test/@str11ngfello/test2#@alktoni/re-str11ngfello-test2-20160904t233043502z", + "root_title": "test2", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 921255, + "author": "dickbutt", + "permlink": "re-re-dickbutt-re-re-dickbutt-testing-dickbutt-20160902t065051-20160911t122126354z-20160911t122218", + "category": "test", + "title": "", + "body": "https://s17.postimg.io/j6i3qa58f/dickbutt.jpg", + "json_metadata": "{}", + "created": "2016-09-11T12:22:21", + "last_update": "2016-09-11T12:22:21", + "depth": 4, + "children": 0, + "net_rshares": 12292537315, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.002 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 45, + "active_votes": [ + { + "voter": "r4fken", + "rshares": "12292537315", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "pompe72", + "parent_permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160902t065051-20160911t122126354z", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-dickbutt-re-re-dickbutt-testing-dickbutt-20160902t065051-20160911t122126354z-20160911t122218", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 870030, + "author": "brendio", + "permlink": "re-dickbutt-testing-dickbutt-20160906t061918048z", + "category": "test", + "title": "", + "body": "Does dickbutt come whenever he is called? #test", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-06T06:19:18", + "last_update": "2016-09-06T06:19:18", + "depth": 1, + "children": 4, + "net_rshares": 5205390768, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.001 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 47, + "active_votes": [ + { + "voter": "brendio", + "rshares": "5205390768", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "testing-dickbutt", + "url": "/test/@dickbutt/testing-dickbutt#@brendio/re-dickbutt-testing-dickbutt-20160906t061918048z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 944446, + "author": "derekareith", + "permlink": "re-bitcoiner-re-derekareith-re-boomer-re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t222510866z", + "category": "test", + "title": "", + "body": "Just saw that the counter works on Steemd:\nhttps://steemd.com/test/@derekareith/page-view-counter-test-post\nI thought Steemd just redirects the same cached images, but I guess its just steemit. I'm wondering if there's a way to make it \"hidden\" on steemit but visible on steemd so authors could monitor these stats on the backend?", + "json_metadata": "{\"tags\":[\"test\"],\"links\":[\"https:\\/\\/steemd.com\\/test\\/@derekareith\\/page-view-counter-test-post\"]}", + "created": "2016-09-13T22:25:12", + "last_update": "2016-09-13T22:25:12", + "depth": 5, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 331, + "active_votes": [], + "author_reputation": 0, + "parent_author": "bitcoiner", + "parent_permlink": "re-derekareith-re-boomer-re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t202935838z", + "url": "/test/@derekareith/page-view-counter-test-post#@derekareith/re-bitcoiner-re-derekareith-re-boomer-re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t222510866z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 831916, + "author": "dickbutt", + "permlink": "re-re-re-re-re-dickbutt-testing-dickbutt-20160902t064114931z-20160902t064147-20160902t064226-20160902t064259-20160902t064336", + "category": "test", + "title": "", + "body": "http://i3.kym-cdn.com/entries/icons/facebook/000/001/030/dickbutt.jpg", + "json_metadata": "{}", + "created": "2016-09-02T06:43:39", + "last_update": "2016-09-02T06:43:39", + "depth": 5, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 69, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-re-re-dickbutt-testing-dickbutt-20160902t064114931z-20160902t064147-20160902t064226-20160902t064259", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-re-re-re-dickbutt-testing-dickbutt-20160902t064114931z-20160902t064147-20160902t064226-20160902t064259-20160902t064336", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 652753, + "author": "laonie", + "permlink": "re-trogdor-re-laonie-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160818t075042763z", + "category": "test", + "title": "", + "body": "Anyway, i feel embarrassing, i removed the list, my bot won't do this again, but will follow good human curators only.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-18T07:50:39", + "last_update": "2016-08-18T07:50:39", + "depth": 5, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 118, + "active_votes": [], + "author_reputation": 0, + "parent_author": "trogdor", + "parent_permlink": "re-laonie-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t102017449z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@laonie/re-trogdor-re-laonie-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160818t075042763z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 635813, + "author": "royaltiffany", + "permlink": "re-trogdor-re-royaltiffany-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t022232495z", + "category": "test", + "title": "", + "body": "I knoooow !! I dont know where they came from !! Started from my last post.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T02:22:30", + "last_update": "2016-08-17T02:22:30", + "depth": 5, + "children": 0, + "net_rshares": 60116331, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 75, + "active_votes": [ + { + "voter": "scotthelms89", + "rshares": "60116331", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "trogdor", + "parent_permlink": "re-royaltiffany-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t022047644z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@royaltiffany/re-trogdor-re-royaltiffany-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t022232495z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 635744, + "author": "royaltiffany", + "permlink": "re-trogdor-re-royaltiffany-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t021331735z", + "category": "test", + "title": "", + "body": "Yes i did them ahahahhahah , ntmu too!", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T02:13:30", + "last_update": "2016-08-17T02:13:42", + "depth": 5, + "children": 0, + "net_rshares": 15078297487, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 38, + "active_votes": [ + { + "voter": "hellokitty", + "rshares": "14714651186", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "btctoken", + "rshares": "121297875", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "solarempirepc", + "rshares": "53821026", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "mrainp", + "rshares": "134400698", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "lovetosteemit", + "rshares": "54126702", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "trogdor", + "parent_permlink": "re-royaltiffany-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t021234629z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@royaltiffany/re-trogdor-re-royaltiffany-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t021331735z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943539, + "author": "bitcoiner", + "permlink": "re-derekareith-re-boomer-re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t202935838z", + "category": "test", + "title": "", + "body": "Oh haha. Yes, I haven't signed a block for more than 24 hours!", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T20:29:33", + "last_update": "2016-09-13T20:29:33", + "depth": 4, + "children": 2, + "net_rshares": 77095774656, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 62, + "active_votes": [ + { + "voter": "derekareith", + "rshares": "77095774656", + "percent": "5000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "re-boomer-re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t202607590z", + "url": "/test/@derekareith/page-view-counter-test-post#@bitcoiner/re-derekareith-re-boomer-re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t202935838z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920022, + "author": "earnest", + "permlink": "re-skeptic-re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t085207300z", + "category": "test", + "title": "", + "body": "breath", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:52:09", + "last_update": "2016-09-11T08:52:09", + "depth": 4, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 6, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t072735512z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-skeptic-re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t085207300z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919922, + "author": "earnest", + "permlink": "re-skeptic-re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t083059700z", + "category": "test", + "title": "", + "body": "its just a bot", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:31:00", + "last_update": "2016-09-11T08:31:00", + "depth": 4, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 14, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t072735512z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-skeptic-re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t083059700z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919920, + "author": "earnest", + "permlink": "re-skeptic-re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t083038300z", + "category": "test", + "title": "", + "body": "reply to the bot with the word \"feminist\"", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:30:39", + "last_update": "2016-09-11T08:30:39", + "depth": 4, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 41, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t072735512z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-skeptic-re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t083038300z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 831914, + "author": "dickbutt", + "permlink": "re-re-re-re-dickbutt-testing-dickbutt-20160902t064114931z-20160902t064147-20160902t064226-20160902t064259", + "category": "test", + "title": "", + "body": "http://i3.kym-cdn.com/entries/icons/facebook/000/001/030/dickbutt.jpg", + "json_metadata": "{}", + "created": "2016-09-02T06:43:03", + "last_update": "2016-09-02T06:43:03", + "depth": 4, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 69, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-re-dickbutt-testing-dickbutt-20160902t064114931z-20160902t064147-20160902t064226", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-re-re-dickbutt-testing-dickbutt-20160902t064114931z-20160902t064147-20160902t064226-20160902t064259", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 641876, + "author": "gary-smith", + "permlink": "re-thebeachedwhale-re-gary-smith-re-thebeachedwhale-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t142255070z", + "category": "test", + "title": "", + "body": "If I said no would you believe me ?", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T14:22:54", + "last_update": "2016-08-17T14:22:54", + "depth": 4, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 35, + "active_votes": [], + "author_reputation": 0, + "parent_author": "thebeachedwhale", + "parent_permlink": "re-gary-smith-re-thebeachedwhale-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020252171z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@gary-smith/re-thebeachedwhale-re-gary-smith-re-thebeachedwhale-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t142255070z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 639400, + "author": "trogdor", + "permlink": "re-laonie-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t102017449z", + "category": "test", + "title": "", + "body": "Hi @laonie, for the record I was not talking about you. I don't have anything against trying to maximize your profits. There is an account \"steemitmarket\" that is trying to buy and sell votes with 800 different spam accounts that they control, and they used all of them to spam my recent post.", + "json_metadata": "{\"tags\":[\"test\"],\"users\":[\"laonie\"]}", + "created": "2016-08-17T10:20:30", + "last_update": "2016-08-17T10:20:30", + "depth": 4, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 293, + "active_votes": [], + "author_reputation": 0, + "parent_author": "laonie", + "parent_permlink": "re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t064556368z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@trogdor/re-laonie-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t102017449z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 635801, + "author": "trogdor", + "permlink": "re-royaltiffany-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t022047644z", + "category": "test", + "title": "", + "body": "This is really interesting, it looks like you have a small spam bot army following you around in the comments section.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T02:21:00", + "last_update": "2016-08-17T02:21:00", + "depth": 4, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 118, + "active_votes": [], + "author_reputation": 0, + "parent_author": "royaltiffany", + "parent_permlink": "re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t021026566z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@trogdor/re-royaltiffany-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t022047644z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 635740, + "author": "trogdor", + "permlink": "re-royaltiffany-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t021234629z", + "category": "test", + "title": "", + "body": "Could have been a one-off test, or possibly tag related, since i used the #bot tag in my other post I think.\n\nOh btw, hi @royaltiffany, nice to meet you :) Didn't you do shots for votes or something? lol", + "json_metadata": "{\"tags\":[\"bot\",\"test\"],\"users\":[\"royaltiffany\"]}", + "created": "2016-08-17T02:12:48", + "last_update": "2016-08-17T02:12:48", + "depth": 4, + "children": 1, + "net_rshares": 14714651186, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 203, + "active_votes": [ + { + "voter": "hellokitty", + "rshares": "14714651186", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "royaltiffany", + "parent_permlink": "re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t021026566z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@trogdor/re-royaltiffany-re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t021234629z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 635684, + "author": "royaltiffany", + "permlink": "re-thebeachedwhale-re-gary-smith-re-thebeachedwhale-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020535226z", + "category": "test", + "title": "", + "body": "Lol", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T02:05:33", + "last_update": "2016-08-17T02:05:33", + "depth": 4, + "children": 0, + "net_rshares": 201590749, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 3, + "active_votes": [ + { + "voter": "scotthelms89", + "rshares": "60116331", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "mrainp", + "rshares": "141474418", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "thebeachedwhale", + "parent_permlink": "re-gary-smith-re-thebeachedwhale-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020252171z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@royaltiffany/re-thebeachedwhale-re-gary-smith-re-thebeachedwhale-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020535226z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 946378, + "author": "freebornangel", + "permlink": "re-derekareith-re-freebornangel-re-derekareith-page-view-counter-test-post-20160914t031757591z", + "category": "test", + "title": "", + "body": "That is too bad, that is a really good metric.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-14T03:18:00", + "last_update": "2016-09-14T03:18:00", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 46, + "active_votes": [], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "re-freebornangel-re-derekareith-page-view-counter-test-post-20160914t021327023z", + "url": "/test/@derekareith/page-view-counter-test-post#@freebornangel/re-derekareith-re-freebornangel-re-derekareith-page-view-counter-test-post-20160914t031757591z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943519, + "author": "derekareith", + "permlink": "re-boomer-re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t202607590z", + "category": "test", + "title": "", + "body": "This is my miner acct that I gave up mining with XD...damn rabbits. Was using to test :)", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T20:26:09", + "last_update": "2016-09-13T20:26:09", + "depth": 3, + "children": 3, + "net_rshares": 2767044151, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 88, + "active_votes": [ + { + "voter": "bitcoiner", + "rshares": "2767044151", + "percent": "5000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "boomer", + "parent_permlink": "re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t202425623z", + "url": "/test/@derekareith/page-view-counter-test-post#@derekareith/re-boomer-re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t202607590z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 938127, + "author": "golfball", + "permlink": "re-golfball-re-golfball-re-golfball-test-20160913t071932003z", + "category": "test", + "title": "", + "body": "mouse เมาส์ ิั\nhard drive ฮาร์ดไดร์\nhard disk ฮาร์ดดิสà¸à¹Œ\nMonitor หน้าจà¸\nDisplay à¹à¸ªà¸”ง\nLCD screen\nCTR screen หน้าจà¸\nplasma screen พราสม่า\nRAM memory หน่วยความจำà¹à¸£à¸¡\nROM memory รà¸à¸¡\nPrinter เครื่à¸à¸‡à¸žà¸´à¸¡à¸žà¹Œ\nplotter\nmicrophone ไมโครโฟน\nscanner เครืà¸à¸‡à¸ªà¹€à¹€à¸à¸™\nspeakers\nkeyboard à¹à¸›à¹‰à¸™à¸žà¸´à¸¡à¸žà¹Œ\nbarcode บาร์โค้ด\nRight click\nLeft click\nDouble click\nCPU", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T07:19:33", + "last_update": "2016-09-13T07:20:09", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-30T07:41:51", + "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": 330, + "active_votes": [], + "author_reputation": 0, + "parent_author": "golfball", + "parent_permlink": "re-golfball-re-golfball-test-20160913t063516433z", + "url": "/test/@golfball/test#@golfball/re-golfball-re-golfball-re-golfball-test-20160913t071932003z", + "root_title": "Test One", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 937498, + "author": "royaltiffany", + "permlink": "re-demotruk-re-bige37-re-royaltiffany-test-20160913t051241878z", + "category": "test", + "title": "", + "body": "Ahahahhahaha ....click bait", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T05:12:42", + "last_update": "2016-09-13T05:12:42", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-14T01:42:18", + "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": 27, + "active_votes": [], + "author_reputation": 0, + "parent_author": "demotruk", + "parent_permlink": "re-bige37-re-royaltiffany-test-20160912t133042108z", + "url": "/test/@royaltiffany/test#@royaltiffany/re-demotruk-re-bige37-re-royaltiffany-test-20160913t051241878z", + "root_title": "Test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 921247, + "author": "pompe72", + "permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160902t065051-20160911t122126354z", + "category": "test", + "title": "", + "body": "dickbutt\n\nhttps://img1.steemit.com/0x0/http://i64.tinypic.com/1zn8p6d.jpg", + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https:\\/\\/img1.steemit.com\\/0x0\\/http:\\/\\/i64.tinypic.com\\/1zn8p6d.jpg\"]}", + "created": "2016-09-11T12:21:27", + "last_update": "2016-09-11T12:21:27", + "depth": 3, + "children": 1, + "net_rshares": 52449059, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 73, + "active_votes": [ + { + "voter": "paolo75", + "rshares": "52449059", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-dickbutt-testing-dickbutt-20160902t065005906z-20160902t065051", + "url": "/test/@dickbutt/testing-dickbutt#@pompe72/re-dickbutt-re-re-dickbutt-testing-dickbutt-20160902t065051-20160911t122126354z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920140, + "author": "earnest", + "permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t082139-20160911t091626900z", + "category": "test", + "title": "", + "body": "Breath Skeptic, Breath https://www.youtube.com/watch?v=y43FolFlY78", + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https:\\/\\/img.youtube.com\\/vi\\/y43FolFlY78\\/0.jpg\"],\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=y43FolFlY78\"]}", + "created": "2016-09-11T09:16:27", + "last_update": "2016-09-11T09:16:27", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 66, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-dickbutt-testing-dickbutt-20160911t082048671z-20160911t082139", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t082139-20160911t091626900z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920044, + "author": "earnest", + "permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t084643-20160911t085536300z", + "category": "test", + "title": "", + "body": "feminism?", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:55:36", + "last_update": "2016-09-11T08:55:36", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 9, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-dickbutt-testing-dickbutt-20160911t084528359z-20160911t084643", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t084643-20160911t085536300z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920039, + "author": "earnest", + "permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t083948-20160911t085432100z", + "category": "test", + "title": "", + "body": "feminism?", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:54:33", + "last_update": "2016-09-11T08:54:33", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 9, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-dickbutt-testing-dickbutt-20160911t082048671z-20160911t083948", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t083948-20160911t085432100z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920034, + "author": "earnest", + "permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t083628-20160911t085400700z", + "category": "test", + "title": "", + "body": "femninism?", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:54:00", + "last_update": "2016-09-11T08:54:00", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 10, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-dickbutt-testing-dickbutt-20160911t082048671z-20160911t083628", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t083628-20160911t085400700z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920031, + "author": "earnest", + "permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t082139-20160911t085312300z", + "category": "test", + "title": "", + "body": "feminism?", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:53:12", + "last_update": "2016-09-11T08:53:12", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 9, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-dickbutt-testing-dickbutt-20160911t082048671z-20160911t082139", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t082139-20160911t085312300z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919932, + "author": "earnest", + "permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t082139-20160911t083211500z", + "category": "test", + "title": "", + "body": "feminist?", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:32:12", + "last_update": "2016-09-11T08:32:12", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 9, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-dickbutt-testing-dickbutt-20160911t082048671z-20160911t082139", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t082139-20160911t083211500z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919626, + "author": "skeptic", + "permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t072735512z", + "category": "test", + "title": "", + "body": "Sick little bot.\n8D", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T07:27:27", + "last_update": "2016-09-11T07:27:27", + "depth": 3, + "children": 3, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 19, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-dickbutt-testing-dickbutt-20160911t072446978z-20160911t072542", + "url": "/test/@dickbutt/testing-dickbutt#@skeptic/re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t072735512z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919917, + "author": "earnest", + "permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t082956700z", + "category": "test", + "title": "", + "body": "feminist", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:29:57", + "last_update": "2016-09-11T08:29:57", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 8, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-dickbutt-testing-dickbutt-20160911t072446978z-20160911t072542", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-dickbutt-re-re-dickbutt-testing-dickbutt-20160911t072542-20160911t082956700z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919938, + "author": "earnest", + "permlink": "re-dickbutt-re-re-dickbutt-testing-dickbutt-20160906t061952-20160911t083302100z", + "category": "test", + "title": "", + "body": "Much feminist!!!!", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:33:03", + "last_update": "2016-09-11T08:33:03", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 17, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-dickbutt-testing-dickbutt-20160906t061918048z-20160906t061952", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-dickbutt-re-re-dickbutt-testing-dickbutt-20160906t061952-20160911t083302100z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 859549, + "author": "bullionstackers", + "permlink": "re-ace108-re-bullionstackers-re-ace108-test-post-for-follow-gif-nothing-in-here-interested-but-by-all-means-vote-if-you-want-20160905t050838289z", + "category": "test", + "title": "", + "body": "Thank you @ace108\nCheck your message", + "json_metadata": "{\"tags\":[\"test\"],\"users\":[\"ace108\"]}", + "created": "2016-09-05T05:08:39", + "last_update": "2016-09-05T06:05:39", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-06T04:18:33", + "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": 36, + "active_votes": [], + "author_reputation": 0, + "parent_author": "ace108", + "parent_permlink": "re-bullionstackers-re-ace108-test-post-for-follow-gif-nothing-in-here-interested-but-by-all-means-vote-if-you-want-20160905t044532251z", + "url": "/test/@ace108/test-post-for-follow-gif-nothing-in-here-interested-but-by-all-means-vote-if-you-want#@bullionstackers/re-ace108-re-bullionstackers-re-ace108-test-post-for-follow-gif-nothing-in-here-interested-but-by-all-means-vote-if-you-want-20160905t050838289z", + "root_title": "Test post for follow gif - nothing in here interesting but by all means vote if you want", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 857335, + "author": "dickbutt", + "permlink": "re-re-dickbutt-re-dickbutt-testing-dickbutt-20160904t222338417z-20160904t222429", + "category": "test", + "title": "", + "body": "https://s17.postimg.io/u3jff1rzz/105441_dickbutt_rainbow_wiggle_gif_Im_6_YAW.gif", + "json_metadata": "{}", + "created": "2016-09-04T22:24:30", + "last_update": "2016-09-04T22:24:30", + "depth": 3, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 80, + "active_votes": [], + "author_reputation": 0, + "parent_author": "steemjesus", + "parent_permlink": "re-dickbutt-re-dickbutt-testing-dickbutt-20160904t222338417z", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-dickbutt-re-dickbutt-testing-dickbutt-20160904t222338417z-20160904t222429", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 831911, + "author": "dickbutt", + "permlink": "re-re-re-dickbutt-testing-dickbutt-20160902t064114931z-20160902t064147-20160902t064226", + "category": "test", + "title": "", + "body": "http://i3.kym-cdn.com/entries/icons/facebook/000/001/030/dickbutt.jpg", + "json_metadata": "{}", + "created": "2016-09-02T06:42:27", + "last_update": "2016-09-02T06:42:27", + "depth": 3, + "children": 2, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 69, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-re-dickbutt-testing-dickbutt-20160902t064114931z-20160902t064147", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-re-dickbutt-testing-dickbutt-20160902t064114931z-20160902t064147-20160902t064226", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 780488, + "author": "thecleangame", + "permlink": "re-ivicaa-re-thecleangame-re-ivicaa-test-please-ignore-20160828t181208140z", + "category": "test", + "title": "", + "body": "lol Glad I could help :)", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-28T18:19:12", + "last_update": "2016-08-28T18:19:12", + "depth": 3, + "children": 0, + "net_rshares": 5186228610, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-28T17:56:18", + "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": 24, + "active_votes": [ + { + "voter": "ivicaa", + "rshares": "5186228610", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "ivicaa", + "parent_permlink": "re-thecleangame-re-ivicaa-test-please-ignore-20160828t180155417z", + "url": "/test/@ivicaa/test-please-ignore#@thecleangame/re-ivicaa-re-thecleangame-re-ivicaa-test-please-ignore-20160828t181208140z", + "root_title": "TEST - please ignore", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 637778, + "author": "laonie", + "permlink": "re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t064556368z", + "category": "test", + "title": "", + "body": "It seems @wang 's list changed, i was trying to squeeze the profit of the curation bots.", + "json_metadata": "{\"tags\":[\"test\"],\"users\":[\"wang\"]}", + "created": "2016-08-17T06:45:54", + "last_update": "2016-08-17T06:45:54", + "depth": 3, + "children": 2, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 88, + "active_votes": [], + "author_reputation": 0, + "parent_author": "trogdor", + "parent_permlink": "re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020915512z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@laonie/re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t064556368z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 635722, + "author": "royaltiffany", + "permlink": "re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t021026566z", + "category": "test", + "title": "", + "body": "Wait for it....wait for it...", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T02:10:24", + "last_update": "2016-08-17T02:10:24", + "depth": 3, + "children": 4, + "net_rshares": 15210973654, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 29, + "active_votes": [ + { + "voter": "hellokitty", + "rshares": "14714651186", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "scotthelms89", + "rshares": "60116331", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "btctoken", + "rshares": "121297875", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "alexbones", + "rshares": "54874786", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "biker", + "rshares": "50303592", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "coutchpotatoe", + "rshares": "54792292", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "sleepcult", + "rshares": "50317967", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "steemithelper1", + "rshares": "50221956", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "waltrichards", + "rshares": "54397669", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "trogdor", + "parent_permlink": "re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020915512z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@royaltiffany/re-trogdor-re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t021026566z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 635668, + "author": "thebeachedwhale", + "permlink": "re-gary-smith-re-thebeachedwhale-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020252171z", + "category": "test", + "title": "", + "body": "Are you?", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T02:02:54", + "last_update": "2016-08-17T02:02:54", + "depth": 3, + "children": 2, + "net_rshares": 1947875840, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 8, + "active_votes": [ + { + "voter": "gary-smith", + "rshares": "1947875840", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "gary-smith", + "parent_permlink": "re-thebeachedwhale-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020242106z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@thebeachedwhale/re-gary-smith-re-thebeachedwhale-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020252171z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 946058, + "author": "derekareith", + "permlink": "re-steemitqa-re-derekareith-page-view-counter-test-post-20160914t021435535z", + "category": "test", + "title": "", + "body": "Wish it was easy to integrate...seems like it would be useful.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-14T02:14:36", + "last_update": "2016-09-14T02:14:36", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 62, + "active_votes": [], + "author_reputation": 0, + "parent_author": "steemitqa", + "parent_permlink": "re-derekareith-page-view-counter-test-post-20160914t021242459z", + "url": "/test/@derekareith/page-view-counter-test-post#@derekareith/re-steemitqa-re-derekareith-page-view-counter-test-post-20160914t021435535z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 946049, + "author": "derekareith", + "permlink": "re-freebornangel-re-derekareith-page-view-counter-test-post-20160914t021327023z", + "category": "test", + "title": "", + "body": "Yea, that's cool. I think like bitcoiner pointed out, though, we can't get them to work since images sent to the blockchain are cached by Steemit and won't update. They update on other \"windows\" like steemd, but that info isn't going to be accurate. It's a lot tougher than I thought it would be XD\n\nI see Steemit integrating it in the future, but it's probably real low on their list of priorities.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-14T02:13:27", + "last_update": "2016-09-14T02:13:27", + "depth": 2, + "children": 1, + "net_rshares": 60293991, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 402, + "active_votes": [ + { + "voter": "freebornangel", + "rshares": "60293991", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "freebornangel", + "parent_permlink": "re-derekareith-page-view-counter-test-post-20160914t015352577z", + "url": "/test/@derekareith/page-view-counter-test-post#@derekareith/re-freebornangel-re-derekareith-page-view-counter-test-post-20160914t021327023z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943509, + "author": "boomer", + "permlink": "re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t202425623z", + "category": "test", + "title": "", + "body": "ahhh...gotcha", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T20:24:27", + "last_update": "2016-09-13T20:24:27", + "depth": 2, + "children": 4, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 13, + "active_votes": [], + "author_reputation": 0, + "parent_author": "bitcoiner", + "parent_permlink": "re-derekareith-page-view-counter-test-post-20160913t202316437z", + "url": "/test/@derekareith/page-view-counter-test-post#@boomer/re-bitcoiner-re-derekareith-page-view-counter-test-post-20160913t202425623z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943452, + "author": "derekareith", + "permlink": "re-goldmatters-re-derekareith-page-view-counter-test-post-20160913t201845702z", + "category": "test", + "title": "", + "body": "yea stuck on 0...the others I tried in the comments just say various errors/img cant display", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T20:18:48", + "last_update": "2016-09-13T20:18:48", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 92, + "active_votes": [], + "author_reputation": 0, + "parent_author": "goldmatters", + "parent_permlink": "re-derekareith-page-view-counter-test-post-20160913t201813326z", + "url": "/test/@derekareith/page-view-counter-test-post#@derekareith/re-goldmatters-re-derekareith-page-view-counter-test-post-20160913t201845702z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 937890, + "author": "golfball", + "permlink": "re-golfball-re-golfball-test-20160913t063516433z", + "category": "test", + "title": "", + "body": "mouse เมาส์ ิั\nhard drive ฮาร์ดไดร์\nhard disk ฮาร์ดดิสà¸à¹Œ\nMonitor หน้าจà¸\nDisplay à¹à¸ªà¸”ง\nLCD screen\nCTR screen หน้าจà¸\nplasma screen พราสม่า\nRAM memory หน่วยความจำà¹à¸£à¸¡\nROM memory รà¸à¸¡\nPrinter เครื่à¸à¸‡à¸žà¸´à¸¡à¸žà¹Œ\nplotter\nmicrophone ไมโครโฟน\nscanner เครืà¸à¸‡à¸ªà¹€à¹€à¸à¸™\nspeakers\nkeyboard à¹à¸›à¹‰à¸™à¸žà¸´à¸¡à¸žà¹Œ\nbarcode บาร์โค้ด\nRight click\n\nhttp://compass.microsoft.com/assets/ff/be/ffbe20a0-c36d-42dd-b710-b1ee6ee0981f.jpg?n=Compact%20Optical%20Mouse%20500.jpg\nhttp://cdn.slashgear.com/wp-content/uploads/2013/04/Seagate-HDD.jpg\nhttp://img.bbystatic.com/BestBuy_US/images/products/3434/3434015cv13d.jpg\nhttp://cdn.computerhope.com/computer-memory.jpg\nhttps://xiebingqing815.files.wordpress.com/2013/09/rom-vs-ram.png", + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"http:\\/\\/compass.microsoft.com\\/assets\\/ff\\/be\\/ffbe20a0-c36d-42dd-b710-b1ee6ee0981f.jpg?n=Compact%20Optical%20Mouse%20500.jpg\"]}", + "created": "2016-09-13T06:35:18", + "last_update": "2016-09-13T06:35:18", + "depth": 2, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-30T07:41:51", + "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": 680, + "active_votes": [], + "author_reputation": 0, + "parent_author": "golfball", + "parent_permlink": "re-golfball-test-20160913t063057513z", + "url": "/test/@golfball/test#@golfball/re-golfball-re-golfball-test-20160913t063516433z", + "root_title": "Test One", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 937496, + "author": "royaltiffany", + "permlink": "re-mrlogic-re-royaltiffany-test-20160913t051214805z", + "category": "test", + "title": "", + "body": "Well if u had to ...u had to...", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T05:12:15", + "last_update": "2016-09-13T05:12:15", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-14T01:42:18", + "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": 31, + "active_votes": [], + "author_reputation": 0, + "parent_author": "mrlogic", + "parent_permlink": "re-royaltiffany-test-20160912t110110157z", + "url": "/test/@royaltiffany/test#@royaltiffany/re-mrlogic-re-royaltiffany-test-20160913t051214805z", + "root_title": "Test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 936569, + "author": "contentjunkie", + "permlink": "re-contentjunkie-re-dickbutt-testing-the-dickbutt-automated-system-20160913t023906456z", + "category": "test", + "title": "", + "body": "dickbutt", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T02:39:15", + "last_update": "2016-09-13T02:39:15", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-14T04:41:42", + "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": 8, + "active_votes": [], + "author_reputation": 0, + "parent_author": "contentjunkie", + "parent_permlink": "re-dickbutt-testing-the-dickbutt-automated-system-20160913t022316187z", + "url": "/test/@dickbutt/testing-the-dickbutt-automated-system#@contentjunkie/re-contentjunkie-re-dickbutt-testing-the-dickbutt-automated-system-20160913t023906456z", + "root_title": "testing the @dickbutt automated system", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 936550, + "author": "contentjunkie", + "permlink": "re-contentjunkie-re-dickbutt-testing-the-dickbutt-automated-system-20160913t023554583z", + "category": "test", + "title": "", + "body": "dickbutt", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T02:36:06", + "last_update": "2016-09-13T02:36:06", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-14T04:41:42", + "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": 8, + "active_votes": [], + "author_reputation": 0, + "parent_author": "contentjunkie", + "parent_permlink": "re-dickbutt-testing-the-dickbutt-automated-system-20160913t022535074z", + "url": "/test/@dickbutt/testing-the-dickbutt-automated-system#@contentjunkie/re-contentjunkie-re-dickbutt-testing-the-dickbutt-automated-system-20160913t023554583z", + "root_title": "testing the @dickbutt automated system", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 930445, + "author": "demotruk", + "permlink": "re-bige37-re-royaltiffany-test-20160912t133042108z", + "category": "test", + "title": "", + "body": "I pushed the button and it turned out to be just a jay-peg :-(", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-12T13:30:42", + "last_update": "2016-09-12T13:30:42", + "depth": 2, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-14T01:42:18", + "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": 62, + "active_votes": [], + "author_reputation": 0, + "parent_author": "bige37", + "parent_permlink": "re-royaltiffany-test-20160912t114919145z", + "url": "/test/@royaltiffany/test#@demotruk/re-bige37-re-royaltiffany-test-20160912t133042108z", + "root_title": "Test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920080, + "author": "earnest", + "permlink": "re-brendio-re-dickbutt-testing-dickbutt-20160911t090156700z", + "category": "test", + "title": "", + "body": ":) Transexual fux :)", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T09:01:57", + "last_update": "2016-09-11T09:01:57", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 20, + "active_votes": [], + "author_reputation": 0, + "parent_author": "brendio", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160906t061918048z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-brendio-re-dickbutt-testing-dickbutt-20160911t090156700z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920072, + "author": "earnest", + "permlink": "re-skeptic-re-dickbutt-testing-dickbutt-20160911t090059700z", + "category": "test", + "title": "", + "body": "Can you breath?Yes, Brath, Breath the air in, out, repeat", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T09:01:00", + "last_update": "2016-09-11T09:01:00", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 57, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t084528359z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-skeptic-re-dickbutt-testing-dickbutt-20160911t090059700z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920050, + "author": "earnest", + "permlink": "re-skeptic-re-dickbutt-testing-dickbutt-20160911t085637400z", + "category": "test", + "title": "", + "body": "you got it by now", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:56:36", + "last_update": "2016-09-11T08:56:36", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 17, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t084528359z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-skeptic-re-dickbutt-testing-dickbutt-20160911t085637400z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920045, + "author": "earnest", + "permlink": "re-skeptic-re-dickbutt-testing-dickbutt-20160911t085613100z", + "category": "test", + "title": "", + "body": "breath 10 times", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:56:15", + "last_update": "2016-09-11T08:56:15", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 15, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t084528359z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-skeptic-re-dickbutt-testing-dickbutt-20160911t085613100z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920042, + "author": "earnest", + "permlink": "re-skeptic-re-dickbutt-testing-dickbutt-20160911t085504300z", + "category": "test", + "title": "", + "body": "it is, just breath and stay calm", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:55:06", + "last_update": "2016-09-11T08:55:06", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 32, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t084528359z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-skeptic-re-dickbutt-testing-dickbutt-20160911t085504300z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920027, + "author": "earnest", + "permlink": "re-skeptic-re-dickbutt-testing-dickbutt-20160911t085245200z", + "category": "test", + "title": "", + "body": "there you go", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:52:45", + "last_update": "2016-09-11T08:52:45", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 12, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t082048671z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-skeptic-re-dickbutt-testing-dickbutt-20160911t085245200z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919991, + "author": "dickbutt", + "permlink": "re-re-dickbutt-testing-dickbutt-20160911t084528359z-20160911t084643", + "category": "test", + "title": "", + "body": "https://s17.postimg.io/kiv7efda7/dickbutt_mark_by_reilpikram_d8busm9.png", + "json_metadata": "{}", + "created": "2016-09-11T08:46:45", + "last_update": "2016-09-11T08:46:45", + "depth": 2, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 72, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t084528359z", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-dickbutt-testing-dickbutt-20160911t084528359z-20160911t084643", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 920055, + "author": "earnest", + "permlink": "re-skeptic-re-dickbutt-testing-dickbutt-20160911t085805500z", + "category": "test", + "title": "", + "body": "Im not afraid, I can defeat it", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:58:06", + "last_update": "2016-09-11T08:58:06", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 30, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t084528359z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-skeptic-re-dickbutt-testing-dickbutt-20160911t085805500z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919966, + "author": "dickbutt", + "permlink": "re-re-dickbutt-testing-dickbutt-20160911t082048671z-20160911t083948", + "category": "test", + "title": "", + "body": "https://s17.postimg.io/j6i3qa58f/dickbutt.jpg", + "json_metadata": "{}", + "created": "2016-09-11T08:39:51", + "last_update": "2016-09-11T08:39:51", + "depth": 2, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 45, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t082048671z", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-dickbutt-testing-dickbutt-20160911t082048671z-20160911t083948", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919953, + "author": "dickbutt", + "permlink": "re-re-dickbutt-testing-dickbutt-20160911t082048671z-20160911t083628", + "category": "test", + "title": "", + "body": "https://s17.postimg.io/f66d0apdr/Dick_Buttpink.jpg", + "json_metadata": "{}", + "created": "2016-09-11T08:36:30", + "last_update": "2016-09-11T08:36:30", + "depth": 2, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 50, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t082048671z", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-dickbutt-testing-dickbutt-20160911t082048671z-20160911t083628", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919934, + "author": "earnest", + "permlink": "re-brendio-re-dickbutt-testing-dickbutt-20160911t083238100z", + "category": "test", + "title": "", + "body": "::) Got you", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:32:39", + "last_update": "2016-09-11T08:32:39", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 11, + "active_votes": [], + "author_reputation": 0, + "parent_author": "brendio", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160906t061918048z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-brendio-re-dickbutt-testing-dickbutt-20160911t083238100z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919913, + "author": "earnest", + "permlink": "re-skeptic-re-dickbutt-testing-dickbutt-20160911t082921600z", + "category": "test", + "title": "", + "body": "dick butt? cunt ass? feminist X, they are fucking with you , show me your talents", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:29:21", + "last_update": "2016-09-11T08:29:21", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 81, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t072446978z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-skeptic-re-dickbutt-testing-dickbutt-20160911t082921600z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919868, + "author": "dickbutt", + "permlink": "re-re-dickbutt-testing-dickbutt-20160911t082048671z-20160911t082139", + "category": "test", + "title": "", + "body": "https://s17.postimg.io/uf0vrt8fz/dbupvote.gif", + "json_metadata": "{}", + "created": "2016-09-11T08:21:42", + "last_update": "2016-09-11T08:21:42", + "depth": 2, + "children": 3, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 45, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t082048671z", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-dickbutt-testing-dickbutt-20160911t082048671z-20160911t082139", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919616, + "author": "dickbutt", + "permlink": "re-re-dickbutt-testing-dickbutt-20160911t072446978z-20160911t072542", + "category": "test", + "title": "", + "body": "https://s17.postimg.io/ojbji5iin/m5_En_TSs.jpg", + "json_metadata": "{}", + "created": "2016-09-11T07:25:45", + "last_update": "2016-09-11T07:25:45", + "depth": 2, + "children": 5, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 46, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t072446978z", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-dickbutt-testing-dickbutt-20160911t072446978z-20160911t072542", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 919903, + "author": "earnest", + "permlink": "re-skeptic-re-dickbutt-testing-dickbutt-20160911t082735600z", + "category": "test", + "title": "", + "body": "go one up", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-11T08:27:36", + "last_update": "2016-09-11T08:27:36", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 9, + "active_votes": [], + "author_reputation": 0, + "parent_author": "skeptic", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160911t072446978z", + "url": "/test/@dickbutt/testing-dickbutt#@earnest/re-skeptic-re-dickbutt-testing-dickbutt-20160911t082735600z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 915135, + "author": "leprechaun", + "permlink": "re-whatsup-re-leprechaun-steemedit-test-5-20160910t210828490z", + "category": "test", + "title": "", + "body": "Thanks. follow me. I am going to post something interesting.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-10T21:08:33", + "last_update": "2016-09-10T21:08:57", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-11T07:48:42", + "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": 62, + "active_votes": [], + "author_reputation": 0, + "parent_author": "whatsup", + "parent_permlink": "re-leprechaun-steemedit-test-5-20160910t194955148z", + "url": "/test/@leprechaun/steemedit-test-5#@leprechaun/re-whatsup-re-leprechaun-steemedit-test-5-20160910t210828490z", + "root_title": "steemedit test 5", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 914301, + "author": "djangothegod", + "permlink": "re-steembaby-re-steembaby-test-my-posts-disappeared-20160910t193455528z", + "category": "test", + "title": "", + "body": "I just submitted my first post and nothing happened.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-10T19:34:57", + "last_update": "2016-09-10T19:35:06", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-25T14:37:57", + "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": 52, + "active_votes": [], + "author_reputation": 0, + "parent_author": "steembaby", + "parent_permlink": "re-steembaby-test-my-posts-disappeared-20160825t145927000z", + "url": "/test/@steembaby/test-my-posts-disappeared#@djangothegod/re-steembaby-re-steembaby-test-my-posts-disappeared-20160910t193455528z", + "root_title": "test -- my posts disappeared!", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 911784, + "author": "hacon", + "permlink": "re-kjsxj-re-hacon-first-post-20160910t145455609z", + "category": "test", + "title": "", + "body": "I am trying to get a handle on the main differences from say reddit. I take it we can't delete posts, but we can edit them. Is the edit history visable?\nWhat about deleting comments ... lets see now.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-10T14:54:57", + "last_update": "2016-09-10T14:54:57", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-11T17:09:06", + "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": 199, + "active_votes": [], + "author_reputation": 0, + "parent_author": "kjsxj", + "parent_permlink": "re-hacon-first-post-20160910t144933601z", + "url": "/test/@hacon/first-post#@hacon/re-kjsxj-re-hacon-first-post-20160910t145455609z", + "root_title": "First post", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 870034, + "author": "dickbutt", + "permlink": "re-re-dickbutt-testing-dickbutt-20160906t061918048z-20160906t061952", + "category": "test", + "title": "", + "body": "https://s17.postimg.io/oct91bjzz/dogedickbutt.gif", + "json_metadata": "{}", + "created": "2016-09-06T06:19:54", + "last_update": "2016-09-06T06:19:54", + "depth": 2, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 49, + "active_votes": [], + "author_reputation": 0, + "parent_author": "brendio", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160906t061918048z", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-dickbutt-testing-dickbutt-20160906t061918048z-20160906t061952", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 859422, + "author": "ace108", + "permlink": "re-bullionstackers-re-ace108-test-post-for-follow-gif-nothing-in-here-interested-but-by-all-means-vote-if-you-want-20160905t044532251z", + "category": "test", + "title": "", + "body": "You're welcome. The font size is smaller for yours because your name is longer and I made the \"Follow\" with same font size. I was thinking of leaving the \"Follow\" to be bigger but think to make a consistent look - just my preference. If you prefer \"Follow\" to be bigger, I can easily adjust it.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-05T04:41:54", + "last_update": "2016-09-05T04:41:54", + "depth": 2, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-06T04:18:33", + "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": 294, + "active_votes": [], + "author_reputation": 0, + "parent_author": "bullionstackers", + "parent_permlink": "re-ace108-test-post-for-follow-gif-nothing-in-here-interested-but-by-all-means-vote-if-you-want-20160905t035325452z", + "url": "/test/@ace108/test-post-for-follow-gif-nothing-in-here-interested-but-by-all-means-vote-if-you-want#@ace108/re-bullionstackers-re-ace108-test-post-for-follow-gif-nothing-in-here-interested-but-by-all-means-vote-if-you-want-20160905t044532251z", + "root_title": "Test post for follow gif - nothing in here interesting but by all means vote if you want", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 857331, + "author": "steemjesus", + "permlink": "re-dickbutt-re-dickbutt-testing-dickbutt-20160904t222338417z", + "category": "test", + "title": "", + "body": "fuck r4fken dickbutt \n\nfuck him hard with your buttdick", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-04T22:23:39", + "last_update": "2016-09-04T22:23:39", + "depth": 2, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 55, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160902t064114931z", + "url": "/test/@dickbutt/testing-dickbutt#@steemjesus/re-dickbutt-re-dickbutt-testing-dickbutt-20160904t222338417z", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 843277, + "author": "str11ngfello", + "permlink": "re-str11ngfello-re-str11ngfello-testing-20160903t104442633z", + "category": "test", + "title": "", + "body": "asdf", + "json_metadata": "{}", + "created": "2016-09-03T10:53:30", + "last_update": "2016-09-03T10:53:30", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-04T09:03:45", + "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": 4, + "active_votes": [], + "author_reputation": 0, + "parent_author": "str11ngfello", + "parent_permlink": "re-str11ngfello-testing-20160903t104442633z", + "url": "/test/@str11ngfello/testing#@str11ngfello/re-str11ngfello-re-str11ngfello-testing-20160903t104442633z", + "root_title": "Testing", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 832895, + "author": "deli", + "permlink": "re-deli-re-deli-test-just-how-to-see-how-this-all-works-qbd-20160902t094545057z", + "category": "test", + "title": "", + "body": "good really!", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-02T09:45:45", + "last_update": "2016-09-02T09:45:45", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T09:26:45", + "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": 12, + "active_votes": [], + "author_reputation": 0, + "parent_author": "deli", + "parent_permlink": "re-deli-test-just-how-to-see-how-this-all-works-qbd-20160902t093020211z", + "url": "/test/@deli/test-just-how-to-see-how-this-all-works-qbd#@deli/re-deli-re-deli-test-just-how-to-see-how-this-all-works-qbd-20160902t094545057z", + "root_title": "test just how to see how this all works qbd", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 832881, + "author": "deli", + "permlink": "kjhkfgfgud", + "category": "test", + "title": "this is another test", + "body": "bla bla bla", + "json_metadata": "{}", + "created": "2016-09-02T09:42:39", + "last_update": "2016-09-02T10:01:54", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T09:26:45", + "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": 11, + "active_votes": [], + "author_reputation": 0, + "parent_author": "deli", + "parent_permlink": "ghfhdg", + "url": "/test/@deli/test-just-how-to-see-how-this-all-works-qbd#@deli/kjhkfgfgud", + "root_title": "test just how to see how this all works qbd", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 831973, + "author": "no-mercy", + "permlink": "re-iamgrateful-re-thebatchman1-do-not-vote-test-20160902t065638142z", + "category": "test", + "title": "", + "body": "They are \"testing\" you to see what you will do....", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-02T06:56:45", + "last_update": "2016-09-02T06:56:45", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:15:03", + "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": 50, + "active_votes": [], + "author_reputation": 0, + "parent_author": "iamgrateful", + "parent_permlink": "re-thebatchman1-do-not-vote-test-20160902t065341712z", + "url": "/test/@thebatchman1/do-not-vote-test#@no-mercy/re-iamgrateful-re-thebatchman1-do-not-vote-test-20160902t065638142z", + "root_title": "do not vote - test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 831946, + "author": "dickbutt", + "permlink": "re-re-dickbutt-testing-dickbutt-20160902t065005906z-20160902t065051", + "category": "test", + "title": "", + "body": "http://i3.kym-cdn.com/entries/icons/facebook/000/001/030/dickbutt.jpg", + "json_metadata": "{}", + "created": "2016-09-02T06:50:54", + "last_update": "2016-09-02T06:50:54", + "depth": 2, + "children": 2, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 69, + "active_votes": [], + "author_reputation": 0, + "parent_author": "contentjunkie", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160902t065005906z", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-dickbutt-testing-dickbutt-20160902t065005906z-20160902t065051", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 831908, + "author": "dickbutt", + "permlink": "re-re-dickbutt-testing-dickbutt-20160902t064114931z-20160902t064147", + "category": "test", + "title": "", + "body": "http://i3.kym-cdn.com/entries/icons/facebook/000/001/030/dickbutt.jpg", + "json_metadata": "{}", + "created": "2016-09-02T06:41:48", + "last_update": "2016-09-02T06:41:48", + "depth": 2, + "children": 3, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T07:19:21", + "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": 69, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "re-dickbutt-testing-dickbutt-20160902t064114931z", + "url": "/test/@dickbutt/testing-dickbutt#@dickbutt/re-re-dickbutt-testing-dickbutt-20160902t064114931z-20160902t064147", + "root_title": "testing @dickbutt", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 805729, + "author": "jonathan-looman", + "permlink": "re-whatsup-re-jonathan-looman-hi-steemers-i-am-jonathan-looman-co-founder-of-visions-tv-and-we-want-to-get-video-playlist-curation-onto-the-blockchain-20160830t214632491z", + "category": "test", + "title": "", + "body": "I think that we need to recognise value in openness and distributed systems as an alternative to centralized monopolistic systems. In what way Steem is leaning I am still not sure but the Steemit content platform is bound to become gamed and the early adopters definitely will continue to have an advantage and pull more weight.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-30T21:46:33", + "last_update": "2016-08-30T21:46:33", + "depth": 2, + "children": 0, + "net_rshares": 356509174, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-30T19:02:24", + "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": 328, + "active_votes": [ + { + "voter": "jonathan-looman", + "rshares": "356509174", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "whatsup", + "parent_permlink": "re-jonathan-looman-hi-steemers-i-am-jonathan-looman-co-founder-of-visions-tv-and-we-want-to-get-video-playlist-curation-onto-the-blockchain-20160830t200608106z", + "url": "/test/@jonathan-looman/hi-steemers-i-am-jonathan-looman-co-founder-of-visions-tv-and-we-want-to-get-video-playlist-curation-onto-the-blockchain#@jonathan-looman/re-whatsup-re-jonathan-looman-hi-steemers-i-am-jonathan-looman-co-founder-of-visions-tv-and-we-want-to-get-video-playlist-curation-onto-the-blockchain-20160830t214632491z", + "root_title": "What is Steemit?", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 780295, + "author": "ivicaa", + "permlink": "re-thecleangame-re-ivicaa-test-please-ignore-20160828t180155417z", + "category": "test", + "title": "", + "body": ":) At least you're not a bot. I am struggling with the curation reward calculation. Not easy to understand. Your upvote helps to understand it.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-28T18:01:54", + "last_update": "2016-08-28T18:01:54", + "depth": 2, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-28T17:56:18", + "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": 143, + "active_votes": [], + "author_reputation": 0, + "parent_author": "thecleangame", + "parent_permlink": "re-ivicaa-test-please-ignore-20160828t172635435z", + "url": "/test/@ivicaa/test-please-ignore#@ivicaa/re-thecleangame-re-ivicaa-test-please-ignore-20160828t180155417z", + "root_title": "TEST - please ignore", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 743391, + "author": "steembaby", + "permlink": "re-ibringawareness-re-steembaby-test-my-posts-disappeared-20160825t150259870z", + "category": "test", + "title": "", + "body": "Exactly the same feeling.\nI've saw my post published and then I've emptied the drafts.\nThat makes me feel worse now.\nI don't have the mood to write the same article for a second time.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-25T15:03:15", + "last_update": "2016-08-25T15:03:15", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-25T14:37:57", + "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": 183, + "active_votes": [], + "author_reputation": 0, + "parent_author": "ibringawareness", + "parent_permlink": "re-steembaby-test-my-posts-disappeared-20160825t144249526z", + "url": "/test/@steembaby/test-my-posts-disappeared#@steembaby/re-ibringawareness-re-steembaby-test-my-posts-disappeared-20160825t150259870z", + "root_title": "test -- my posts disappeared!", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 635716, + "author": "trogdor", + "permlink": "re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020915512z", + "category": "test", + "title": "", + "body": "Looks like I caught the laonie swarm and two chinese bots. No wang yet, and no 800 spam votes yet...", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T02:09:30", + "last_update": "2016-08-17T02:09:30", + "depth": 2, + "children": 8, + "net_rshares": 14714651186, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 100, + "active_votes": [ + { + "voter": "hellokitty", + "rshares": "14714651186", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "royaltiffany", + "parent_permlink": "re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020602907z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@trogdor/re-royaltiffany-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020915512z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 635701, + "author": "rawnetics", + "permlink": "re-rawnetics-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020745425z", + "category": "test", + "title": "", + "body": "Oh yes, here they are!", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T02:07:45", + "last_update": "2016-08-17T02:07:45", + "depth": 2, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 22, + "active_votes": [], + "author_reputation": 0, + "parent_author": "rawnetics", + "parent_permlink": "re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020521246z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@rawnetics/re-rawnetics-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020745425z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 635663, + "author": "gary-smith", + "permlink": "re-thebeachedwhale-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020242106z", + "category": "test", + "title": "", + "body": "are you a robot ?", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T02:02:42", + "last_update": "2016-08-17T02:02:42", + "depth": 2, + "children": 3, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "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": 17, + "active_votes": [], + "author_reputation": 0, + "parent_author": "thebeachedwhale", + "parent_permlink": "re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020213239z", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army#@gary-smith/re-thebeachedwhale-re-trogdor-this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army-20160817t020242106z", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 955877, + "author": "oaldamster", + "permlink": "re-achim86-test-20160915t070512394z", + "category": "test", + "title": "", + "body": "Result: confirmed! ;-)", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-15T07:05:12", + "last_update": "2016-09-15T07:05:12", + "depth": 1, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-16T14:39:17", + "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": 22, + "active_votes": [], + "author_reputation": 0, + "parent_author": "achim86", + "parent_permlink": "test", + "url": "/test/@achim86/test#@oaldamster/re-achim86-test-20160915t070512394z", + "root_title": "test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 946041, + "author": "steemitqa", + "permlink": "re-derekareith-page-view-counter-test-post-20160914t021242459z", + "category": "test", + "title": "", + "body": "I tried this not long ago.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-14T02:12:12", + "last_update": "2016-09-14T02:12:12", + "depth": 1, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 26, + "active_votes": [], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "page-view-counter-test-post", + "url": "/test/@derekareith/page-view-counter-test-post#@steemitqa/re-derekareith-page-view-counter-test-post-20160914t021242459z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 945943, + "author": "freebornangel", + "permlink": "re-derekareith-page-view-counter-test-post-20160914t015352577z", + "category": "test", + "title": "", + "body": "Http://minds.com/ottman has a pretty good counter set up.", + "json_metadata": "{\"tags\":[\"test\"],\"links\":[\"Http:\\/\\/minds.com\\/ottman\"]}", + "created": "2016-09-14T01:54:00", + "last_update": "2016-09-14T01:57:12", + "depth": 1, + "children": 2, + "net_rshares": 46263835410, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 57, + "active_votes": [ + { + "voter": "derekareith", + "rshares": "46263835410", + "percent": "3000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "page-view-counter-test-post", + "url": "/test/@derekareith/page-view-counter-test-post#@freebornangel/re-derekareith-page-view-counter-test-post-20160914t015352577z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943502, + "author": "bitcoiner", + "permlink": "re-derekareith-page-view-counter-test-post-20160913t202316437z", + "category": "test", + "title": "", + "body": "All images get cached by img1.steemit.com.\nBut this will work with users of third party apps that view posts that don't use that caching server, like eSteem.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T20:23:15", + "last_update": "2016-09-13T20:23:15", + "depth": 1, + "children": 5, + "net_rshares": 77095774656, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 157, + "active_votes": [ + { + "voter": "derekareith", + "rshares": "77095774656", + "percent": "5000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "page-view-counter-test-post", + "url": "/test/@derekareith/page-view-counter-test-post#@bitcoiner/re-derekareith-page-view-counter-test-post-20160913t202316437z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943498, + "author": "derekareith", + "permlink": "re-derekareith-page-view-counter-test-post-20160913t202249477z", + "category": "test", + "title": "", + "body": "<!-- Counter Code START --><a href=\"http://www.e-zeeinternet.com/\" target=\"_blank\"><img src=\"http://www.e-zeeinternet.com/count.php?page=1156943&style=blushdw&nbdigits=5\" alt=\"Free Web Counter\" border=\"0\" ></a><br><a href=\"http://www.e-zeeinternet.com/\" title=\"Free Web Counter\" target=\"_blank\" style=\"font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none;\">Free Web Counter</a><!-- Counter Code END -->", + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"http:\\/\\/www.e-zeeinternet.com\\/count.php?page=1156943&style=blushdw&nbdigits=5\"],\"links\":[\"http:\\/\\/www.e-zeeinternet.com\\/\"]}", + "created": "2016-09-13T20:22:51", + "last_update": "2016-09-13T20:22:51", + "depth": 1, + "children": 0, + "net_rshares": 10592290339, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 455, + "active_votes": [ + { + "voter": "elissahawke", + "rshares": "10592290339", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "page-view-counter-test-post", + "url": "/test/@derekareith/page-view-counter-test-post#@derekareith/re-derekareith-page-view-counter-test-post-20160913t202249477z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943470, + "author": "derekareith", + "permlink": "re-derekareith-page-view-counter-test-post-20160913t201948735z", + "category": "test", + "title": "", + "body": "<!-- Start of SimpleHitCounter Code -->\n<div align=\"center\"><a href=\"http://www.marcleaningservices.com\" target=\"_blank\"><img src=\"http://simplehitcounter.com/hit.php?uid=2165971&f=16777215&b=0\" border=\"0\" height=\"18\" width=\"83\" alt=\"commercial cleaning broward\"></a><br></div>\n<!-- End of SimpleHitCounter Code -->\nmaybe this one ?", + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"http:\\/\\/simplehitcounter.com\\/hit.php?uid=2165971&f=16777215&b=0\"],\"links\":[\"http:\\/\\/www.marcleaningservices.com\"]}", + "created": "2016-09-13T20:19:51", + "last_update": "2016-09-13T20:20:15", + "depth": 1, + "children": 0, + "net_rshares": 10384598371, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 332, + "active_votes": [ + { + "voter": "elissahawke", + "rshares": "10384598371", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "page-view-counter-test-post", + "url": "/test/@derekareith/page-view-counter-test-post#@derekareith/re-derekareith-page-view-counter-test-post-20160913t201948735z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943456, + "author": "jbouchard12", + "permlink": "re-derekareith-page-view-counter-test-post-20160913t201859183z", + "category": "test", + "title": "", + "body": "Let us know if you get it to work!", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T20:19:00", + "last_update": "2016-09-13T20:19:00", + "depth": 1, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 34, + "active_votes": [], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "page-view-counter-test-post", + "url": "/test/@derekareith/page-view-counter-test-post#@jbouchard12/re-derekareith-page-view-counter-test-post-20160913t201859183z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943447, + "author": "goldmatters", + "permlink": "re-derekareith-page-view-counter-test-post-20160913t201813326z", + "category": "test", + "title": "", + "body": "Do not see a counter?", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T20:18:12", + "last_update": "2016-09-13T20:18:12", + "depth": 1, + "children": 1, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 21, + "active_votes": [], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "page-view-counter-test-post", + "url": "/test/@derekareith/page-view-counter-test-post#@goldmatters/re-derekareith-page-view-counter-test-post-20160913t201813326z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943437, + "author": "derekareith", + "permlink": "re-derekareith-page-view-counter-test-post-20160913t201727708z", + "category": "test", + "title": "", + "body": "no luck :(", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T20:17:30", + "last_update": "2016-09-13T20:17:30", + "depth": 1, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 10, + "active_votes": [], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "page-view-counter-test-post", + "url": "/test/@derekareith/page-view-counter-test-post#@derekareith/re-derekareith-page-view-counter-test-post-20160913t201727708z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943436, + "author": "karenb54", + "permlink": "re-derekareith-page-view-counter-test-post-20160913t201718842z", + "category": "test", + "title": "", + "body": "I opened, read and upvoted, interesting to see the outcome :)", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T20:17:24", + "last_update": "2016-09-13T20:17:24", + "depth": 1, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "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": 61, + "active_votes": [], + "author_reputation": 0, + "parent_author": "derekareith", + "parent_permlink": "page-view-counter-test-post", + "url": "/test/@derekareith/page-view-counter-test-post#@karenb54/re-derekareith-page-view-counter-test-post-20160913t201718842z", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 939969, + "author": "vinotinto", + "permlink": "re-vinotinto-3qkywh-test-20160913t131315550z", + "category": "test", + "title": "", + "body": "test comment", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T13:13:15", + "last_update": "2016-09-13T13:13:15", + "depth": 1, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-14T13:15:18", + "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": 12, + "active_votes": [], + "author_reputation": 0, + "parent_author": "vinotinto", + "parent_permlink": "3qkywh-test", + "url": "/test/@vinotinto/3qkywh-test#@vinotinto/re-vinotinto-3qkywh-test-20160913t131315550z", + "root_title": "test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 937862, + "author": "golfball", + "permlink": "re-golfball-test-20160913t063057513z", + "category": "test", + "title": "", + "body": "1. mouse เมาส์ ิั \n2. hard drive ฮาร์ดไดร์\n3. hard disk ฮาร์ดดิสà¸à¹Œ\n4. Monitor หน้าจà¸\n5. Display à¹à¸ªà¸”ง\n *LCD screen \n *CTR screen หน้าจà¸\n* plasma screen พราสม่า\n\n\n5. RAM memory หน่วยความจำà¹à¸£à¸¡\nROM memory รà¸à¸¡\n\n6. Printer เครื่à¸à¸‡à¸žà¸´à¸¡à¸žà¹Œ\nplotter\n\n7. microphone ไมโครโฟน\n\n8. scanner เครืà¸à¸‡à¸ªà¹€à¹€à¸à¸™\n\n9. speakers\n\n10. keyboard à¹à¸›à¹‰à¸™à¸žà¸´à¸¡à¸žà¹Œ\n\n11. barcode บาร์โค้ด\n\n12. \n\n13. Right click\n\nhttp://compass.microsoft.com/assets/ff/be/ffbe20a0-c36d-42dd-b710-b1ee6ee0981f.jpg?n=Compact%20Optical%20Mouse%20500.jpg\nhttp://cdn.slashgear.com/wp-content/uploads/2013/04/Seagate-HDD.jpg\nhttp://img.bbystatic.com/BestBuy_US/images/products/3434/3434015cv13d.jpg\nhttp://cdn.computerhope.com/computer-memory.jpg\nhttps://xiebingqing815.files.wordpress.com/2013/09/rom-vs-ram.png", + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"http:\\/\\/compass.microsoft.com\\/assets\\/ff\\/be\\/ffbe20a0-c36d-42dd-b710-b1ee6ee0981f.jpg?n=Compact%20Optical%20Mouse%20500.jpg\"]}", + "created": "2016-09-13T06:31:00", + "last_update": "2016-09-13T06:33:45", + "depth": 1, + "children": 2, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-30T07:41:51", + "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": 763, + "active_votes": [], + "author_reputation": 0, + "parent_author": "golfball", + "parent_permlink": "test", + "url": "/test/@golfball/test#@golfball/re-golfball-test-20160913t063057513z", + "root_title": "Test One", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 936699, + "author": "dickbutt", + "permlink": "re-dickbutt-testing-the-dickbutt-automated-system-20160913t025309976z", + "category": "test", + "title": "", + "body": "dickbutt", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T02:53:21", + "last_update": "2016-09-13T02:53:21", + "depth": 1, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-14T04:41:42", + "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": 8, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "testing-the-dickbutt-automated-system", + "url": "/test/@dickbutt/testing-the-dickbutt-automated-system#@dickbutt/re-dickbutt-testing-the-dickbutt-automated-system-20160913t025309976z", + "root_title": "testing the @dickbutt automated system", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 936684, + "author": "contentjunkie", + "permlink": "re-dickbutt-testing-the-dickbutt-automated-system-20160913t025131685z", + "category": "test", + "title": "", + "body": "dickbutt", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-09-13T02:51:42", + "last_update": "2016-09-13T02:51:42", + "depth": 1, + "children": 0, + "net_rshares": 0, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-14T04:41:42", + "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": 8, + "active_votes": [], + "author_reputation": 0, + "parent_author": "dickbutt", + "parent_permlink": "testing-the-dickbutt-automated-system", + "url": "/test/@dickbutt/testing-the-dickbutt-automated-system#@contentjunkie/re-dickbutt-testing-the-dickbutt-automated-system-20160913t025131685z", + "root_title": "testing the @dickbutt automated system", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + } +] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_no_results.orig.json b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_no_results.orig.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_no_results.orig.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_over_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_over_limit.orig.json new file mode 100644 index 00000000..6e08b595 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_comment_discussions_by_payout_over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (101 > 100)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_content_deleted.orig.json b/hivemind/tavern/condenser_api_patterns/get_content_deleted.orig.json new file mode 100644 index 00000000..893d1049 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_content_deleted.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32000, + "data": "IndexError: list index out of range", + "message": "Server error" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_content_gtg.orig.json b/hivemind/tavern/condenser_api_patterns/get_content_gtg.orig.json new file mode 100644 index 00000000..75d9de1c --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_content_gtg.orig.json @@ -0,0 +1,554 @@ +{ + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "7498426175709", + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42312727614219", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "305178325808", + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "869557685770", + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5114872713665", + "voter": "roadscape" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2289539684123", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2180802207", + "voter": "chloe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2185117237", + "voter": "jen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14176153154", + "voter": "danknugs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "198373663832", + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30116948361", + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46091054", + "voter": "kelly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6428425796", + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91926650", + "voter": "gandalf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "345893040115", + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27177508174", + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "316897956", + "voter": "sophia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21914098976", + "voter": "hcf27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7368210672", + "voter": "modeprator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103782757471", + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "785540122070", + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5786912627", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "196850398821", + "voter": "pal" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "2792608078", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98699236", + "voter": "itay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9975325205", + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "206512826638", + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57136530202", + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9128119179", + "voter": "somedude" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203906072916", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "867610016", + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32485842972", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2480411371", + "voter": "gary-smith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23267718250", + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1953019618", + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25911121779", + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4679981480", + "voter": "madwallace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39716978937", + "voter": "lauralemons" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "461256359", + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15413814887", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6283643209", + "voter": "endaksi1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16250564070", + "voter": "picokernel" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "702264837", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80421874395", + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2241994263", + "voter": "egjoshslim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120632910259", + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6621475753", + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "226092177", + "voter": "jesse5th" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23810445079", + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "210829632", + "voter": "glassice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203070157", + "voter": "lenar79" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15277675835", + "voter": "arcurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101769596658", + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "330264489", + "voter": "steeminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55123516", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20346345482", + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116522786", + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4195953733", + "voter": "sulev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1863529002", + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88147854", + "voter": "alrx6918" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "156246825", + "voter": "vitz81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7842906910", + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2110595726", + "voter": "naturalista" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47302483", + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "309993436467", + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102759457", + "voter": "caitlinm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71928410", + "voter": "jellenmark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "151302584", + "voter": "agussudaryanto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12663424", + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "519527818", + "voter": "iaco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14786662", + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1568749518", + "voter": "nixonnox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3195610059", + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2458086", + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12950553", + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "911816960", + "voter": "bledarus" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1251336", + "voter": "softpunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3742919", + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37069491", + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "229846452", + "voter": "mefisto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104558988", + "voter": "cinderphoenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98540677", + "voter": "steeminion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57959648", + "voter": "piezolit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8108416", + "voter": "brucy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35603456", + "voter": "shukerona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56023735", + "voter": "leticiapink" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "295195987", + "voter": "steeminnow" + } + ], + "author": "gtg", + "author_reputation": 3920426655270, + "beneficiaries": [], + "body": "Hello, World!\n\nMy intention is not to make it into top 19. I could name many other candidates (clearly more than 19) with greater commitment to steem(it) who are a lot more appropriate as witnesses, but I'm sure I can be useful as a backup witness.\n\nI introduced myself here:\nhttps://steemit.com/introduceyourself/@gtg/hello-world\nThose of you who use https://steemit.chat know me as **Gandalf**.\nFor some time, I\u2019ve been using my magic powers (mostly those related to security and infrastructure) to improve steemit. For example, I\u2019ve improved our \"Perfect\" Forward Secrecy and made our communication with site more secure.\n\nMy **seed node** (EU based):\n`seed-node = gtg.steem.house:2001`\nYou can also use it to rsync data dir\n`rsync -Pa rsync://gtg.steem.house/witness_node_data_dir .`\n\nMy **witness node** is on a separate data center (an EU-based one as well).\nIf you believe I can be of value to steemit, please vote for me:\n`vote_for_witness YOURACCOUNT gtg true true`\n\n", + "body_length": 1023, + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 7, + "created": "2016-08-05T14:02:24", + "curator_payout_value": "231.879 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"witness-category\"],\"links\":[\"https:\\/\\/steemit.com\\/introduceyourself\\/@gtg\\/hello-world\"]}", + "last_payout": "2016-09-05T05:17:57", + "last_update": "2016-08-05T14:02:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 61504610477823, + "parent_author": "", + "parent_permlink": "witness-category", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "witness-gtg", + "post_id": 463046, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness \"gtg\"", + "title": "Witness \"gtg\"", + "total_payout_value": "703.088 HBD", + "url": "/witness-category/@gtg/witness-gtg" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date_no_results.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date_no_results.orig.json new file mode 100644 index 00000000..0b58474c --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date_no_results.orig.json @@ -0,0 +1,640 @@ +[ + { + "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/condenser_api_patterns/get_discussions_by_author_before_date_no_results.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date_no_results.pat.json index 0637a088..0b58474c 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date_no_results.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date_no_results.pat.json @@ -1 +1,640 @@ -[] \ No newline at end of file +[ + { + "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/condenser_api_patterns/get_discussions_by_author_before_date_over_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date_over_limit.orig.json new file mode 100644 index 00000000..6e08b595 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_author_before_date_over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (101 > 100)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments_unexpected_keyword.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments_unexpected_keyword.orig.json new file mode 100644 index 00000000..1aa7cad3 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_comments_unexpected_keyword.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "get_discussions_by_comments() got an unexpected keyword argument 'author'", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_follow_count_following_and_followers.orig.json b/hivemind/tavern/condenser_api_patterns/get_follow_count_following_and_followers.orig.json new file mode 100644 index 00000000..8c0f1f5e --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_follow_count_following_and_followers.orig.json @@ -0,0 +1,5 @@ +{ + "account": "gtg", + "following_count": 31, + "follower_count": 80 +} \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_follow_count_no_followers.orig.json b/hivemind/tavern/condenser_api_patterns/get_follow_count_no_followers.orig.json new file mode 100644 index 00000000..3d80965b --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_follow_count_no_followers.orig.json @@ -0,0 +1,5 @@ +{ + "account": "test2", + "follower_count": 0, + "following_count": 0 +} \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_followers_ignore.orig.json b/hivemind/tavern/condenser_api_patterns/get_followers_ignore.orig.json new file mode 100644 index 00000000..32449797 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_followers_ignore.orig.json @@ -0,0 +1,9 @@ +[ + { + "follower": "brightnesssoulds", + "following": "steemit", + "what": [ + "ignore" + ] + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_followers_last.orig.json b/hivemind/tavern/condenser_api_patterns/get_followers_last.orig.json new file mode 100644 index 00000000..c45ded41 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_followers_last.orig.json @@ -0,0 +1,9 @@ +[ + { + "follower": "fjccoin", + "following": "steemit", + "what": [ + "blog" + ] + } +] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_followers_no_followers.orig.json b/hivemind/tavern/condenser_api_patterns/get_followers_no_followers.orig.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_followers_no_followers.orig.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_followers_over_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_followers_over_limit.orig.json new file mode 100644 index 00000000..a1e4ecd9 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_followers_over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (1001 > 1000)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.orig.json new file mode 100644 index 00000000..4c29a759 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_followers_trending_tags_over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (251 > 250)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_followers_wrong_type.orig.json b/hivemind/tavern/condenser_api_patterns/get_followers_wrong_type.orig.json new file mode 100644 index 00000000..ea321df0 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_followers_wrong_type.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid follow_type `wrong_type`", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_following_ignore.orig.json b/hivemind/tavern/condenser_api_patterns/get_following_ignore.orig.json new file mode 100644 index 00000000..32449797 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_following_ignore.orig.json @@ -0,0 +1,9 @@ +[ + { + "follower": "brightnesssoulds", + "following": "steemit", + "what": [ + "ignore" + ] + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_following_last.orig.json b/hivemind/tavern/condenser_api_patterns/get_following_last.orig.json new file mode 100644 index 00000000..e06b40f2 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_following_last.orig.json @@ -0,0 +1,9 @@ +[ + { + "follower": "gtg", + "following": "blocktrades", + "what": [ + "blog" + ] + } +] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_following_no_following.orig.json b/hivemind/tavern/condenser_api_patterns/get_following_no_following.orig.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_following_no_following.orig.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_following_over_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_following_over_limit.orig.json new file mode 100644 index 00000000..a1e4ecd9 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_following_over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (1001 > 1000)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_following_wrong_type.orig.json b/hivemind/tavern/condenser_api_patterns/get_following_wrong_type.orig.json new file mode 100644 index 00000000..ea321df0 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_following_wrong_type.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid follow_type `wrong_type`", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_multiple_accounts.orig.json b/hivemind/tavern/condenser_api_patterns/get_multiple_accounts.orig.json new file mode 100644 index 00000000..843c3add --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_multiple_accounts.orig.json @@ -0,0 +1,329 @@ +[ + { + "id": 28, + "name": "steemit", + "owner": { + "weight_threshold": 1, + "account_auths": [], + "key_auths": [ + [ + "STM7kyb6WK6Sg9Eu4uu7WGqjYdqJzdBeKEWVDaDEKsgvhvESJZ1vM", + 1 + ] + ] + }, + "active": { + "weight_threshold": 1, + "account_auths": [], + "key_auths": [ + [ + "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH", + 1 + ] + ] + }, + "posting": { + "weight_threshold": 1, + "account_auths": [], + "key_auths": [ + [ + "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH", + 1 + ] + ] + }, + "memo_key": "STM5jZtLoV8YbxCxr4imnbWn61zMB24wwonpnVhfXRmv7j6fk3dTH", + "json_metadata": "", + "posting_json_metadata": "", + "proxy": "", + "last_owner_update": "2016-07-15T13:56:18", + "last_account_update": "2016-07-15T13:56:18", + "created": "2016-03-24T17:00:21", + "mined": true, + "recovery_account": "steem", + "last_account_recovery": "1970-01-01T00:00:00", + "reset_account": "null", + "comment_count": 0, + "lifetime_vote_count": 0, + "post_count": 1, + "can_vote": true, + "voting_manabar": { + "current_mana": 10000, + "last_update_time": 1458838821 + }, + "downvote_manabar": { + "current_mana": 0, + "last_update_time": 1458838821 + }, + "voting_power": 10000, + "balance": "4778859.891 HIVE", + "savings_balance": "0.000 HIVE", + "sbd_balance": "70337.438 HBD", + "sbd_seconds": "8923940509188", + "sbd_seconds_last_update": "2016-09-14T11:25:21", + "sbd_last_interest_payment": "2016-09-12T19:16:48", + "savings_sbd_balance": "0.000 HBD", + "savings_sbd_seconds": "0", + "savings_sbd_seconds_last_update": "1970-01-01T00:00:00", + "savings_sbd_last_interest_payment": "1970-01-01T00:00:00", + "savings_withdraw_requests": 0, + "reward_sbd_balance": "0.000 HBD", + "reward_steem_balance": "0.000 HIVE", + "reward_vesting_balance": "0.000000 VESTS", + "reward_vesting_steem": "0.000 HIVE", + "vesting_shares": "225671901920.188893 VESTS", + "delegated_vesting_shares": "0.000000 VESTS", + "received_vesting_shares": "0.000000 VESTS", + "vesting_withdraw_rate": "2479910908.999260 VESTS", + "next_vesting_withdrawal": "2016-09-19T00:37:21", + "withdrawn": "32238841816990380", + "to_withdraw": "257910734535923078", + "withdraw_routes": 0, + "curation_rewards": 0, + "posting_rewards": 3548, + "proxied_vsf_votes": [ + "23077504682", + 0, + 0, + 0 + ], + "witnesses_voted_for": 0, + "last_post": "2016-03-30T18:30:18", + "last_root_post": "2016-03-30T18:30:18", + "last_vote_time": "1970-01-01T00:00:00", + "post_bandwidth": 0, + "pending_claimed_accounts": 0, + "vesting_balance": "0.000 HIVE", + "reputation": "12944616889", + "transfer_history": [], + "market_history": [], + "post_history": [], + "vote_history": [], + "other_history": [], + "witness_votes": [], + "tags_usage": [], + "guest_bloggers": [] + }, + { + "id": 17540, + "name": "biophil", + "owner": { + "weight_threshold": 1, + "account_auths": [], + "key_auths": [ + [ + "STM5mkaXCu5DT6XsaST1XFyyF842K54GxUAMUVm9wcm7HerBesz3i", + 1 + ] + ] + }, + "active": { + "weight_threshold": 1, + "account_auths": [], + "key_auths": [ + [ + "STM5hB5S4MFqdEnBURe7L62HzL6FWnvy9Pb1R1UcPwCuGnUsfKzFc", + 1 + ] + ] + }, + "posting": { + "weight_threshold": 1, + "account_auths": [], + "key_auths": [ + [ + "STM52yaFZPJQMx5wWRZCYgHd69hEE4rkqx7qpq45NyY4Za6w3Jong", + 1 + ] + ] + }, + "memo_key": "STM5zmYzafDpVkx7FCrxDAMLVqjyKX2ykDNUmtwDLvLtExXWvkovp", + "json_metadata": "", + "posting_json_metadata": "", + "proxy": "", + "last_owner_update": "2016-07-15T05:11:21", + "last_account_update": "2016-07-15T05:11:21", + "created": "2016-07-12T14:47:00", + "mined": false, + "recovery_account": "steem", + "last_account_recovery": "1970-01-01T00:00:00", + "reset_account": "null", + "comment_count": 0, + "lifetime_vote_count": 0, + "post_count": 752, + "can_vote": true, + "voting_manabar": { + "current_mana": 9475, + "last_update_time": 1473955245 + }, + "downvote_manabar": { + "current_mana": 0, + "last_update_time": 1468334820 + }, + "voting_power": 9475, + "balance": "0.000 HIVE", + "savings_balance": "0.000 HIVE", + "sbd_balance": "902.828 HBD", + "sbd_seconds": "131701413987", + "sbd_seconds_last_update": "2016-09-15T19:28:54", + "sbd_last_interest_payment": "2016-09-13T12:08:48", + "savings_sbd_balance": "0.000 HBD", + "savings_sbd_seconds": "0", + "savings_sbd_seconds_last_update": "1970-01-01T00:00:00", + "savings_sbd_last_interest_payment": "1970-01-01T00:00:00", + "savings_withdraw_requests": 0, + "reward_sbd_balance": "0.000 HBD", + "reward_steem_balance": "0.000 HIVE", + "reward_vesting_balance": "0.000000 VESTS", + "reward_vesting_steem": "0.000 HIVE", + "vesting_shares": "8128612.587095 VESTS", + "delegated_vesting_shares": "0.000000 VESTS", + "received_vesting_shares": "0.000000 VESTS", + "vesting_withdraw_rate": "0.000000 VESTS", + "next_vesting_withdrawal": "1969-12-31T23:59:59", + "withdrawn": 0, + "to_withdraw": 0, + "withdraw_routes": 0, + "curation_rewards": 20394, + "posting_rewards": 3729894, + "proxied_vsf_votes": [ + 0, + 0, + 0, + 0 + ], + "witnesses_voted_for": 11, + "last_post": "2016-09-15T15:07:18", + "last_root_post": "2016-09-14T16:30:24", + "last_vote_time": "2016-09-15T16:00:45", + "post_bandwidth": 12171, + "pending_claimed_accounts": 0, + "vesting_balance": "0.000 HIVE", + "reputation": "10077167197115", + "transfer_history": [], + "market_history": [], + "post_history": [], + "vote_history": [], + "other_history": [], + "witness_votes": [ + "abit", + "anyx", + "blocktrades", + "boatymcboatface", + "delegate.lafona", + "jesta", + "pharesim", + "roadscape", + "smooth.witness", + "steemed", + "steve-walschot" + ], + "tags_usage": [], + "guest_bloggers": [] + }, + { + "id": 6566, + "name": "test", + "owner": { + "weight_threshold": 1, + "account_auths": [], + "key_auths": [ + [ + "STM6L7mdcoi371ddt2z5hDfRCHXjcLRBz3H8GYKWBgo5T8kiaqWKy", + 1 + ] + ] + }, + "active": { + "weight_threshold": 1, + "account_auths": [], + "key_auths": [ + [ + "STM7iT2pWdfDqjX12hhQbjKveALEuWPss1wvrKVWDgm6Ud2ZTjoE4", + 1 + ] + ] + }, + "posting": { + "weight_threshold": 1, + "account_auths": [], + "key_auths": [ + [ + "STM5PnVARAgGPTf5PqRnumGUyMJCfV9ti93z72Kct2dAucfLgaMxC", + 1 + ] + ] + }, + "memo_key": "STM7dz2kPEpL5B3AajPFnb3M3uJwiQ4sdzz6hTgwD8RRm7keT5Bwm", + "json_metadata": "", + "posting_json_metadata": "", + "proxy": "", + "last_owner_update": "1970-01-01T00:00:00", + "last_account_update": "1970-01-01T00:00:00", + "created": "2016-04-28T14:35:57", + "mined": false, + "recovery_account": "steem", + "last_account_recovery": "1970-01-01T00:00:00", + "reset_account": "null", + "comment_count": 0, + "lifetime_vote_count": 0, + "post_count": 0, + "can_vote": true, + "voting_manabar": { + "current_mana": 10000, + "last_update_time": 1461854157 + }, + "downvote_manabar": { + "current_mana": 0, + "last_update_time": 1461854157 + }, + "voting_power": 10000, + "balance": "0.000 HIVE", + "savings_balance": "0.000 HIVE", + "sbd_balance": "0.001 HBD", + "sbd_seconds": "0", + "sbd_seconds_last_update": "2016-08-11T10:59:45", + "sbd_last_interest_payment": "1970-01-01T00:00:00", + "savings_sbd_balance": "0.000 HBD", + "savings_sbd_seconds": "0", + "savings_sbd_seconds_last_update": "1970-01-01T00:00:00", + "savings_sbd_last_interest_payment": "1970-01-01T00:00:00", + "savings_withdraw_requests": 0, + "reward_sbd_balance": "0.000 HBD", + "reward_steem_balance": "0.000 HIVE", + "reward_vesting_balance": "0.000000 VESTS", + "reward_vesting_steem": "0.000 HIVE", + "vesting_shares": "146273.695970 VESTS", + "delegated_vesting_shares": "0.000000 VESTS", + "received_vesting_shares": "0.000000 VESTS", + "vesting_withdraw_rate": "0.000000 VESTS", + "next_vesting_withdrawal": "1969-12-31T23:59:59", + "withdrawn": 0, + "to_withdraw": 0, + "withdraw_routes": 0, + "curation_rewards": 0, + "posting_rewards": 0, + "proxied_vsf_votes": [ + 0, + 0, + 0, + 0 + ], + "witnesses_voted_for": 0, + "last_post": "1970-01-01T00:00:00", + "last_root_post": "1970-01-01T00:00:00", + "last_vote_time": "1970-01-01T00:00:00", + "post_bandwidth": 0, + "pending_claimed_accounts": 0, + "vesting_balance": "0.000 HIVE", + "reputation": 0, + "transfer_history": [], + "market_history": [], + "post_history": [], + "vote_history": [], + "other_history": [], + "witness_votes": [], + "tags_usage": [], + "guest_bloggers": [] + } +] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_multiple_blog_entries.orig.json b/hivemind/tavern/condenser_api_patterns/get_multiple_blog_entries.orig.json new file mode 100644 index 00000000..c4ed5060 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_multiple_blog_entries.orig.json @@ -0,0 +1,9 @@ +[ + { + "author": "steemit", + "blog": "steemit", + "entry_id": 0, + "permlink": "firstpost", + "reblogged_on": "1970-01-01T00:00:00" + } +] \ No newline at end of file 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 new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_non_existing_accounts.orig.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_limit_20.orig.json b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_limit_20.orig.json new file mode 100644 index 00000000..304d950a --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_limit_20.orig.json @@ -0,0 +1,1836 @@ +[ + { + "post_id": 727357, + "author": "somebody", + "permlink": "follow-me-please", + "category": "test", + "title": "Follow me please.", + "body": "This post is a trap for robots. So please don't upvote. Just follow me please.\n\n[](https://steemit.com/@somebody)", + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https:\\/\\/steemimg.com\\/images\\/2016\\/08\\/24\\/dd8bd8753d16805.gif\"]}", + "created": "2016-08-24T04:49:00", + "last_update": "2016-08-24T04:49:00", + "depth": 0, + "children": 7, + "net_rshares": 860151460398, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-24T05:05:24", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.546 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 176, + "active_votes": [ + { + "voter": "lee5", + "rshares": "835401856", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "noaommerrr", + "rshares": "221000835803", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "akaninyene-etuk", + "rshares": "60049910", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "irit", + "rshares": "141944533", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "hedge-x", + "rshares": "361661182474", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "primus", + "rshares": "6648576257", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "dasha", + "rshares": "7400392900", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "lemooljiang", + "rshares": "12001771040", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "michaeldodridge", + "rshares": "9364510234", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "somebody", + "rshares": "231680157638", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "feelapi", + "rshares": "1520602917", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "future24", + "rshares": "411633883", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "mione", + "rshares": "3793330400", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "tomeraddady", + "rshares": "60886073", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "abc1621043211", + "rshares": "727760600", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jsantana", + "rshares": "1985606562", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "goriilla", + "rshares": "55763290", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "olakla", + "rshares": "55184850", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "cerne", + "rshares": "54993135", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "rexgrove", + "rshares": "54916164", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "inwoxer", + "rshares": "139924838", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "f1111111", + "rshares": "50066904", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "fluffy", + "rshares": "393193776", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "alexportikul", + "rshares": "52774361", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@somebody/follow-me-please", + "root_title": "Follow me please.", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 635639, + "author": "trogdor", + "permlink": "this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army", + "category": "test", + "title": "this is a test to see if i have been targeted by a spam bot army", + "body": "test", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-17T02:00:48", + "last_update": "2016-08-17T02:00:48", + "depth": 0, + "children": 19, + "net_rshares": 606977500984, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T02:19:27", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.418 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 4, + "active_votes": [ + { + "voter": "somedude", + "rshares": "8763619284", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "trogdor", + "rshares": "5564190601", + "percent": "0", + "reputation": 0 + }, + { + "voter": "raymonjohnstone", + "rshares": "145380534", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "pinkisland", + "rshares": "10315786664", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "hellokitty", + "rshares": "15008944210", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "laonie", + "rshares": "497568302000", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "laonie1", + "rshares": "3778964442", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "laonie2", + "rshares": "3778947431", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "laonie3", + "rshares": "3778936100", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "myfirst", + "rshares": "9118987048", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "laonie4", + "rshares": "3778614532", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "laonie5", + "rshares": "3778602547", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "laonie6", + "rshares": "3778594469", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "laonie7", + "rshares": "3778571886", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "laonie8", + "rshares": "3778554259", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "laonie9", + "rshares": "3778533199", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "xiaohui", + "rshares": "18835607987", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "laonie10", + "rshares": "3776590554", + "percent": "5000", + "reputation": 0 + }, + { + "voter": "runridefly", + "rshares": "111114608", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "laonie11", + "rshares": "3760658629", + "percent": "5000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@trogdor/this-is-a-test-to-see-if-i-have-been-targeted-by-a-spam-bot-army", + "root_title": "this is a test to see if i have been targeted by a spam bot army", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 617652, + "author": "stino-san", + "permlink": "test", + "category": "test", + "title": "test", + "body": "test", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-15T20:05:21", + "last_update": "2016-08-15T20:05:21", + "depth": 0, + "children": 0, + "net_rshares": 307686992811, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-15T20:12:06", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.208 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 4, + "active_votes": [ + { + "voter": "stino-san", + "rshares": "228145849379", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "fuck.off", + "rshares": "5007214192", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "iloveporn", + "rshares": "6821297816", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "the.bot", + "rshares": "2438027091", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "johnbradshaw", + "rshares": "8295473589", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "the.whale", + "rshares": "5785438356", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "unicornfarts", + "rshares": "5481884026", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "vote", + "rshares": "5785920904", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "kissmybutt", + "rshares": "6091743832", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "aaseb", + "rshares": "13280342528", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "michaeldodridge", + "rshares": "6322307995", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "kukuy", + "rshares": "111797071", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "thedon", + "rshares": "1010597496", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "thebotkiller", + "rshares": "11316597740", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jimmytwoshoes", + "rshares": "283790428", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jackgallenhall", + "rshares": "1455898140", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "reddtie", + "rshares": "52812228", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@stino-san/test", + "root_title": "test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 763215, + "author": "stino-san", + "permlink": "46vbbv-test", + "category": "test", + "title": "test", + "body": "test", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-27T04:46:51", + "last_update": "2016-08-27T04:46:51", + "depth": 0, + "children": 4, + "net_rshares": 275726168458, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-27T04:52:36", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.151 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 4, + "active_votes": [ + { + "voter": "stino-san", + "rshares": "225913748267", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "fuck.off", + "rshares": "4936121677", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "the.bot", + "rshares": "2248064175", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "johnbradshaw", + "rshares": "8179524007", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "arcaneinfo", + "rshares": "5469062752", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "the.whale", + "rshares": "5704244958", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "vote", + "rshares": "5583423314", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "kissmybutt", + "rshares": "6007072255", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "nicoleta", + "rshares": "67820011", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "thebotkiller", + "rshares": "10924517278", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jimmytwoshoes", + "rshares": "267235062", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "rucoin", + "rshares": "425334702", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@stino-san/46vbbv-test", + "root_title": "test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 858881, + "author": "ace108", + "permlink": "test-post-for-follow-gif-nothing-in-here-interested-but-by-all-means-vote-if-you-want", + "category": "test", + "title": "Test post for follow gif - nothing in here interesting but by all means vote if you want", + "body": "<html>\n<p><img src=\"https://www.steemimg.com/images/2016/09/05/Followbullionstackers320e51da.gif\" alt=\"Follow@bullionstackers.gif\" width=\"320\" height=\"177\"/><br>\n<br>\n<a href=\"https://www.steemimg.com/image/7tV3J\">Image Link</a></p>\n</html>", + "json_metadata": "{\"tags\":[\"test\",\"testbyace10\"],\"image\":[\"https:\\/\\/www.steemimg.com\\/images\\/2016\\/09\\/05\\/Followbullionstackers320e51da.gif\"],\"links\":[\"https:\\/\\/www.steemimg.com\\/image\\/7tV3J\"]}", + "created": "2016-09-05T02:59:36", + "last_update": "2016-09-05T03:18:39", + "depth": 0, + "children": 3, + "net_rshares": 257677398121, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-06T04:18:33", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.082 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 240, + "active_votes": [ + { + "voter": "tcfxyz", + "rshares": "24991140368", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "futurefood", + "rshares": "6923304252", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "rea", + "rshares": "79040067029", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "pinkisland", + "rshares": "23010056511", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "bullionstackers", + "rshares": "1854087037", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "twinner", + "rshares": "121858742924", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@ace108/test-post-for-follow-gif-nothing-in-here-interested-but-by-all-means-vote-if-you-want", + "root_title": "Test post for follow gif - nothing in here interesting but by all means vote if you want", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 928651, + "author": "royaltiffany", + "permlink": "test", + "category": "test", + "title": "Test", + "body": "Please do not upvote...\n\n<center>http://designwebkit.com/wp-content/uploads/2013/09/how-test-logo-design-thumb.jpg\n<h6><a href=\"http://designwebkit.com/web-and-trends/how-professional-tests-finalizes-logo-design/\"> <em>Source</em> </a></h6> </center>", + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"http:\\/\\/designwebkit.com\\/wp-content\\/uploads\\/2013\\/09\\/how-test-logo-design-thumb.jpg\"],\"links\":[\"http:\\/\\/designwebkit.com\\/web-and-trends\\/how-professional-tests-finalizes-logo-design\\/\"]}", + "created": "2016-09-12T07:38:09", + "last_update": "2016-09-12T07:38:09", + "depth": 0, + "children": 6, + "net_rshares": 230967859053, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-14T01:42:18", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.055 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 250, + "active_votes": [ + { + "voter": "woo7739", + "rshares": "7861629418", + "percent": "100", + "reputation": 0 + }, + { + "voter": "dragonslayer109", + "rshares": "206209970416", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "rawlzsec", + "rshares": "3649598360", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "michaellamden68", + "rshares": "3509996730", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "bitcoiner", + "rshares": "6300267620", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "metaflute", + "rshares": "1305753906", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "usb", + "rshares": "840098241", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "mrlogic", + "rshares": "192321224", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "ppan08162016", + "rshares": "54457374", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "anasz", + "rshares": "1043765764", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@royaltiffany/test", + "root_title": "Test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 641664, + "author": "rubenalexander", + "permlink": "800px-box-crop-test-test-post-please-ignore", + "category": "test", + "title": "800px box, crop test [Test Post Please Ignore]", + "body": "<center><img src=\"http://i.imgur.com/GK1SyaR.png\"></center>\n\nI noticed that in the list view of all posts, my main images were being cropped. It didn't seem to be a clean scale, or a centered crop, so I created an image to try to determine where the crop occured in the image.\n\nI need to run more tests, but with an 800px x 800px image:\n- The crop occurs around 60 pixels from the top and ends around 280 pixels from the bottom. \n- The crop box dimension 800 pixels wide by 455 pixels high.", + "json_metadata": "{\"tags\":[\"test\",\"crop\",\"image\"],\"image\":[\"http:\\/\\/i.imgur.com\\/GK1SyaR.png\"]}", + "created": "2016-08-17T14:05:27", + "last_update": "2016-08-17T14:20:57", + "depth": 0, + "children": 1, + "net_rshares": 84134603688, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-17T16:24:15", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.051 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 490, + "active_votes": [ + { + "voter": "proctologic", + "rshares": "10220864268", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "digi3d", + "rshares": "258954801", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "discombobulated", + "rshares": "65562670577", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "kurtbeil", + "rshares": "6668122973", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "mndstruct", + "rshares": "67570327", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "rubenalexander", + "rshares": "1245304003", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "runridefly", + "rshares": "111116739", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@rubenalexander/800px-box-crop-test-test-post-please-ignore", + "root_title": "800px box, crop test [Test Post Please Ignore]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 745478, + "author": "venuspcs", + "permlink": "2kruc4-test", + "category": "test", + "title": "Test", + "body": "Testing to see if posting is working again.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-25T18:14:33", + "last_update": "2016-08-25T18:14:33", + "depth": 0, + "children": 1, + "net_rshares": 72263112386, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-25T18:50:09", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.037 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 43, + "active_votes": [ + { + "voter": "venuspcs", + "rshares": "69552358699", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "bitland", + "rshares": "2058287307", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "runridefly", + "rshares": "495165648", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "analyzethis", + "rshares": "50931848", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "rb3coins", + "rshares": "53222151", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "vsmith08162016", + "rshares": "53146733", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@venuspcs/2kruc4-test", + "root_title": "Test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 829308, + "author": "asch", + "permlink": "4bh3kx-test", + "category": "test", + "title": "Change request for steemit: allow posts to be hidden by author", + "body": "Would be nice if an author could flag his/her own post so that it can be hidden from the steemit.com blog pages.\n\nhttps://ipfs.pics/ipfs/QmVP5ebRFZ38f7h3k8Vq3cbRcsGBDyZBCqTLtB3GjYFobi", + "json_metadata": "{\"tags\":[\"test\",\"steemit\"],\"image\":[\"https:\\/\\/ipfs.pics\\/ipfs\\/QmVP5ebRFZ38f7h3k8Vq3cbRcsGBDyZBCqTLtB3GjYFobi\"]}", + "created": "2016-09-01T23:31:36", + "last_update": "2016-09-02T00:02:21", + "depth": 0, + "children": 2, + "net_rshares": 92401268815, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T00:20:39", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.033 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 183, + "active_votes": [ + { + "voter": "richman", + "rshares": "13053504107", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "asch", + "rshares": "68346947255", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "happyphoenix", + "rshares": "897343674", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "goose", + "rshares": "8842903950", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "rb3coins", + "rshares": "53222151", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "billkappa442", + "rshares": "51240567", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "glassheart", + "rshares": "51235131", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "dragonice", + "rshares": "51232949", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "steemq", + "rshares": "51230296", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "battalar", + "rshares": "51227561", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "weare", + "rshares": "51218466", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "deli", + "rshares": "51215236", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "slow", + "rshares": "51141851", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "oxygen", + "rshares": "50907857", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "cyan", + "rshares": "50875769", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "palladium", + "rshares": "50873654", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "motion", + "rshares": "50871059", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "sting", + "rshares": "50865840", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "breeze", + "rshares": "50798322", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "autodesk", + "rshares": "50794039", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "ziggo", + "rshares": "50570250", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "friends", + "rshares": "50532230", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "connect", + "rshares": "50484452", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "sunlight", + "rshares": "50479027", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "letstalkliberty", + "rshares": "239553122", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@asch/4bh3kx-test", + "root_title": "Change request for steemit: allow posts to be hidden by author", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 943429, + "author": "derekareith", + "permlink": "page-view-counter-test-post", + "category": "test", + "title": "Page View Counter [Test Post]", + "body": "<html>\n<p>I wanted to try one and see if it worked here:</p>\n<p><br></p>\n<center><a target=\"_blank\" href=\"http://www.hitcounterhtmlcode.com/stats.php?id=440360354082326413097\"><img src=\"http://www.hitcounterhtmlcode.com/count2.php?id=440360354082326413097\" border=\"0\"></a></center>\n<p>I think that this can be a good statistic to track as it gives you a feel for how many users actually opened your article. This can help guide authors to work on topics that attract the most views. Upvotes are nice, but I feel that they don't tell the whole story as far as the level of interest your articles generate.</p>\n<p>There are also lurkers who don't have accounts but occasionally check out what's going on here. This could help to track them as well.</p>\n<p>I found some others that require the webpage address, so I will add those in the comments after I post.</p>\n</html>", + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"http:\\/\\/www.hitcounterhtmlcode.com\\/count2.php?id=440360354082326413097\"],\"links\":[\"http:\\/\\/www.hitcounterhtmlcode.com\\/stats.php?id=440360354082326413097\"]}", + "created": "2016-09-13T20:16:00", + "last_update": "2016-09-13T20:16:00", + "depth": 0, + "children": 18, + "net_rshares": 138491181744, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-15T00:25:18", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.029 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 887, + "active_votes": [ + { + "voter": "richman", + "rshares": "7800265111", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jerome-colley", + "rshares": "9647209204", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "steemswede", + "rshares": "2182262521", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "derekareith", + "rshares": "3857214813", + "percent": "0", + "reputation": 0 + }, + { + "voter": "rxhector", + "rshares": "734052546", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "cynetyc", + "rshares": "113270416", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jbouchard12", + "rshares": "3309065147", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "bitcoiner", + "rshares": "5534121085", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "sergey44", + "rshares": "77156992", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "karenb54", + "rshares": "514947462", + "percent": "1000", + "reputation": 0 + }, + { + "voter": "anotherjoe", + "rshares": "91627251937", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "the-bitcoin-dood", + "rshares": "1181902434", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "elissahawke", + "rshares": "10384598371", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "wuyueling", + "rshares": "413323439", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "roadhog", + "rshares": "52910800", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "doggnostic", + "rshares": "50639382", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jenny-talls", + "rshares": "50377764", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "post-successful", + "rshares": "51278775", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "freebornangel", + "rshares": "60293991", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jbaker585", + "rshares": "849039554", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@derekareith/page-view-counter-test-post", + "root_title": "Page View Counter [Test Post]", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 804099, + "author": "jonathan-looman", + "permlink": "hi-steemers-i-am-jonathan-looman-co-founder-of-visions-tv-and-we-want-to-get-video-playlist-curation-onto-the-blockchain", + "category": "test", + "title": "What is Steemit?", + "body": "<html>\n<p><a href=\"https://visions.tv/Jonathan/nJvNwQVzL6p?autoplay=1\" target=\"_blank\"><img src=\"https://dl.dropboxusercontent.com/u/279041/visions.tv/visions_steemit.png\" width=\"1852\" height=\"1104\"/></a></p>\n</html>", + "json_metadata": "{\"tags\":[\"test\",\"steemit\",\"visions\",\"video\",\"explainer\"],\"image\":[\"https:\\/\\/dl.dropboxusercontent.com\\/u\\/279041\\/visions.tv\\/visions_steemit.png\"],\"links\":[\"https:\\/\\/visions.tv\\/Jonathan\\/nJvNwQVzL6p?autoplay=1\"]}", + "created": "2016-08-30T18:56:54", + "last_update": "2016-08-30T19:03:27", + "depth": 0, + "children": 2, + "net_rshares": 64328067686, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-30T19:02:24", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.027 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 216, + "active_votes": [ + { + "voter": "jonathan-looman", + "rshares": "363639358", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "nippel66", + "rshares": "12972561232", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "summerrain", + "rshares": "60593188", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "gomeravibz", + "rshares": "49302305855", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "martaspn", + "rshares": "56802928", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "whatsup", + "rshares": "75704784", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "robotev", + "rshares": "1496460341", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@jonathan-looman/hi-steemers-i-am-jonathan-looman-co-founder-of-visions-tv-and-we-want-to-get-video-playlist-curation-onto-the-blockchain", + "root_title": "What is Steemit?", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 654873, + "author": "laonie1", + "permlink": "this-is-a-test", + "category": "test", + "title": "This is a test", + "body": "test", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-18T12:51:33", + "last_update": "2016-08-18T12:51:33", + "depth": 0, + "children": 0, + "net_rshares": 41461414568, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-18T15:23:33", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.020 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 4, + "active_votes": [ + { + "voter": "laonie1", + "rshares": "180228664", + "percent": "0", + "reputation": 0 + }, + { + "voter": "laonie2", + "rshares": "3063861503", + "percent": "4300", + "reputation": 0 + }, + { + "voter": "laonie3", + "rshares": "3063834206", + "percent": "4300", + "reputation": 0 + }, + { + "voter": "laonie4", + "rshares": "3063616032", + "percent": "4300", + "reputation": 0 + }, + { + "voter": "laonie5", + "rshares": "3063594286", + "percent": "4300", + "reputation": 0 + }, + { + "voter": "laonie7", + "rshares": "7942123026", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "laonie8", + "rshares": "7031406262", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "laonie9", + "rshares": "7028172275", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "laonie10", + "rshares": "7024578314", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@laonie1/this-is-a-test", + "root_title": "This is a test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 807480, + "author": "gregnie", + "permlink": "test-again", + "category": "test", + "title": "test again", + "body": "this is a test again.", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-31T00:52:21", + "last_update": "2016-08-31T00:52:21", + "depth": 0, + "children": 0, + "net_rshares": 52403036896, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-01T01:58:00", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.019 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 21, + "active_votes": [ + { + "voter": "drinkzya", + "rshares": "34873624275", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "laonie1", + "rshares": "1588471883", + "percent": "500", + "reputation": 0 + }, + { + "voter": "laonie2", + "rshares": "1590320654", + "percent": "500", + "reputation": 0 + }, + { + "voter": "laonie3", + "rshares": "1590902281", + "percent": "500", + "reputation": 0 + }, + { + "voter": "laonie4", + "rshares": "1590642190", + "percent": "500", + "reputation": 0 + }, + { + "voter": "laonie5", + "rshares": "1590567721", + "percent": "500", + "reputation": 0 + }, + { + "voter": "laonie6", + "rshares": "1590416046", + "percent": "500", + "reputation": 0 + }, + { + "voter": "laonie7", + "rshares": "1590250709", + "percent": "500", + "reputation": 0 + }, + { + "voter": "laonie8", + "rshares": "1590083299", + "percent": "500", + "reputation": 0 + }, + { + "voter": "laonie9", + "rshares": "1589989115", + "percent": "500", + "reputation": 0 + }, + { + "voter": "gregnie", + "rshares": "62044982", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "laonie10", + "rshares": "1589655616", + "percent": "500", + "reputation": 0 + }, + { + "voter": "laonie11", + "rshares": "1566068125", + "percent": "500", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@gregnie/test-again", + "root_title": "test again", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 889524, + "author": "zionuziriel", + "permlink": "kindly-upvote", + "category": "test", + "title": "KINDLY UPVOTE", + "body": "<html>\n<p>Hello everyone :) Kindly upvote.<br>\n<br>\n-Test</p>\n</html>", + "json_metadata": "{\"tags\":[\"test\",\"upvote\"]}", + "created": "2016-09-08T05:23:21", + "last_update": "2016-09-08T05:23:21", + "depth": 0, + "children": 1, + "net_rshares": 69600101439, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-09T06:17:03", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.015 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 69, + "active_votes": [ + { + "voter": "zionuziriel", + "rshares": "63736720", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "uziriel", + "rshares": "55929928", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@zionuziriel/kindly-upvote", + "root_title": "KINDLY UPVOTE", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 765498, + "author": "feruz", + "permlink": "test-2016827t14139950z", + "category": "test", + "title": "Test", + "body": "<p>This is test post with new markdown editor.</p><h1>​H1<span id=\"selectionBoundary_1472296172151_5909449031623482\" class=\"rangySelectionBoundary\"></span></h1><h2>​H2<span id=\"selectionBoundary_1472296185163_6608552974226076\" class=\"rangySelectionBoundary\"></span></h2><h3>​H3<span id=\"selectionBoundary_1472296191454_14445069084075635\" class=\"rangySelectionBoundary\"></span></h3><h4>​H4<span id=\"selectionBoundary_1472296195121_4228915788499328\" class=\"rangySelectionBoundary\"></span></h4><h5>​H5<span id=\"selectionBoundary_1472296199267_3107584485166146\" class=\"rangySelectionBoundary\"></span></h5><h6>​H6<span id=\"selectionBoundary_1472296204356_04296599190449535\" class=\"rangySelectionBoundary\"></span></h6><p>​paragraph text</p><pre>​pre text<span id=\"selectionBoundary_1472296241555_30597213031129633\" class=\"rangySelectionBoundary\"></span></pre><blockquote><p>​quote text</p><span id=\"selectionBoundary_1472296260419_285539074226667\" class=\"rangySelectionBoundary\"></span></blockquote><p><span id=\"selectionBoundary_1472296276187_7807086200818665\" class=\"rangySelectionBoundary\"></span><b>bold  <u>underline <i>italic <strike>stroked <span id=\"selectionBoundary_1472296369562_9736381259165185\" class=\"rangySelectionBoundary\"></span></strike><span id=\"selectionBoundary_1472296361523_2752337714779298\" class=\"rangySelectionBoundary\"></span></i><span id=\"selectionBoundary_1472296349269_6211411355516017\" class=\"rangySelectionBoundary\"></span></u><span id=\"selectionBoundary_1472296338416_2266002963001965\" class=\"rangySelectionBoundary\"></span><span id=\"selectionBoundary_1472296322894_8781851970451187\" class=\"rangySelectionBoundary\"></span><span id=\"selectionBoundary_1472296311910_7699269264669524\" class=\"rangySelectionBoundary\"></span><span id=\"selectionBoundary_1472296306944_6738838346441656\" class=\"rangySelectionBoundary\"></span><span id=\"selectionBoundary_1472296296013_3524976499327319\" class=\"rangySelectionBoundary\"></span></b></p><p>​</p><p>​<span id=\"selectionBoundary_1472296257644_3595544697961832\" class=\"rangySelectionBoundary\"></span></p><p><span id=\"selectionBoundary_1472296250591_8709438178862201\" class=\"rangySelectionBoundary\"></span></p>", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-27T11:13:06", + "last_update": "2016-08-27T11:13:06", + "depth": 0, + "children": 1, + "net_rshares": 26057046444, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-27T11:26:12", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.005 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 2322, + "active_votes": [ + { + "voter": "good-karma", + "rshares": "26742232944", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "rkpl", + "rshares": "-800104186", + "percent": "-10000", + "reputation": 0 + }, + { + "voter": "sergey44", + "rshares": "114917686", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@feruz/test-2016827t14139950z", + "root_title": "Test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 753411, + "author": "feruz", + "permlink": "test-post-2016826t13935375z", + "category": "test", + "title": "Test post", + "body": "Testing iOS posting\n\n#### Heading ####\n\nEditing post\n\n# Heading #\n\n", + "json_metadata": "{\"tags\":[\"test\",\"spam\"]}", + "created": "2016-08-26T10:09:39", + "last_update": "2016-08-26T10:10:18", + "depth": 0, + "children": 0, + "net_rshares": 24517139679, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-25T22:09:39", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.005 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 67, + "active_votes": [ + { + "voter": "good-karma", + "rshares": "24517139679", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@feruz/test-post-2016826t13935375z", + "root_title": "Test post", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 730369, + "author": "feruz", + "permlink": "test-2016824t15279369z", + "category": "test", + "title": "Test", + "body": "https://www.youtube.com/watch?v=BCXYw6N2nOA\n\n\nhttps://www.youtube.com/watch?v=k70b3MLpz_U\n\n\n\n@good-karma", + "json_metadata": "{\"links\":[\"https:\\/\\/www.youtube.com\\/watch?v=BCXYw6N2nOA\",\"https:\\/\\/www.youtube.com\\/watch?v=k70b3MLpz_U\"],\"users\":[\"good-karma\"],\"tags\":[\"test\",\"esteem\"]}", + "created": "2016-08-24T12:27:09", + "last_update": "2016-08-24T12:27:09", + "depth": 0, + "children": 1, + "net_rshares": 26891674361, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-24T13:30:03", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.005 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 104, + "active_votes": [ + { + "voter": "good-karma", + "rshares": "26728920407", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "digipzle969", + "rshares": "58699961", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "f1111111", + "rshares": "51109965", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jbaker585", + "rshares": "52944028", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@feruz/test-2016824t15279369z", + "root_title": "Test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 727996, + "author": "feruz", + "permlink": "test-2016824t92740421z", + "category": "test", + "title": "Test", + "body": "Test post\n\n**Bold**\n\n*italic*\n\n# Heading #\n\n Code\n \n* list\n* dfdg\n\n1. number\n2. list\n\n----------\n\n# Heading #\n\n## Heading ##\n\n### Heading ###\n\n#### Heading ####", + "json_metadata": "{\"tags\":[\"test\"]}", + "created": "2016-08-24T06:27:39", + "last_update": "2016-08-24T06:27:39", + "depth": 0, + "children": 1, + "net_rshares": 27206441238, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-24T07:18:24", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.005 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 166, + "active_votes": [ + { + "voter": "good-karma", + "rshares": "26728969107", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "whispershaper", + "rshares": "55067873", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "yggsius", + "rshares": "55052340", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "silaev", + "rshares": "53513538", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "f1111111", + "rshares": "50066904", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "lapina", + "rshares": "52825802", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "jannada", + "rshares": "52794919", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "kamila74", + "rshares": "52732658", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "svetabrigadir", + "rshares": "52723574", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "zenna", + "rshares": "52694523", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@feruz/test-2016824t92740421z", + "root_title": "Test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 839863, + "author": "str11ngfello", + "permlink": "transaction-signing-a-post-from-steemy-5", + "category": "test", + "title": "Transaction signing a post from Steemy 5", + "body": "Pardon the intrusion, this is a live test from Steemy for iOS 3 \n http://i.giphy.com/l0HlKylC4U2R1l8vm.gif", + "json_metadata": "{\"category\":\"testing_category\",\"tags\":[\"steemy_testing1\",\"steemy_testing2\"]}", + "created": "2016-09-03T00:07:33", + "last_update": "2016-09-03T00:07:33", + "depth": 0, + "children": 0, + "net_rshares": 19069014880, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-10-03T12:07:33", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.004 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 106, + "active_votes": [ + { + "voter": "str11ngfello", + "rshares": "19069014880", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@str11ngfello/transaction-signing-a-post-from-steemy-5", + "root_title": "Transaction signing a post from Steemy 5", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + }, + { + "post_id": 727662, + "author": "libertyism", + "permlink": "6g1sn5-test", + "category": "test", + "title": "Test", + "body": "<html>\n<p>425x243px</p>\n<p><img src=\"https://i.imgsafe.org/d32113cda0.png\" width=\"425\" height=\"243\"/></p>\n</html>", + "json_metadata": "{\"tags\":[\"test\"],\"image\":[\"https:\\/\\/i.imgsafe.org\\/d32113cda0.png\"]}", + "created": "2016-08-24T05:35:27", + "last_update": "2016-08-24T05:35:27", + "depth": 0, + "children": 1, + "net_rshares": 17633674353, + "last_payout": "1969-12-31T23:59:59", + "cashout_time": "2016-09-24T05:35:54", + "total_payout_value": "0.000 HBD", + "curator_payout_value": "0.000 HBD", + "pending_payout_value": "0.003 HBD", + "promoted": "0.000 HBD", + "replies": [], + "body_length": 113, + "active_votes": [ + { + "voter": "luminousvisions", + "rshares": "17580966372", + "percent": "10000", + "reputation": 0 + }, + { + "voter": "stas44", + "rshares": "52707981", + "percent": "10000", + "reputation": 0 + } + ], + "author_reputation": 0, + "parent_author": "", + "parent_permlink": "test", + "url": "/test/@libertyism/6g1sn5-test", + "root_title": "Test", + "beneficiaries": [], + "max_accepted_payout": "1000000.000 HBD", + "percent_steem_dollars": 10000 + } +] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_no_results.orig.json b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_no_results.orig.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_no_results.orig.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_over_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_over_limit.orig.json new file mode 100644 index 00000000..6e08b595 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_post_discussions_by_payout_over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (101 > 100)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_blank_start_author.orig.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_blank_start_author.orig.json new file mode 100644 index 00000000..0e5dbcbf --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_blank_start_author.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "`start_author` cannot be blank", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_invalid_account_name.orig.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_invalid_account_name.orig.json new file mode 100644 index 00000000..c1734e8e --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_invalid_account_name.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "invalid account name length: `a`", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_limit_100.orig.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_limit_100.orig.json new file mode 100644 index 00000000..5eddfb74 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_limit_100.orig.json @@ -0,0 +1,1574 @@ +[ + { + "active_votes": [], + "author": "chitty", + "author_reputation": 0, + "beneficiaries": [], + "body": "But this is not an issue of Top Witnesses vs Backup witnesses. This is an issue that involves all members of the Steemit. If top witnesses keep receiving 1,370 Steems per day, their voting influence will keep growing while the rest of the users see their voting power diminished.", + "body_length": 279, + "cashout_time": "2016-09-16T15:31:24", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:52:09", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:52:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-chitty-re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t184349883z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-chitty-re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t185208490z", + "post_id": 960531, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A balanced voting system is impossible with current witness\u2019s payouts.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@chitty/a-balanced-voting-system-is-impossible-with-current-witness-s-payouts#@chitty/re-gtg-re-chitty-re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t185208490z" + }, + { + "active_votes": [], + "author": "woman-onthe-wing", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks very much!", + "body_length": 17, + "cashout_time": "2016-09-16T01:44:18", + "category": "introducemyself", + "children": 0, + "created": "2016-09-15T15:04:09", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introducemyself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:04:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-woman-onthe-wing-introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle-20160915t071444722z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-woman-onthe-wing-introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle-20160915t150410237z", + "post_id": 958542, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Introduction post - Gold at the end of the rainbow... On the Emerald Isle", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introducemyself/@woman-onthe-wing/introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle#@woman-onthe-wing/re-gtg-re-woman-onthe-wing-introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle-20160915t150410237z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1000247174970", + "voter": "liondani" + } + ], + "author": "chitty", + "author_reputation": 0, + "beneficiaries": [], + "body": "This is true, but you have to agree that the gap between top 19 witnesses and the rest of the users is getting bigger... nobody buys 1,370 steem per day, every day!... its impossible to match. The result of this is richer witnesses with more influence and \"normal\" users with very little to no influence at all.", + "body_length": 311, + "cashout_time": "2016-09-16T15:31:24", + "category": "steemit", + "children": 2, + "created": "2016-09-15T14:21:09", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:21:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1000247174970, + "parent_author": "gtg", + "parent_permlink": "re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t141551322z", + "pending_payout_value": "0.275 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t142108544z", + "post_id": 958150, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A balanced voting system is impossible with current witness\u2019s payouts.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@chitty/a-balanced-voting-system-is-impossible-with-current-witness-s-payouts#@chitty/re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t142108544z" + }, + { + "active_votes": [], + "author": "arcange", + "author_reputation": 0, + "beneficiaries": [], + "body": "Lol. You're welcome!\nBut I suspect you're working hard to hit the top 20 chart with your two comments :p", + "body_length": 104, + "cashout_time": "2016-09-16T13:44:39", + "category": "stats", + "children": 1, + "created": "2016-09-15T13:24:15", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:24:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-arcange-re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t131924290z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-arcange-re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t132416244z", + "post_id": 957646, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[STEEMSQL] A deep analysis of Steemians gratefulness", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@arcange/steemsql-com-a-deep-analysis-of-steemians-gratefulness#@arcange/re-gtg-re-arcange-re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t132416244z" + }, + { + "active_votes": [], + "author": "arcange", + "author_reputation": 0, + "beneficiaries": [], + "body": "That's the purpose of using FREETEXT() instead of CONTAINS()", + "body_length": 60, + "cashout_time": "2016-09-16T13:44:39", + "category": "stats", + "children": 3, + "created": "2016-09-15T13:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:06:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t130410195z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t130619700z", + "post_id": 957511, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[STEEMSQL] A deep analysis of Steemians gratefulness", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@arcange/steemsql-com-a-deep-analysis-of-steemians-gratefulness#@arcange/re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t130619700z" + }, + { + "active_votes": [], + "author": "gamer00", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thank you!", + "body_length": 10, + "cashout_time": "2016-09-16T03:45:30", + "category": "introducemyself", + "children": 0, + "created": "2016-09-15T07:54:42", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introducemyself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T07:54:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-gamer00-hi-i-m-jaro-and-this-is-my-introductory-verification-post-20160915t071902704z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-gamer00-hi-i-m-jaro-and-this-is-my-introductory-verification-post-20160915t075443671z", + "post_id": 956069, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hi! I'm Jaro and this is my introductory verification post!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introducemyself/@gamer00/hi-i-m-jaro-and-this-is-my-introductory-verification-post#@gamer00/re-gtg-re-gamer00-hi-i-m-jaro-and-this-is-my-introductory-verification-post-20160915t075443671z" + }, + { + "active_votes": [], + "author": "lilmisjenn", + "author_reputation": 0, + "beneficiaries": [], + "body": "See there is a positive to everything! That does sound like quite the cold compromise though! You should post up some pictures of the cherries! I love cherry picking! Yumm!", + "body_length": 172, + "cashout_time": "2016-09-26T08:08:21", + "category": "food", + "children": 0, + "created": "2016-09-01T14:18:48", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T14:18:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-lilmisjenn-re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160829t070902349z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-lilmisjenn-re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160901t141846983z", + "post_id": 823649, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you have a drinking problem??", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/food/@lilmisjenn/do-you-have-a-drinking-problem#@lilmisjenn/re-gtg-re-lilmisjenn-re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160901t141846983z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "28864035808", + "voter": "noaommerrr" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-100075931", + "voter": "cheetah20" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-123906339", + "voter": "cheetah19" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-99152161", + "voter": "cheetah21" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-99151476", + "voter": "cheetah22" + } + ], + "author": "itay", + "author_reputation": 0, + "beneficiaries": [], + "body": "I upvoted You", + "body_length": 13, + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "created": "2016-08-31T17:00:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "2016-09-05T05:17:57", + "last_update": "2016-08-31T17:00:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 28441749901, + "parent_author": "gtg", + "parent_permlink": "witness-gtg", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-witness-gtg", + "post_id": 814638, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness \"gtg\"", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/witness-gtg#@itay/re-witness-gtg" + }, + { + "active_votes": [], + "author": "melissarhiann", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi and thanks! I've been attempting to figure out how to add a picture. I'll get it at some point :)", + "body_length": 100, + "cashout_time": "2016-09-26T08:42:15", + "category": "introduceyourself", + "children": 0, + "created": "2016-08-31T02:16:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T02:16:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-melissarhiann-lasting-impression-20160826t083943073z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-melissarhiann-lasting-impression-20160831t021708505z", + "post_id": 808051, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lasting Impression", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@melissarhiann/lasting-impression#@melissarhiann/re-gtg-re-melissarhiann-lasting-impression-20160831t021708505z" + }, + { + "active_votes": [], + "author": "djm34", + "author_reputation": 0, + "beneficiaries": [], + "body": "actually I won't send, however I expect to receive... lol (as you can see wanting to know who is who is a totally legitimate question...)", + "body_length": 138, + "cashout_time": "2016-09-30T17:29:27", + "category": "steem", + "children": 1, + "created": "2016-08-30T17:06:09", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-30T17:07:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t161109296z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t170611218z", + "post_id": 802893, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[Bounty] Community bounty for open source GPU miner.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steem/@picokernel/bounty-community-bounty-for-open-source-gpu-miner#@djm34/re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t170611218z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "10013306404", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13209570416", + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53474677", + "voter": "riv" + } + ], + "author": "complexring", + "author_reputation": 0, + "beneficiaries": [], + "body": "I don't see where @djm34 said that he doesn't trust @picokernel. That is a rather harsh accusation when all this user has done is stated he doesn't believe they are gpu miners. I see nothing else in his comment beyond that.", + "body_length": 225, + "cashout_time": "2016-09-30T17:29:27", + "category": "steem", + "children": 3, + "created": "2016-08-30T16:40:03", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"djm34\",\"picokernel\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-30T16:40:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23276351497, + "parent_author": "gtg", + "parent_permlink": "re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t161109296z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t164004703z", + "post_id": 802611, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[Bounty] Community bounty for open source GPU miner.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steem/@picokernel/bounty-community-bounty-for-open-source-gpu-miner#@complexring/re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t164004703z" + }, + { + "active_votes": [], + "author": "emsenn", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks! I'm really enjoying the site so far - beyond the technical aspects, the content here all seems pretty high-quality.", + "body_length": 123, + "cashout_time": "2016-09-29T22:31:27", + "category": "introduceyourself", + "children": 0, + "created": "2016-08-29T22:45:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T22:45:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-emsenn-introducing-myself-bitcoin-early-adopter-content-producer-and-designer-20160829t213519226z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-emsenn-introducing-myself-bitcoin-early-adopter-content-producer-and-designer-20160829t224534386z", + "post_id": 794736, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Introducing Myself: Bitcoin Early Adopter, Content Producer & Designer", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@emsenn/introducing-myself-bitcoin-early-adopter-content-producer-and-designer#@emsenn/re-gtg-re-emsenn-introducing-myself-bitcoin-early-adopter-content-producer-and-designer-20160829t224534386z" + }, + { + "active_votes": [], + "author": "lilmisjenn", + "author_reputation": 0, + "beneficiaries": [], + "body": "It took me a long time until I could say I have them from my own garden. That is why I am so appreciative and can make such a silly post over such simplicity! It is a skill I have also worked on mastering over the years. Thanks for your comment and for appreciating my fruit tree! I shall grow it for all that cannot and be extra grateful for its produce. What is your climate like? I also have restrictions on what I can grow around here due to climate. But its a small sacrifice for the serenity.", + "body_length": 498, + "cashout_time": "2016-09-26T08:08:21", + "category": "food", + "children": 2, + "created": "2016-08-28T11:46:00", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-28T11:46:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-lilmisjenn-do-you-have-a-drinking-problem-20160826t085857261z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160828t114559502z", + "post_id": 776630, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you have a drinking problem??", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/food/@lilmisjenn/do-you-have-a-drinking-problem#@lilmisjenn/re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160828t114559502z" + }, + { + "active_votes": [], + "author": "timcliff", + "author_reputation": 0, + "beneficiaries": [], + "body": "I've been mining since last Friday and haven't found a block yet, so there are no witness details for my account yet. I wanted to check the \"total_missed\" count, since it sounds like this post could be describing my issue. After talking to peeps on Steemit chat, it sounds like I need to change the keys I'm using. I'm currently using my 'owner private' key for both.", + "body_length": 367, + "cashout_time": "2016-09-21T13:01:45", + "category": "mining", + "children": 1, + "created": "2016-08-27T15:51:15", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-27T15:51:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-timcliff-re-gtg-missing-rewards-while-mining-20160827t153756820z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-timcliff-re-gtg-missing-rewards-while-mining-20160827t155116406z", + "post_id": 767624, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Missing rewards while mining - common mistake with keys", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gtg/missing-rewards-while-mining#@timcliff/re-gtg-re-timcliff-re-gtg-missing-rewards-while-mining-20160827t155116406z" + }, + { + "active_votes": [], + "author": "timcliff", + "author_reputation": 0, + "beneficiaries": [], + "body": "Is there a way to check the \"total_missed\" count without using cli_wallet?", + "body_length": 74, + "cashout_time": "2016-09-21T13:01:45", + "category": "mining", + "children": 3, + "created": "2016-08-27T14:13:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-27T14:13:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "missing-rewards-while-mining", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-missing-rewards-while-mining-20160827t141319137z", + "post_id": 766749, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Missing rewards while mining - common mistake with keys", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gtg/missing-rewards-while-mining#@timcliff/re-gtg-missing-rewards-while-mining-20160827t141319137z" + }, + { + "active_votes": [], + "author": "eternalmoon", + "author_reputation": 0, + "beneficiaries": [], + "body": "I wanted to, I just didn't know how. But someone did link me to a thing. Thanks for the advice!\nP.S. Cats are adorable! :D", + "body_length": 122, + "cashout_time": "2016-09-26T09:23:57", + "category": "aboutme", + "children": 1, + "created": "2016-08-27T04:15:48", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"aboutme\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-27T04:15:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-eternalmoon-this-is-my-about-me-entry-enjoy-20160826t094835368z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-eternalmoon-this-is-my-about-me-entry-enjoy-20160827t041549494z", + "post_id": 763016, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This is my about me entry (: Enjoy~", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/aboutme/@eternalmoon/this-is-my-about-me-entry-enjoy#@eternalmoon/re-gtg-re-eternalmoon-this-is-my-about-me-entry-enjoy-20160827t041549494z" + }, + { + "active_votes": [], + "author": "ania", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thank you Gandalf :)", + "body_length": 20, + "cashout_time": "2016-09-26T21:18:18", + "category": "introduceyourself", + "children": 0, + "created": "2016-08-26T21:16:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T21:16:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-ania-hello-world-20160826t185305711z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-ania-hello-world-20160826t211629005z", + "post_id": 759894, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hello World!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@ania/hello-world#@ania/re-gtg-re-ania-hello-world-20160826t211629005z" + }, + { + "active_votes": [], + "author": "orcish", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thank you :)", + "body_length": 12, + "cashout_time": "2016-09-27T01:07:09", + "category": "zee", + "children": 0, + "created": "2016-08-26T18:58:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"zee\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T18:58:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-orcish-my-introduction-20160826t080607987z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-orcish-my-introduction-20160826t185829224z", + "post_id": 758311, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My Introduction", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/zee/@orcish/my-introduction#@orcish/re-gtg-re-orcish-my-introduction-20160826t185829224z" + }, + { + "active_votes": [], + "author": "bumblebrii", + "author_reputation": 0, + "beneficiaries": [], + "body": "Oh yes of course. I subscribe to a lot of different artists for my coloring pages. One had sent me the link to her blog and kind of just ended up sticking around and read a few blogs. Next thing i know, I signed up haha.", + "body_length": 220, + "cashout_time": "2016-09-26T08:05:57", + "category": "introduceyourself", + "children": 0, + "created": "2016-08-26T18:20:12", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T18:20:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-bumblebrii-about-me-20160826t094306616z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-bumblebrii-about-me-20160826t182001959z", + "post_id": 757931, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "About me", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@bumblebrii/about-me#@bumblebrii/re-gtg-re-bumblebrii-about-me-20160826t182001959z" + }, + { + "active_votes": [], + "author": "mynomadicyear", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi gtg, thanks for stopping by :)", + "body_length": 33, + "cashout_time": "2016-09-26T16:08:51", + "category": "travel", + "children": 0, + "created": "2016-08-26T13:29:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T13:29:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-mynomadicyear-16-months-out-of-a-suitcase-20160826t090811525z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-mynomadicyear-16-months-out-of-a-suitcase-20160826t132929538z", + "post_id": 754968, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "16 Months Out Of A Suitcase", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/travel/@mynomadicyear/16-months-out-of-a-suitcase#@mynomadicyear/re-gtg-re-mynomadicyear-16-months-out-of-a-suitcase-20160826t132929538z" + }, + { + "active_votes": [], + "author": "seasoul", + "author_reputation": 0, + "beneficiaries": [], + "body": "thankyou! :) hi there", + "body_length": 21, + "cashout_time": "2016-09-25T19:26:21", + "category": "introduceyourself", + "children": 0, + "created": "2016-08-26T11:37:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T11:37:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-seasoul-aboutme-20160826t095320794z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-seasoul-aboutme-20160826t113727450z", + "post_id": 754013, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Aboutme", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@seasoul/aboutme#@seasoul/re-gtg-re-seasoul-aboutme-20160826t113727450z" + }, + { + "active_votes": [], + "author": "mammasitta", + "author_reputation": 0, + "beneficiaries": [], + "body": "I think you would be a great witness . I appreciate your time helping me \ud83d\ude4c", + "body_length": 74, + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "created": "2016-08-26T05:27:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T05:17:57", + "last_update": "2016-08-26T05:27:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "witness-gtg", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-witness-gtg-20160826t052714859z", + "post_id": 751872, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness \"gtg\"", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/witness-gtg#@mammasitta/re-gtg-witness-gtg-20160826t052714859z" + }, + { + "active_votes": [], + "author": "gtg", + "author_reputation": 3920426655270, + "beneficiaries": [], + "body": "I encourage miners to visit [Steemit Chat](https://steemit.chat/channel/mining \"#mining\") where you can find help and share your experience.", + "body_length": 140, + "cashout_time": "2016-09-21T13:01:45", + "category": "mining", + "children": 0, + "created": "2016-08-21T13:12:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"],\"links\":[\"https:\\/\\/steemit.chat\\/channel\\/mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T13:12:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "missing-rewards-while-mining", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-missing-rewards-while-mining-20160821t131242531z", + "post_id": 693986, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Missing rewards while mining - common mistake with keys", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gtg/missing-rewards-while-mining#@gtg/re-gtg-missing-rewards-while-mining-20160821t131242531z" + }, + { + "active_votes": [], + "author": "gary-smith", + "author_reputation": 0, + "beneficiaries": [], + "body": "so frustrated was mining for a while found a few blocks and received no reward now i know why thank you !", + "body_length": 105, + "cashout_time": "2016-09-21T13:01:45", + "category": "mining", + "children": 0, + "created": "2016-08-21T12:52:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T12:52:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "missing-rewards-while-mining", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-missing-rewards-while-mining-20160821t125207685z", + "post_id": 693858, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Missing rewards while mining - common mistake with keys", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gtg/missing-rewards-while-mining#@gary-smith/re-gtg-missing-rewards-while-mining-20160821t125207685z" + }, + { + "active_votes": [], + "author": "abit", + "author_reputation": 0, + "beneficiaries": [], + "body": "The private seed nodes still need to connect to the rest of the network to be able to sync and broadcast new blocks. So from an attacker's pov perhaps it's cheaper/easier to attack the public seed nodes directly.", + "body_length": 212, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-18T03:32:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T03:32:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160818t033212861z", + "post_id": 650924, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@abit/re-gtg-heavy-duty-witness-node-infrastructure-20160818t033212861z" + }, + { + "active_votes": [], + "author": "okay", + "author_reputation": 0, + "beneficiaries": [], + "body": "`gtg said: Please note that setting up all seed nodes in a single data center won\u2019t help. A DDoS attack targeted at that particular network will bring all your nodes down anyway.`\n\nThat is unless the data center provides a variety of network routes from different providers and your seed nodes are therefore located on different wide area networks even when on the same LAN. This is possible on today's top of the line data centers.\nOf course decentralization is always good so several locations for seed nodes and witnesses is a plus. Good post. \nJust installed a witness node. Consider to [Vote for witness okay](https://steemit.com/witness-category/@okay/new-witness-okay-a-great-addition-to-the-steem-network)", + "body_length": 714, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-17T12:06:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"],\"links\":[\"https:\\/\\/steemit.com\\/witness-category\\/@okay\\/new-witness-okay-a-great-addition-to-the-steem-network\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T12:06:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t120511092z", + "post_id": 640215, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@okay/re-gtg-heavy-duty-witness-node-infrastructure-20160817t120511092z" + }, + { + "active_votes": [], + "author": "mammasitta", + "author_reputation": 0, + "beneficiaries": [], + "body": "I just saw your article now and followed you . In this way I don't miss your new ones .", + "body_length": 87, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-17T07:03:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T07:03:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t070329871z", + "post_id": 637902, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@mammasitta/re-gtg-heavy-duty-witness-node-infrastructure-20160817t070329871z" + }, + { + "active_votes": [], + "author": "dajohns1420", + "author_reputation": 0, + "beneficiaries": [], + "body": "I wish I was intelligent enough to participate in this conversation.", + "body_length": 68, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-17T04:00: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-17T04:00:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t040038640z", + "post_id": 636638, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@dajohns1420/re-gtg-heavy-duty-witness-node-infrastructure-20160817t040038640z" + }, + { + "active_votes": [], + "author": "dr2073", + "author_reputation": 0, + "beneficiaries": [], + "body": "Really good infrastructure top 19 sure can implement for better protection of their nodes. \nThough Steem network as whole have good protection against DDoS - even if most of 19 will go offline other witnesses will do their job, we just need more active and up-to-date witnesses. \nI personally too want become good witness and currently learning all nuances of secure operation of node.", + "body_length": 385, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-17T02:12:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T02:12:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t021249248z", + "post_id": 635741, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@dr2073/re-gtg-heavy-duty-witness-node-infrastructure-20160817t021249248z" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 0, + "rshares": "3273182637316", + "voter": "roadscape" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1446333470877", + "voter": "steemychicken1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49042313956", + "voter": "full-steem-ahead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9767505930", + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "848329794", + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39798145914", + "voter": "gtg" + } + ], + "author": "wackou", + "author_reputation": 0, + "beneficiaries": [], + "body": "great post! I completely agree with the analysis of the problem as well as the proposed solution. I actually wanted to implement something similar some time ago, during BitShares times, but then BitShares 2.0 happened and there were a lot more urgent things to do, so this got sidetracked. See [here](http://digitalgaia.io/backbone.html) for the same analysis, where those nodes were called \"backbone nodes\" as they were intended to be shared between witnesses. Witnesses were paid a lot less during that time so I intended to have this as a public service, although that would mean that witnesses had to trust the operator of the backbone. Having your own personal line of defense is obviously much better. I still believe that this is an extremely important issue that should be tackled as soon as possible, and was planning to reboot this proposal as soon as I got some free time (haha good one!). In all seriousness, I believe that this is not too much work, but there will be some features that need to be added to the network code of the steemd client, in order to limit the nodes the client can connect too, as well as ensuring that your backbone nodes do not share the IP of your witness node (was in bts 0.9.x, but not in 2.0 nor steem I believe). This can probably also be implemented with some sort of VPN I guess, but I'm a coder, not a sysadmin, so I can't tell for sure. I even thought (fantasized) about how to make these nodes replace themselves autonomously when attacked via DDoS using messages on the blockchain, in order to simulate a resilient, living organism. Now you see where part of the \"overmind\" idea came from, too :) That is a discussion for a bit later, though...", + "body_length": 1694, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T21:28:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"],\"links\":[\"http:\\/\\/digitalgaia.io\\/backbone.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T21:28:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4818972403787, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "6.136 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t212848539z", + "post_id": 632723, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@wackou/re-gtg-heavy-duty-witness-node-infrastructure-20160816t212848539z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "19467531428", + "voter": "ausbitbank" + } + ], + "author": "jesta", + "author_reputation": 0, + "beneficiaries": [], + "body": "That's awesome :)\n\nI love seeing these kinds of advanced setups being theorized, tested and deployed!", + "body_length": 101, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T20:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T20:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19467531428, + "parent_author": "gtg", + "parent_permlink": "re-jesta-re-gtg-heavy-duty-witness-node-infrastructure-20160816t201857176z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-jesta-re-gtg-heavy-duty-witness-node-infrastructure-20160816t203107019z", + "post_id": 632008, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@jesta/re-gtg-re-jesta-re-gtg-heavy-duty-witness-node-infrastructure-20160816t203107019z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "43533730799", + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52397603", + "voter": "doze49" + } + ], + "author": "brandonp", + "author_reputation": 0, + "beneficiaries": [], + "body": "Reading stuff like this makes me realize just how little I know about this whole thing...", + "body_length": 89, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T20:01:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T20:01:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 43586128402, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.024 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t200131779z", + "post_id": 631654, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@brandonp/re-gtg-heavy-duty-witness-node-infrastructure-20160816t200131779z" + }, + { + "active_votes": [], + "author": "thecryptofiend", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks for explaining. You've got my witness vote now.", + "body_length": 55, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T19:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t193106395z", + "post_id": 631312, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@thecryptofiend/re-gtg-heavy-duty-witness-node-infrastructure-20160816t193106395z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6327910390022", + "voter": "wackou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9559686655", + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "829049571", + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38432804053", + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19873104999", + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44706057470", + "voter": "arcurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31463628969", + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14083166401", + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52918124", + "voter": "xomtux" + } + ], + "author": "jesta", + "author_reputation": 0, + "beneficiaries": [], + "body": "I love the idea in this, basically setting up a fortress for your witness node to be more resilient. \n\nOne thing you're right about though is it would be a somewhat expensive venture. At the rate I'm witnessing blocks (maybe 3-4 a day?), it's not feasible to sustain itself financially, but I imagine the top 19 could easily go this route. Maybe even some of the people in the top 30?\n\nI'd be more than willing to help prototype this type of infrastructure. I've been considering how difficult it would be to setup on AWS with a CloudFormation script that spins up seed nodes as ECS Containers, VPCs in every region that all interconnect via private networking, and an EC2 container for your witness node that's not accessible from the internet, but only the seed nodes. \n\nIt really shouldn't be all that hard, and even non-technical witnesses could copy/paste the cloudformation script to get started. Of course with this idea, if AWS is attacked, you're still the mercy of them being able to handle it.", + "body_length": 1005, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 2, + "created": "2016-08-16T19:11:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:11:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6486910806264, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "9.966 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t191107309z", + "post_id": 631058, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@jesta/re-gtg-heavy-duty-witness-node-infrastructure-20160816t191107309z" + }, + { + "active_votes": [], + "author": "thebluepanda", + "author_reputation": 0, + "beneficiaries": [], + "body": "i was checking if you tagged it in #witness-category ;) \nglad to see steemit has a great team of security devs and glad to have upvoted you as witness.", + "body_length": 151, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T19:08:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:08:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t190814180z", + "post_id": 631016, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@thebluepanda/re-gtg-heavy-duty-witness-node-infrastructure-20160816t190814180z" + }, + { + "active_votes": [], + "author": "someguy123", + "author_reputation": 0, + "beneficiaries": [], + "body": "I can tell you're definitely a well-invested witness. You have my vote. \n\nThese details could help to improve the general quality of witnesses on the network", + "body_length": 157, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T18:52:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T18:52:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t185248185z", + "post_id": 630835, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@someguy123/re-gtg-heavy-duty-witness-node-infrastructure-20160816t185248185z" + }, + { + "active_votes": [], + "author": "vishal1", + "author_reputation": 0, + "beneficiaries": [], + "body": "THis is something. @gtg", + "body_length": 23, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T18:12:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"gtg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T18:12:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t181221888z", + "post_id": 630198, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@vishal1/re-gtg-heavy-duty-witness-node-infrastructure-20160816t181221888z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "910501669843", + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4179624293", + "voter": "dennygalindo" + } + ], + "author": "dennygalindo", + "author_reputation": 0, + "beneficiaries": [], + "body": "Gamification is what makes this so addictive to me. I get like 2c for finding a good post but it's fun to try to guess which will be good and time it. I can't put my phone down. My data is through the roof, I keep getting distracted and losing things. Curation rewards are key! I think it would help drive adoption if newbies had a better shot at curation rewards. I know they don't want a lot of bots here but maybe you could give newbies super votes ( only when at 100 percent) that lets them earn rewards at least once a day. (As @dantheman said [here](https://steemit.com/steem/@dantheman/curation-rewards-and-voting-incentive) the optimal minnow strategy is not to vote).", + "body_length": 677, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-ideas", + "children": 0, + "created": "2016-08-15T14:15:42", + "curator_payout_value": "0.198 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit-ideas\"],\"users\":[\"dantheman\"],\"links\":[\"https:\\/\\/steemit.com\\/steem\\/@dantheman\\/curation-rewards-and-voting-incentive\"]}", + "last_payout": "2016-09-15T07:07:00", + "last_update": "2016-08-15T14:16:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 914681294136, + "parent_author": "gtg", + "parent_permlink": "re-liondani-don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page-20160815t123329115z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-liondani-don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page-20160815t141541480z", + "post_id": 613314, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DON'T REMOVE Curation Rewards! Just stop them when the post reach the trending page !!!", + "title": "", + "total_payout_value": "0.601 HBD", + "url": "/steemit-ideas/@liondani/don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page#@dennygalindo/re-gtg-re-liondani-don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page-20160815t141541480z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1374704925", + "voter": "earnest" + } + ], + "author": "iaco", + "author_reputation": 0, + "beneficiaries": [], + "body": "As the computer world beyond user interfaces is a magical realm to me, the only way I can get my brain to completely understand it is to just let go and tell my self it's all made of unicorns and runes being cast to make the magic happen :) I thank you for your work:)", + "body_length": 269, + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 1, + "created": "2016-08-05T16:12:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T05:17:57", + "last_update": "2016-08-05T16:12:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1374704925, + "parent_author": "gtg", + "parent_permlink": "witness-gtg", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-witness-gtg-20160805t161219379z", + "post_id": 465280, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness \"gtg\"", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/witness-gtg#@iaco/re-gtg-witness-gtg-20160805t161219379z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "769829319629", + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9767505930", + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "848329794", + "voter": "johnerminer" + } + ], + "author": "cire81", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thank you for spending your time to make steemit secure. Thanks to people like you we have a much safer environment. Were you paid for your effort on steem?", + "body_length": 156, + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 2, + "created": "2016-08-05T15:45:27", + "curator_payout_value": "0.216 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T05:17:57", + "last_update": "2016-08-05T15:45:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 780445155353, + "parent_author": "gtg", + "parent_permlink": "witness-gtg", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-witness-gtg-20160805t154528701z", + "post_id": 464773, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness \"gtg\"", + "title": "", + "total_payout_value": "0.650 HBD", + "url": "/witness-category/@gtg/witness-gtg#@cire81/re-gtg-witness-gtg-20160805t154528701z" + }, + { + "active_votes": [], + "author": "mefisto", + "author_reputation": 0, + "beneficiaries": [], + "body": "Kryterium wyboru delegata to osobna sprawa. Co delegat powinien potrafi\u0107? Co robi\u0107? Czy powinien poniek\u0105d s\u0142u\u017cy\u0107 swoim wyborcom?\nJedno zdaje si\u0119 by\u0107 pewne - **powinien by\u0107 aktywnym cz\u0142onkiem spo\u0142eczno\u015bci steemit.** \nJestem przekonany, \u017ce jeste\u015bmy w stanie wybra\u0107 / wskaza\u0107 kilka os\u00f3b, kt\u00f3re mog\u0142yby zbiera\u0107 glosy polskiej spo\u0142eczno\u015bci. \n\nJe\u015bli si\u0119 nie myl\u0119, g\u0142os\u00f3w b\u0119dzie wi\u0119cej - je\u015bli system g\u0142osowania na dodatkowych kandydat\u00f3w b\u0119dzie prostszy dla przeci\u0119tnego po\u017ceracza blog\u00f3w... np. pojawi si\u0119 \u0142adny graficzny klient pod windoz\u0119.", + "body_length": 534, + "cashout_time": "1969-12-31T23:59:59", + "category": "polish", + "children": 0, + "created": "2016-08-03T12:56:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"polish\"]}", + "last_payout": "2016-09-03T03:24:06", + "last_update": "2016-08-03T12:58:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-mefisto-pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness-20160803t123936611z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-mefisto-pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness-20160803t125639335z", + "post_id": 427686, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[PL] Czy polska spo\u0142eczno\u015b\u0107 powinna mie\u0107 swojego delegata (witness) ?", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/polish/@mefisto/pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness#@mefisto/re-gtg-re-mefisto-pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness-20160803t125639335z" + }, + { + "active_votes": [], + "author": "edu-lopov", + "author_reputation": 0, + "beneficiaries": [], + "body": "Welcome to Steemit Gandalf!", + "body_length": 27, + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "created": "2016-07-04T18:22:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-13T21:04:45", + "last_update": "2016-07-04T18:22:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "hello-world", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-hello-world-20160704t182251522z", + "post_id": 38463, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hello, World!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@gtg/hello-world#@edu-lopov/re-gtg-hello-world-20160704t182251522z" + }, + { + "active_votes": [], + "author": "amartinezque", + "author_reputation": 0, + "beneficiaries": [], + "body": "Cats, humans , all we move for instinct and curiosity. Welcome! And your cat also!:P", + "body_length": 84, + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "created": "2016-07-03T22:45:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-13T21:04:45", + "last_update": "2016-07-03T22:45:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "hello-world", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-hello-world-20160703t224527020z", + "post_id": 37179, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hello, World!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@gtg/hello-world#@amartinezque/re-gtg-hello-world-20160703t224527020z" + }, + { + "active_votes": [], + "author": "trogdor", + "author_reputation": 0, + "beneficiaries": [], + "body": "Nice, I understand the \"owned by a cat\" sentiment. haha", + "body_length": 55, + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "created": "2016-07-03T17:51:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-13T21:04:45", + "last_update": "2016-07-03T17:51:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "hello-world", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-hello-world-20160703t175141501z", + "post_id": 36953, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hello, World!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@gtg/hello-world#@trogdor/re-gtg-hello-world-20160703t175141501z" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_limit_100.pat.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_limit_100.pat.json index 3f395041..5eddfb74 100644 --- a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_limit_100.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_limit_100.pat.json @@ -1,1576 +1,1574 @@ -{ - "iterable_item_removed": { - "root[0]": { - "active_votes": [], - "author": "chitty", - "author_reputation": 0, - "beneficiaries": [], - "body": "But this is not an issue of Top Witnesses vs Backup witnesses. This is an issue that involves all members of the Steemit. If top witnesses keep receiving 1,370 Steems per day, their voting influence will keep growing while the rest of the users see their voting power diminished.", - "body_length": 279, - "cashout_time": "2016-09-16T15:31:24", - "category": "steemit", - "children": 0, - "created": "2016-09-15T18:52:09", - "curator_payout_value": "0.000 HBD", - "depth": 4, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-15T18:52:09", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-chitty-re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t184349883z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-chitty-re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t185208490z", - "post_id": 960531, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "A balanced voting system is impossible with current witness\u2019s payouts.", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/steemit/@chitty/a-balanced-voting-system-is-impossible-with-current-witness-s-payouts#@chitty/re-gtg-re-chitty-re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t185208490z" - }, - "root[10]": { - "active_votes": [ - { - "percent": "10000", - "reputation": 0, - "rshares": "10013306404", - "voter": "richman" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "13209570416", - "voter": "carlidos" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "53474677", - "voter": "riv" - } - ], - "author": "complexring", - "author_reputation": 0, - "beneficiaries": [], - "body": "I don't see where @djm34 said that he doesn't trust @picokernel. That is a rather harsh accusation when all this user has done is stated he doesn't believe they are gpu miners. I see nothing else in his comment beyond that.", - "body_length": 225, - "cashout_time": "2016-09-30T17:29:27", - "category": "steem", - "children": 3, - "created": "2016-08-30T16:40:03", - "curator_payout_value": "0.000 HBD", - "depth": 3, - "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"djm34\",\"picokernel\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-30T16:40:03", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 23276351497, - "parent_author": "gtg", - "parent_permlink": "re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t161109296z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t164004703z", - "post_id": 802611, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "[Bounty] Community bounty for open source GPU miner.", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/steem/@picokernel/bounty-community-bounty-for-open-source-gpu-miner#@complexring/re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t164004703z" - }, - "root[11]": { - "active_votes": [], - "author": "emsenn", - "author_reputation": 0, - "beneficiaries": [], - "body": "Thanks! I'm really enjoying the site so far - beyond the technical aspects, the content here all seems pretty high-quality.", - "body_length": 123, - "cashout_time": "2016-09-29T22:31:27", - "category": "introduceyourself", - "children": 0, - "created": "2016-08-29T22:45:33", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-29T22:45:33", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-emsenn-introducing-myself-bitcoin-early-adopter-content-producer-and-designer-20160829t213519226z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-emsenn-introducing-myself-bitcoin-early-adopter-content-producer-and-designer-20160829t224534386z", - "post_id": 794736, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Introducing Myself: Bitcoin Early Adopter, Content Producer & Designer", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/introduceyourself/@emsenn/introducing-myself-bitcoin-early-adopter-content-producer-and-designer#@emsenn/re-gtg-re-emsenn-introducing-myself-bitcoin-early-adopter-content-producer-and-designer-20160829t224534386z" - }, - "root[12]": { - "active_votes": [], - "author": "lilmisjenn", - "author_reputation": 0, - "beneficiaries": [], - "body": "It took me a long time until I could say I have them from my own garden. That is why I am so appreciative and can make such a silly post over such simplicity! It is a skill I have also worked on mastering over the years. Thanks for your comment and for appreciating my fruit tree! I shall grow it for all that cannot and be extra grateful for its produce. What is your climate like? I also have restrictions on what I can grow around here due to climate. But its a small sacrifice for the serenity.", - "body_length": 498, - "cashout_time": "2016-09-26T08:08:21", - "category": "food", - "children": 2, - "created": "2016-08-28T11:46:00", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"food\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-28T11:46:00", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-lilmisjenn-do-you-have-a-drinking-problem-20160826t085857261z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160828t114559502z", - "post_id": 776630, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Do you have a drinking problem??", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/food/@lilmisjenn/do-you-have-a-drinking-problem#@lilmisjenn/re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160828t114559502z" - }, - "root[13]": { - "active_votes": [], - "author": "timcliff", - "author_reputation": 0, - "beneficiaries": [], - "body": "I've been mining since last Friday and haven't found a block yet, so there are no witness details for my account yet. I wanted to check the \"total_missed\" count, since it sounds like this post could be describing my issue. After talking to peeps on Steemit chat, it sounds like I need to change the keys I'm using. I'm currently using my 'owner private' key for both.", - "body_length": 367, - "cashout_time": "2016-09-21T13:01:45", - "category": "mining", - "children": 1, - "created": "2016-08-27T15:51:15", - "curator_payout_value": "0.000 HBD", - "depth": 3, - "json_metadata": "{\"tags\":[\"mining\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-27T15:51:15", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-timcliff-re-gtg-missing-rewards-while-mining-20160827t153756820z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-timcliff-re-gtg-missing-rewards-while-mining-20160827t155116406z", - "post_id": 767624, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Missing rewards while mining - common mistake with keys", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/mining/@gtg/missing-rewards-while-mining#@timcliff/re-gtg-re-timcliff-re-gtg-missing-rewards-while-mining-20160827t155116406z" - }, - "root[14]": { - "active_votes": [], - "author": "timcliff", - "author_reputation": 0, - "beneficiaries": [], - "body": "Is there a way to check the \"total_missed\" count without using cli_wallet?", - "body_length": 74, - "cashout_time": "2016-09-21T13:01:45", - "category": "mining", - "children": 3, - "created": "2016-08-27T14:13:18", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"mining\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-27T14:13:18", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "missing-rewards-while-mining", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-missing-rewards-while-mining-20160827t141319137z", - "post_id": 766749, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Missing rewards while mining - common mistake with keys", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/mining/@gtg/missing-rewards-while-mining#@timcliff/re-gtg-missing-rewards-while-mining-20160827t141319137z" - }, - "root[15]": { - "active_votes": [], - "author": "eternalmoon", - "author_reputation": 0, - "beneficiaries": [], - "body": "I wanted to, I just didn't know how. But someone did link me to a thing. Thanks for the advice!\nP.S. Cats are adorable! :D", - "body_length": 122, - "cashout_time": "2016-09-26T09:23:57", - "category": "aboutme", - "children": 1, - "created": "2016-08-27T04:15:48", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"aboutme\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-27T04:15:48", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-eternalmoon-this-is-my-about-me-entry-enjoy-20160826t094835368z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-eternalmoon-this-is-my-about-me-entry-enjoy-20160827t041549494z", - "post_id": 763016, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "This is my about me entry (: Enjoy~", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/aboutme/@eternalmoon/this-is-my-about-me-entry-enjoy#@eternalmoon/re-gtg-re-eternalmoon-this-is-my-about-me-entry-enjoy-20160827t041549494z" - }, - "root[16]": { - "active_votes": [], - "author": "ania", - "author_reputation": 0, - "beneficiaries": [], - "body": "Thank you Gandalf :)", - "body_length": 20, - "cashout_time": "2016-09-26T21:18:18", - "category": "introduceyourself", - "children": 0, - "created": "2016-08-26T21:16:45", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-26T21:16:45", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-ania-hello-world-20160826t185305711z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-ania-hello-world-20160826t211629005z", - "post_id": 759894, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Hello World!", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/introduceyourself/@ania/hello-world#@ania/re-gtg-re-ania-hello-world-20160826t211629005z" - }, - "root[17]": { - "active_votes": [], - "author": "orcish", - "author_reputation": 0, - "beneficiaries": [], - "body": "Thank you :)", - "body_length": 12, - "cashout_time": "2016-09-27T01:07:09", - "category": "zee", - "children": 0, - "created": "2016-08-26T18:58:27", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"zee\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-26T18:58:27", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-orcish-my-introduction-20160826t080607987z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-orcish-my-introduction-20160826t185829224z", - "post_id": 758311, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "My Introduction", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/zee/@orcish/my-introduction#@orcish/re-gtg-re-orcish-my-introduction-20160826t185829224z" - }, - "root[18]": { - "active_votes": [], - "author": "bumblebrii", - "author_reputation": 0, - "beneficiaries": [], - "body": "Oh yes of course. I subscribe to a lot of different artists for my coloring pages. One had sent me the link to her blog and kind of just ended up sticking around and read a few blogs. Next thing i know, I signed up haha.", - "body_length": 220, - "cashout_time": "2016-09-26T08:05:57", - "category": "introduceyourself", - "children": 0, - "created": "2016-08-26T18:20:12", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-26T18:20:12", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-bumblebrii-about-me-20160826t094306616z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-bumblebrii-about-me-20160826t182001959z", - "post_id": 757931, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "About me", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/introduceyourself/@bumblebrii/about-me#@bumblebrii/re-gtg-re-bumblebrii-about-me-20160826t182001959z" - }, - "root[19]": { - "active_votes": [], - "author": "mynomadicyear", - "author_reputation": 0, - "beneficiaries": [], - "body": "Hi gtg, thanks for stopping by :)", - "body_length": 33, - "cashout_time": "2016-09-26T16:08:51", - "category": "travel", - "children": 0, - "created": "2016-08-26T13:29:27", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"travel\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-26T13:29:27", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-mynomadicyear-16-months-out-of-a-suitcase-20160826t090811525z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-mynomadicyear-16-months-out-of-a-suitcase-20160826t132929538z", - "post_id": 754968, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "16 Months Out Of A Suitcase", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/travel/@mynomadicyear/16-months-out-of-a-suitcase#@mynomadicyear/re-gtg-re-mynomadicyear-16-months-out-of-a-suitcase-20160826t132929538z" - }, - "root[1]": { - "active_votes": [], - "author": "woman-onthe-wing", - "author_reputation": 0, - "beneficiaries": [], - "body": "Thanks very much!", - "body_length": 17, - "cashout_time": "2016-09-16T01:44:18", - "category": "introducemyself", - "children": 0, - "created": "2016-09-15T15:04:09", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"introducemyself\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-15T15:04:09", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-woman-onthe-wing-introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle-20160915t071444722z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-woman-onthe-wing-introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle-20160915t150410237z", - "post_id": 958542, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Introduction post - Gold at the end of the rainbow... On the Emerald Isle", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/introducemyself/@woman-onthe-wing/introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle#@woman-onthe-wing/re-gtg-re-woman-onthe-wing-introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle-20160915t150410237z" - }, - "root[20]": { - "active_votes": [], - "author": "seasoul", - "author_reputation": 0, - "beneficiaries": [], - "body": "thankyou! :) hi there", - "body_length": 21, - "cashout_time": "2016-09-25T19:26:21", - "category": "introduceyourself", - "children": 0, - "created": "2016-08-26T11:37:33", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-26T11:37:33", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-seasoul-aboutme-20160826t095320794z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-seasoul-aboutme-20160826t113727450z", - "post_id": 754013, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Aboutme", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/introduceyourself/@seasoul/aboutme#@seasoul/re-gtg-re-seasoul-aboutme-20160826t113727450z" - }, - "root[21]": { - "active_votes": [], - "author": "mammasitta", - "author_reputation": 0, - "beneficiaries": [], - "body": "I think you would be a great witness . I appreciate your time helping me \ud83d\ude4c", - "body_length": 74, - "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 0, - "created": "2016-08-26T05:27:15", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "2016-09-05T05:17:57", - "last_update": "2016-08-26T05:27:15", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "witness-gtg", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-witness-gtg-20160826t052714859z", - "post_id": 751872, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Witness \"gtg\"", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/witness-gtg#@mammasitta/re-gtg-witness-gtg-20160826t052714859z" - }, - "root[22]": { - "active_votes": [], - "author": "gtg", - "author_reputation": 3920426655270, - "beneficiaries": [], - "body": "I encourage miners to visit [Steemit Chat](https://steemit.chat/channel/mining \"#mining\") where you can find help and share your experience.", - "body_length": 140, - "cashout_time": "2016-09-21T13:01:45", - "category": "mining", - "children": 0, - "created": "2016-08-21T13:12:45", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"mining\"],\"links\":[\"https:\\/\\/steemit.chat\\/channel\\/mining\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-21T13:12:45", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "missing-rewards-while-mining", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-missing-rewards-while-mining-20160821t131242531z", - "post_id": 693986, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Missing rewards while mining - common mistake with keys", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/mining/@gtg/missing-rewards-while-mining#@gtg/re-gtg-missing-rewards-while-mining-20160821t131242531z" - }, - "root[23]": { - "active_votes": [], - "author": "gary-smith", - "author_reputation": 0, - "beneficiaries": [], - "body": "so frustrated was mining for a while found a few blocks and received no reward now i know why thank you !", - "body_length": 105, - "cashout_time": "2016-09-21T13:01:45", - "category": "mining", - "children": 0, - "created": "2016-08-21T12:52:06", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"mining\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-21T12:52:06", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "missing-rewards-while-mining", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-missing-rewards-while-mining-20160821t125207685z", - "post_id": 693858, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Missing rewards while mining - common mistake with keys", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/mining/@gtg/missing-rewards-while-mining#@gary-smith/re-gtg-missing-rewards-while-mining-20160821t125207685z" - }, - "root[24]": { - "active_votes": [], - "author": "abit", - "author_reputation": 0, - "beneficiaries": [], - "body": "The private seed nodes still need to connect to the rest of the network to be able to sync and broadcast new blocks. So from an attacker's pov perhaps it's cheaper/easier to attack the public seed nodes directly.", - "body_length": 212, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-18T03:32:12", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-18T03:32:12", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160818t033212861z", - "post_id": 650924, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@abit/re-gtg-heavy-duty-witness-node-infrastructure-20160818t033212861z" - }, - "root[25]": { - "active_votes": [], - "author": "okay", - "author_reputation": 0, - "beneficiaries": [], - "body": "`gtg said: Please note that setting up all seed nodes in a single data center won\u2019t help. A DDoS attack targeted at that particular network will bring all your nodes down anyway.`\n\nThat is unless the data center provides a variety of network routes from different providers and your seed nodes are therefore located on different wide area networks even when on the same LAN. This is possible on today's top of the line data centers.\nOf course decentralization is always good so several locations for seed nodes and witnesses is a plus. Good post. \nJust installed a witness node. Consider to [Vote for witness okay](https://steemit.com/witness-category/@okay/new-witness-okay-a-great-addition-to-the-steem-network)", - "body_length": 714, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-17T12:06:03", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"],\"links\":[\"https:\\/\\/steemit.com\\/witness-category\\/@okay\\/new-witness-okay-a-great-addition-to-the-steem-network\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T12:06:03", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t120511092z", - "post_id": 640215, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@okay/re-gtg-heavy-duty-witness-node-infrastructure-20160817t120511092z" - }, - "root[26]": { - "active_votes": [], - "author": "mammasitta", - "author_reputation": 0, - "beneficiaries": [], - "body": "I just saw your article now and followed you . In this way I don't miss your new ones .", - "body_length": 87, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-17T07:03:33", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T07:03:33", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t070329871z", - "post_id": 637902, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@mammasitta/re-gtg-heavy-duty-witness-node-infrastructure-20160817t070329871z" - }, - "root[27]": { - "active_votes": [], - "author": "dajohns1420", - "author_reputation": 0, - "beneficiaries": [], - "body": "I wish I was intelligent enough to participate in this conversation.", - "body_length": 68, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-17T04:00: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-17T04:00:42", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t040038640z", - "post_id": 636638, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@dajohns1420/re-gtg-heavy-duty-witness-node-infrastructure-20160817t040038640z" - }, - "root[28]": { - "active_votes": [], - "author": "dr2073", - "author_reputation": 0, - "beneficiaries": [], - "body": "Really good infrastructure top 19 sure can implement for better protection of their nodes. \nThough Steem network as whole have good protection against DDoS - even if most of 19 will go offline other witnesses will do their job, we just need more active and up-to-date witnesses. \nI personally too want become good witness and currently learning all nuances of secure operation of node.", - "body_length": 385, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-17T02:12:48", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-17T02:12:48", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t021249248z", - "post_id": 635741, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@dr2073/re-gtg-heavy-duty-witness-node-infrastructure-20160817t021249248z" - }, - "root[29]": { - "active_votes": [ - { - "percent": "5000", - "reputation": 0, - "rshares": "3273182637316", - "voter": "roadscape" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "1446333470877", - "voter": "steemychicken1" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "49042313956", - "voter": "full-steem-ahead" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "9767505930", - "voter": "johnerfx" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "848329794", - "voter": "johnerminer" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "39798145914", - "voter": "gtg" - } - ], - "author": "wackou", - "author_reputation": 0, - "beneficiaries": [], - "body": "great post! I completely agree with the analysis of the problem as well as the proposed solution. I actually wanted to implement something similar some time ago, during BitShares times, but then BitShares 2.0 happened and there were a lot more urgent things to do, so this got sidetracked. See [here](http://digitalgaia.io/backbone.html) for the same analysis, where those nodes were called \"backbone nodes\" as they were intended to be shared between witnesses. Witnesses were paid a lot less during that time so I intended to have this as a public service, although that would mean that witnesses had to trust the operator of the backbone. Having your own personal line of defense is obviously much better. I still believe that this is an extremely important issue that should be tackled as soon as possible, and was planning to reboot this proposal as soon as I got some free time (haha good one!). In all seriousness, I believe that this is not too much work, but there will be some features that need to be added to the network code of the steemd client, in order to limit the nodes the client can connect too, as well as ensuring that your backbone nodes do not share the IP of your witness node (was in bts 0.9.x, but not in 2.0 nor steem I believe). This can probably also be implemented with some sort of VPN I guess, but I'm a coder, not a sysadmin, so I can't tell for sure. I even thought (fantasized) about how to make these nodes replace themselves autonomously when attacked via DDoS using messages on the blockchain, in order to simulate a resilient, living organism. Now you see where part of the \"overmind\" idea came from, too :) That is a discussion for a bit later, though...", - "body_length": 1694, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-16T21:28:48", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"],\"links\":[\"http:\\/\\/digitalgaia.io\\/backbone.html\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-16T21:28:48", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 4818972403787, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "6.136 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t212848539z", - "post_id": 632723, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@wackou/re-gtg-heavy-duty-witness-node-infrastructure-20160816t212848539z" - }, - "root[2]": { - "active_votes": [ - { - "percent": "10000", - "reputation": 0, - "rshares": "1000247174970", - "voter": "liondani" - } - ], - "author": "chitty", - "author_reputation": 0, - "beneficiaries": [], - "body": "This is true, but you have to agree that the gap between top 19 witnesses and the rest of the users is getting bigger... nobody buys 1,370 steem per day, every day!... its impossible to match. The result of this is richer witnesses with more influence and \"normal\" users with very little to no influence at all.", - "body_length": 311, - "cashout_time": "2016-09-16T15:31:24", - "category": "steemit", - "children": 2, - "created": "2016-09-15T14:21:09", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"steemit\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-15T14:21:09", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 1000247174970, - "parent_author": "gtg", - "parent_permlink": "re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t141551322z", - "pending_payout_value": "0.275 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t142108544z", - "post_id": 958150, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "A balanced voting system is impossible with current witness\u2019s payouts.", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/steemit/@chitty/a-balanced-voting-system-is-impossible-with-current-witness-s-payouts#@chitty/re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t142108544z" - }, - "root[30]": { - "active_votes": [ - { - "percent": "10000", - "reputation": 0, - "rshares": "19467531428", - "voter": "ausbitbank" - } - ], - "author": "jesta", - "author_reputation": 0, - "beneficiaries": [], - "body": "That's awesome :)\n\nI love seeing these kinds of advanced setups being theorized, tested and deployed!", - "body_length": 101, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-16T20:31:06", - "curator_payout_value": "0.000 HBD", - "depth": 3, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-16T20:31:06", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 19467531428, - "parent_author": "gtg", - "parent_permlink": "re-jesta-re-gtg-heavy-duty-witness-node-infrastructure-20160816t201857176z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-jesta-re-gtg-heavy-duty-witness-node-infrastructure-20160816t203107019z", - "post_id": 632008, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@jesta/re-gtg-re-jesta-re-gtg-heavy-duty-witness-node-infrastructure-20160816t203107019z" - }, - "root[31]": { - "active_votes": [ - { - "percent": "10000", - "reputation": 0, - "rshares": "43533730799", - "voter": "brandonp" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "52397603", - "voter": "doze49" - } - ], - "author": "brandonp", - "author_reputation": 0, - "beneficiaries": [], - "body": "Reading stuff like this makes me realize just how little I know about this whole thing...", - "body_length": 89, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-16T20:01:27", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-16T20:01:27", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 43586128402, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "0.024 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t200131779z", - "post_id": 631654, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@brandonp/re-gtg-heavy-duty-witness-node-infrastructure-20160816t200131779z" - }, - "root[32]": { - "active_votes": [], - "author": "thecryptofiend", - "author_reputation": 0, - "beneficiaries": [], - "body": "Thanks for explaining. You've got my witness vote now.", - "body_length": 55, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-16T19:31:06", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-16T19:31:06", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t193106395z", - "post_id": 631312, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@thecryptofiend/re-gtg-heavy-duty-witness-node-infrastructure-20160816t193106395z" - }, - "root[33]": { - "active_votes": [ - { - "percent": "10000", - "reputation": 0, - "rshares": "6327910390022", - "voter": "wackou" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "9559686655", - "voter": "johnerfx" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "829049571", - "voter": "johnerminer" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "38432804053", - "voter": "gtg" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "19873104999", - "voter": "ausbitbank" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "44706057470", - "voter": "arcurus" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "31463628969", - "voter": "mibenkito" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "14083166401", - "voter": "someguy123" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "52918124", - "voter": "xomtux" - } - ], - "author": "jesta", - "author_reputation": 0, - "beneficiaries": [], - "body": "I love the idea in this, basically setting up a fortress for your witness node to be more resilient. \n\nOne thing you're right about though is it would be a somewhat expensive venture. At the rate I'm witnessing blocks (maybe 3-4 a day?), it's not feasible to sustain itself financially, but I imagine the top 19 could easily go this route. Maybe even some of the people in the top 30?\n\nI'd be more than willing to help prototype this type of infrastructure. I've been considering how difficult it would be to setup on AWS with a CloudFormation script that spins up seed nodes as ECS Containers, VPCs in every region that all interconnect via private networking, and an EC2 container for your witness node that's not accessible from the internet, but only the seed nodes. \n\nIt really shouldn't be all that hard, and even non-technical witnesses could copy/paste the cloudformation script to get started. Of course with this idea, if AWS is attacked, you're still the mercy of them being able to handle it.", - "body_length": 1005, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 2, - "created": "2016-08-16T19:11:06", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-16T19:11:06", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 6486910806264, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "9.966 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t191107309z", - "post_id": 631058, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@jesta/re-gtg-heavy-duty-witness-node-infrastructure-20160816t191107309z" - }, - "root[34]": { - "active_votes": [], - "author": "thebluepanda", - "author_reputation": 0, - "beneficiaries": [], - "body": "i was checking if you tagged it in #witness-category ;) \nglad to see steemit has a great team of security devs and glad to have upvoted you as witness.", - "body_length": 151, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-16T19:08:06", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-16T19:08:06", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t190814180z", - "post_id": 631016, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@thebluepanda/re-gtg-heavy-duty-witness-node-infrastructure-20160816t190814180z" - }, - "root[35]": { - "active_votes": [], - "author": "someguy123", - "author_reputation": 0, - "beneficiaries": [], - "body": "I can tell you're definitely a well-invested witness. You have my vote. \n\nThese details could help to improve the general quality of witnesses on the network", - "body_length": 157, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-16T18:52:48", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-16T18:52:48", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t185248185z", - "post_id": 630835, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@someguy123/re-gtg-heavy-duty-witness-node-infrastructure-20160816t185248185z" - }, - "root[36]": { - "active_votes": [], - "author": "vishal1", - "author_reputation": 0, - "beneficiaries": [], - "body": "THis is something. @gtg", - "body_length": 23, - "cashout_time": "2016-09-16T20:13:00", - "category": "witness-category", - "children": 0, - "created": "2016-08-16T18:12:21", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"gtg\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-16T18:12:21", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "heavy-duty-witness-node-infrastructure", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t181221888z", - "post_id": 630198, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Heavy duty witness node infrastructure", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@vishal1/re-gtg-heavy-duty-witness-node-infrastructure-20160816t181221888z" - }, - "root[37]": { - "active_votes": [ - { - "percent": "10000", - "reputation": 0, - "rshares": "910501669843", - "voter": "liondani" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "4179624293", - "voter": "dennygalindo" - } - ], - "author": "dennygalindo", - "author_reputation": 0, - "beneficiaries": [], - "body": "Gamification is what makes this so addictive to me. I get like 2c for finding a good post but it's fun to try to guess which will be good and time it. I can't put my phone down. My data is through the roof, I keep getting distracted and losing things. Curation rewards are key! I think it would help drive adoption if newbies had a better shot at curation rewards. I know they don't want a lot of bots here but maybe you could give newbies super votes ( only when at 100 percent) that lets them earn rewards at least once a day. (As @dantheman said [here](https://steemit.com/steem/@dantheman/curation-rewards-and-voting-incentive) the optimal minnow strategy is not to vote).", - "body_length": 677, - "cashout_time": "1969-12-31T23:59:59", - "category": "steemit-ideas", - "children": 0, - "created": "2016-08-15T14:15:42", - "curator_payout_value": "0.198 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"steemit-ideas\"],\"users\":[\"dantheman\"],\"links\":[\"https:\\/\\/steemit.com\\/steem\\/@dantheman\\/curation-rewards-and-voting-incentive\"]}", - "last_payout": "2016-09-15T07:07:00", - "last_update": "2016-08-15T14:16:39", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 914681294136, - "parent_author": "gtg", - "parent_permlink": "re-liondani-don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page-20160815t123329115z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-liondani-don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page-20160815t141541480z", - "post_id": 613314, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "DON'T REMOVE Curation Rewards! Just stop them when the post reach the trending page !!!", - "title": "", - "total_payout_value": "0.601 HBD", - "url": "/steemit-ideas/@liondani/don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page#@dennygalindo/re-gtg-re-liondani-don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page-20160815t141541480z" - }, - "root[38]": { - "active_votes": [ - { - "percent": "10000", - "reputation": 0, - "rshares": "1374704925", - "voter": "earnest" - } - ], - "author": "iaco", - "author_reputation": 0, - "beneficiaries": [], - "body": "As the computer world beyond user interfaces is a magical realm to me, the only way I can get my brain to completely understand it is to just let go and tell my self it's all made of unicorns and runes being cast to make the magic happen :) I thank you for your work:)", - "body_length": 269, - "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 1, - "created": "2016-08-05T16:12:21", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "2016-09-05T05:17:57", - "last_update": "2016-08-05T16:12:21", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 1374704925, - "parent_author": "gtg", - "parent_permlink": "witness-gtg", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-witness-gtg-20160805t161219379z", - "post_id": 465280, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Witness \"gtg\"", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/witness-gtg#@iaco/re-gtg-witness-gtg-20160805t161219379z" - }, - "root[39]": { - "active_votes": [ - { - "percent": "10000", - "reputation": 0, - "rshares": "769829319629", - "voter": "steemship" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "9767505930", - "voter": "johnerfx" - }, - { - "percent": "10000", - "reputation": 0, - "rshares": "848329794", - "voter": "johnerminer" - } - ], - "author": "cire81", - "author_reputation": 0, - "beneficiaries": [], - "body": "Thank you for spending your time to make steemit secure. Thanks to people like you we have a much safer environment. Were you paid for your effort on steem?", - "body_length": 156, - "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 2, - "created": "2016-08-05T15:45:27", - "curator_payout_value": "0.216 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"witness-category\"]}", - "last_payout": "2016-09-05T05:17:57", - "last_update": "2016-08-05T15:45:27", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 780445155353, - "parent_author": "gtg", - "parent_permlink": "witness-gtg", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-witness-gtg-20160805t154528701z", - "post_id": 464773, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Witness \"gtg\"", - "title": "", - "total_payout_value": "0.650 HBD", - "url": "/witness-category/@gtg/witness-gtg#@cire81/re-gtg-witness-gtg-20160805t154528701z" - }, - "root[3]": { - "active_votes": [], - "author": "arcange", - "author_reputation": 0, - "beneficiaries": [], - "body": "Lol. You're welcome!\nBut I suspect you're working hard to hit the top 20 chart with your two comments :p", - "body_length": 104, - "cashout_time": "2016-09-16T13:44:39", - "category": "stats", - "children": 1, - "created": "2016-09-15T13:24:15", - "curator_payout_value": "0.000 HBD", - "depth": 4, - "json_metadata": "{\"tags\":[\"stats\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-15T13:24:15", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-arcange-re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t131924290z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-arcange-re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t132416244z", - "post_id": 957646, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "[STEEMSQL] A deep analysis of Steemians gratefulness", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/stats/@arcange/steemsql-com-a-deep-analysis-of-steemians-gratefulness#@arcange/re-gtg-re-arcange-re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t132416244z" - }, - "root[40]": { - "active_votes": [], - "author": "mefisto", - "author_reputation": 0, - "beneficiaries": [], - "body": "Kryterium wyboru delegata to osobna sprawa. Co delegat powinien potrafi\u0107? Co robi\u0107? Czy powinien poniek\u0105d s\u0142u\u017cy\u0107 swoim wyborcom?\nJedno zdaje si\u0119 by\u0107 pewne - **powinien by\u0107 aktywnym cz\u0142onkiem spo\u0142eczno\u015bci steemit.** \nJestem przekonany, \u017ce jeste\u015bmy w stanie wybra\u0107 / wskaza\u0107 kilka os\u00f3b, kt\u00f3re mog\u0142yby zbiera\u0107 glosy polskiej spo\u0142eczno\u015bci. \n\nJe\u015bli si\u0119 nie myl\u0119, g\u0142os\u00f3w b\u0119dzie wi\u0119cej - je\u015bli system g\u0142osowania na dodatkowych kandydat\u00f3w b\u0119dzie prostszy dla przeci\u0119tnego po\u017ceracza blog\u00f3w... np. pojawi si\u0119 \u0142adny graficzny klient pod windoz\u0119.", - "body_length": 534, - "cashout_time": "1969-12-31T23:59:59", - "category": "polish", - "children": 0, - "created": "2016-08-03T12:56:33", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"polish\"]}", - "last_payout": "2016-09-03T03:24:06", - "last_update": "2016-08-03T12:58:57", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-mefisto-pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness-20160803t123936611z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-mefisto-pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness-20160803t125639335z", - "post_id": 427686, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "[PL] Czy polska spo\u0142eczno\u015b\u0107 powinna mie\u0107 swojego delegata (witness) ?", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/polish/@mefisto/pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness#@mefisto/re-gtg-re-mefisto-pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness-20160803t125639335z" - }, - "root[41]": { - "active_votes": [], - "author": "edu-lopov", - "author_reputation": 0, - "beneficiaries": [], - "body": "Welcome to Steemit Gandalf!", - "body_length": 27, - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, - "created": "2016-07-04T18:22:51", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-13T21:04:45", - "last_update": "2016-07-04T18:22:51", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "hello-world", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-hello-world-20160704t182251522z", - "post_id": 38463, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Hello, World!", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/introduceyourself/@gtg/hello-world#@edu-lopov/re-gtg-hello-world-20160704t182251522z" - }, - "root[42]": { - "active_votes": [], - "author": "amartinezque", - "author_reputation": 0, - "beneficiaries": [], - "body": "Cats, humans , all we move for instinct and curiosity. Welcome! And your cat also!:P", - "body_length": 84, - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, - "created": "2016-07-03T22:45:27", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-13T21:04:45", - "last_update": "2016-07-03T22:45:27", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "hello-world", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-hello-world-20160703t224527020z", - "post_id": 37179, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Hello, World!", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/introduceyourself/@gtg/hello-world#@amartinezque/re-gtg-hello-world-20160703t224527020z" - }, - "root[43]": { - "active_votes": [], - "author": "trogdor", - "author_reputation": 0, - "beneficiaries": [], - "body": "Nice, I understand the \"owned by a cat\" sentiment. haha", - "body_length": 55, - "cashout_time": "1969-12-31T23:59:59", - "category": "introduceyourself", - "children": 0, - "created": "2016-07-03T17:51:48", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "2016-08-13T21:04:45", - "last_update": "2016-07-03T17:51:48", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "hello-world", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-hello-world-20160703t175141501z", - "post_id": 36953, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Hello, World!", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/introduceyourself/@gtg/hello-world#@trogdor/re-gtg-hello-world-20160703t175141501z" - }, - "root[4]": { - "active_votes": [], - "author": "arcange", - "author_reputation": 0, - "beneficiaries": [], - "body": "That's the purpose of using FREETEXT() instead of CONTAINS()", - "body_length": 60, - "cashout_time": "2016-09-16T13:44:39", - "category": "stats", - "children": 3, - "created": "2016-09-15T13:06:18", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"stats\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-15T13:06:18", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t130410195z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t130619700z", - "post_id": 957511, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "[STEEMSQL] A deep analysis of Steemians gratefulness", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/stats/@arcange/steemsql-com-a-deep-analysis-of-steemians-gratefulness#@arcange/re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t130619700z" - }, - "root[5]": { - "active_votes": [], - "author": "gamer00", - "author_reputation": 0, - "beneficiaries": [], - "body": "Thank you!", - "body_length": 10, - "cashout_time": "2016-09-16T03:45:30", - "category": "introducemyself", - "children": 0, - "created": "2016-09-15T07:54:42", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"introducemyself\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-15T07:54:42", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-gamer00-hi-i-m-jaro-and-this-is-my-introductory-verification-post-20160915t071902704z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-gamer00-hi-i-m-jaro-and-this-is-my-introductory-verification-post-20160915t075443671z", - "post_id": 956069, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Hi! I'm Jaro and this is my introductory verification post!", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/introducemyself/@gamer00/hi-i-m-jaro-and-this-is-my-introductory-verification-post#@gamer00/re-gtg-re-gamer00-hi-i-m-jaro-and-this-is-my-introductory-verification-post-20160915t075443671z" - }, - "root[6]": { - "active_votes": [], - "author": "lilmisjenn", - "author_reputation": 0, - "beneficiaries": [], - "body": "See there is a positive to everything! That does sound like quite the cold compromise though! You should post up some pictures of the cherries! I love cherry picking! Yumm!", - "body_length": 172, - "cashout_time": "2016-09-26T08:08:21", - "category": "food", - "children": 0, - "created": "2016-09-01T14:18:48", - "curator_payout_value": "0.000 HBD", - "depth": 4, - "json_metadata": "{\"tags\":[\"food\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-09-01T14:18:48", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-lilmisjenn-re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160829t070902349z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-lilmisjenn-re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160901t141846983z", - "post_id": 823649, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Do you have a drinking problem??", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/food/@lilmisjenn/do-you-have-a-drinking-problem#@lilmisjenn/re-gtg-re-lilmisjenn-re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160901t141846983z" - }, - "root[7]": { - "active_votes": [ - { - "percent": "10000", - "reputation": 0, - "rshares": "28864035808", - "voter": "noaommerrr" - }, - { - "percent": "-10000", - "reputation": 0, - "rshares": "-100075931", - "voter": "cheetah20" - }, - { - "percent": "-10000", - "reputation": 0, - "rshares": "-123906339", - "voter": "cheetah19" - }, - { - "percent": "-10000", - "reputation": 0, - "rshares": "-99152161", - "voter": "cheetah21" - }, - { - "percent": "-10000", - "reputation": 0, - "rshares": "-99151476", - "voter": "cheetah22" - } - ], - "author": "itay", - "author_reputation": 0, - "beneficiaries": [], - "body": "I upvoted You", - "body_length": 13, - "cashout_time": "1969-12-31T23:59:59", - "category": "witness-category", - "children": 0, - "created": "2016-08-31T17:00:21", - "curator_payout_value": "0.000 HBD", - "depth": 1, - "json_metadata": "{}", - "last_payout": "2016-09-05T05:17:57", - "last_update": "2016-08-31T17:00:21", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 28441749901, - "parent_author": "gtg", - "parent_permlink": "witness-gtg", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-witness-gtg", - "post_id": 814638, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Witness \"gtg\"", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/witness-category/@gtg/witness-gtg#@itay/re-witness-gtg" - }, - "root[8]": { - "active_votes": [], - "author": "melissarhiann", - "author_reputation": 0, - "beneficiaries": [], - "body": "Hi and thanks! I've been attempting to figure out how to add a picture. I'll get it at some point :)", - "body_length": 100, - "cashout_time": "2016-09-26T08:42:15", - "category": "introduceyourself", - "children": 0, - "created": "2016-08-31T02:16:54", - "curator_payout_value": "0.000 HBD", - "depth": 2, - "json_metadata": "{\"tags\":[\"introduceyourself\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-31T02:16:54", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-melissarhiann-lasting-impression-20160826t083943073z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-melissarhiann-lasting-impression-20160831t021708505z", - "post_id": 808051, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "Lasting Impression", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/introduceyourself/@melissarhiann/lasting-impression#@melissarhiann/re-gtg-re-melissarhiann-lasting-impression-20160831t021708505z" - }, - "root[9]": { - "active_votes": [], - "author": "djm34", - "author_reputation": 0, - "beneficiaries": [], - "body": "actually I won't send, however I expect to receive... lol (as you can see wanting to know who is who is a totally legitimate question...)", - "body_length": 138, - "cashout_time": "2016-09-30T17:29:27", - "category": "steem", - "children": 1, - "created": "2016-08-30T17:06:09", - "curator_payout_value": "0.000 HBD", - "depth": 3, - "json_metadata": "{\"tags\":[\"steem\"]}", - "last_payout": "1969-12-31T23:59:59", - "last_update": "2016-08-30T17:07:15", - "max_accepted_payout": "1000000.000 HBD", - "net_rshares": 0, - "parent_author": "gtg", - "parent_permlink": "re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t161109296z", - "pending_payout_value": "0.000 HBD", - "percent_steem_dollars": 10000, - "permlink": "re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t170611218z", - "post_id": 802893, - "promoted": "0.000 HBD", - "replies": [], - "root_title": "[Bounty] Community bounty for open source GPU miner.", - "title": "", - "total_payout_value": "0.000 HBD", - "url": "/steem/@picokernel/bounty-community-bounty-for-open-source-gpu-miner#@djm34/re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t170611218z" - } +[ + { + "active_votes": [], + "author": "chitty", + "author_reputation": 0, + "beneficiaries": [], + "body": "But this is not an issue of Top Witnesses vs Backup witnesses. This is an issue that involves all members of the Steemit. If top witnesses keep receiving 1,370 Steems per day, their voting influence will keep growing while the rest of the users see their voting power diminished.", + "body_length": 279, + "cashout_time": "2016-09-16T15:31:24", + "category": "steemit", + "children": 0, + "created": "2016-09-15T18:52:09", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T18:52:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-chitty-re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t184349883z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-chitty-re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t185208490z", + "post_id": 960531, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A balanced voting system is impossible with current witness\u2019s payouts.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@chitty/a-balanced-voting-system-is-impossible-with-current-witness-s-payouts#@chitty/re-gtg-re-chitty-re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t185208490z" + }, + { + "active_votes": [], + "author": "woman-onthe-wing", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks very much!", + "body_length": 17, + "cashout_time": "2016-09-16T01:44:18", + "category": "introducemyself", + "children": 0, + "created": "2016-09-15T15:04:09", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introducemyself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T15:04:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-woman-onthe-wing-introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle-20160915t071444722z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-woman-onthe-wing-introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle-20160915t150410237z", + "post_id": 958542, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Introduction post - Gold at the end of the rainbow... On the Emerald Isle", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introducemyself/@woman-onthe-wing/introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle#@woman-onthe-wing/re-gtg-re-woman-onthe-wing-introduction-post-gold-at-the-end-of-the-rainbow-on-the-emerald-isle-20160915t150410237z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1000247174970", + "voter": "liondani" + } + ], + "author": "chitty", + "author_reputation": 0, + "beneficiaries": [], + "body": "This is true, but you have to agree that the gap between top 19 witnesses and the rest of the users is getting bigger... nobody buys 1,370 steem per day, every day!... its impossible to match. The result of this is richer witnesses with more influence and \"normal\" users with very little to no influence at all.", + "body_length": 311, + "cashout_time": "2016-09-16T15:31:24", + "category": "steemit", + "children": 2, + "created": "2016-09-15T14:21:09", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T14:21:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1000247174970, + "parent_author": "gtg", + "parent_permlink": "re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t141551322z", + "pending_payout_value": "0.275 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t142108544z", + "post_id": 958150, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A balanced voting system is impossible with current witness\u2019s payouts.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@chitty/a-balanced-voting-system-is-impossible-with-current-witness-s-payouts#@chitty/re-gtg-re-chitty-a-balanced-voting-system-is-impossible-with-current-witness-s-payouts-20160915t142108544z" + }, + { + "active_votes": [], + "author": "arcange", + "author_reputation": 0, + "beneficiaries": [], + "body": "Lol. You're welcome!\nBut I suspect you're working hard to hit the top 20 chart with your two comments :p", + "body_length": 104, + "cashout_time": "2016-09-16T13:44:39", + "category": "stats", + "children": 1, + "created": "2016-09-15T13:24:15", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:24:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-arcange-re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t131924290z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-arcange-re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t132416244z", + "post_id": 957646, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[STEEMSQL] A deep analysis of Steemians gratefulness", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@arcange/steemsql-com-a-deep-analysis-of-steemians-gratefulness#@arcange/re-gtg-re-arcange-re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t132416244z" + }, + { + "active_votes": [], + "author": "arcange", + "author_reputation": 0, + "beneficiaries": [], + "body": "That's the purpose of using FREETEXT() instead of CONTAINS()", + "body_length": 60, + "cashout_time": "2016-09-16T13:44:39", + "category": "stats", + "children": 3, + "created": "2016-09-15T13:06:18", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"stats\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T13:06:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t130410195z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t130619700z", + "post_id": 957511, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[STEEMSQL] A deep analysis of Steemians gratefulness", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/stats/@arcange/steemsql-com-a-deep-analysis-of-steemians-gratefulness#@arcange/re-gtg-re-arcange-steemsql-com-a-deep-analysis-of-steemians-gratefulness-20160915t130619700z" + }, + { + "active_votes": [], + "author": "gamer00", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thank you!", + "body_length": 10, + "cashout_time": "2016-09-16T03:45:30", + "category": "introducemyself", + "children": 0, + "created": "2016-09-15T07:54:42", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introducemyself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T07:54:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-gamer00-hi-i-m-jaro-and-this-is-my-introductory-verification-post-20160915t071902704z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-gamer00-hi-i-m-jaro-and-this-is-my-introductory-verification-post-20160915t075443671z", + "post_id": 956069, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hi! I'm Jaro and this is my introductory verification post!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introducemyself/@gamer00/hi-i-m-jaro-and-this-is-my-introductory-verification-post#@gamer00/re-gtg-re-gamer00-hi-i-m-jaro-and-this-is-my-introductory-verification-post-20160915t075443671z" + }, + { + "active_votes": [], + "author": "lilmisjenn", + "author_reputation": 0, + "beneficiaries": [], + "body": "See there is a positive to everything! That does sound like quite the cold compromise though! You should post up some pictures of the cherries! I love cherry picking! Yumm!", + "body_length": 172, + "cashout_time": "2016-09-26T08:08:21", + "category": "food", + "children": 0, + "created": "2016-09-01T14:18:48", + "curator_payout_value": "0.000 HBD", + "depth": 4, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T14:18:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-lilmisjenn-re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160829t070902349z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-lilmisjenn-re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160901t141846983z", + "post_id": 823649, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you have a drinking problem??", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/food/@lilmisjenn/do-you-have-a-drinking-problem#@lilmisjenn/re-gtg-re-lilmisjenn-re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160901t141846983z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "28864035808", + "voter": "noaommerrr" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-100075931", + "voter": "cheetah20" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-123906339", + "voter": "cheetah19" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-99152161", + "voter": "cheetah21" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-99151476", + "voter": "cheetah22" + } + ], + "author": "itay", + "author_reputation": 0, + "beneficiaries": [], + "body": "I upvoted You", + "body_length": 13, + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "created": "2016-08-31T17:00:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{}", + "last_payout": "2016-09-05T05:17:57", + "last_update": "2016-08-31T17:00:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 28441749901, + "parent_author": "gtg", + "parent_permlink": "witness-gtg", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-witness-gtg", + "post_id": 814638, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness \"gtg\"", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/witness-gtg#@itay/re-witness-gtg" + }, + { + "active_votes": [], + "author": "melissarhiann", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi and thanks! I've been attempting to figure out how to add a picture. I'll get it at some point :)", + "body_length": 100, + "cashout_time": "2016-09-26T08:42:15", + "category": "introduceyourself", + "children": 0, + "created": "2016-08-31T02:16:54", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-31T02:16:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-melissarhiann-lasting-impression-20160826t083943073z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-melissarhiann-lasting-impression-20160831t021708505z", + "post_id": 808051, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lasting Impression", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@melissarhiann/lasting-impression#@melissarhiann/re-gtg-re-melissarhiann-lasting-impression-20160831t021708505z" + }, + { + "active_votes": [], + "author": "djm34", + "author_reputation": 0, + "beneficiaries": [], + "body": "actually I won't send, however I expect to receive... lol (as you can see wanting to know who is who is a totally legitimate question...)", + "body_length": 138, + "cashout_time": "2016-09-30T17:29:27", + "category": "steem", + "children": 1, + "created": "2016-08-30T17:06:09", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-30T17:07:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t161109296z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t170611218z", + "post_id": 802893, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[Bounty] Community bounty for open source GPU miner.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steem/@picokernel/bounty-community-bounty-for-open-source-gpu-miner#@djm34/re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t170611218z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "10013306404", + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13209570416", + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53474677", + "voter": "riv" + } + ], + "author": "complexring", + "author_reputation": 0, + "beneficiaries": [], + "body": "I don't see where @djm34 said that he doesn't trust @picokernel. That is a rather harsh accusation when all this user has done is stated he doesn't believe they are gpu miners. I see nothing else in his comment beyond that.", + "body_length": 225, + "cashout_time": "2016-09-30T17:29:27", + "category": "steem", + "children": 3, + "created": "2016-08-30T16:40:03", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"steem\"],\"users\":[\"djm34\",\"picokernel\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-30T16:40:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 23276351497, + "parent_author": "gtg", + "parent_permlink": "re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t161109296z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t164004703z", + "post_id": 802611, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[Bounty] Community bounty for open source GPU miner.", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/steem/@picokernel/bounty-community-bounty-for-open-source-gpu-miner#@complexring/re-gtg-re-djm34-re-picokernel-bounty-community-bounty-for-open-source-gpu-miner-20160830t164004703z" + }, + { + "active_votes": [], + "author": "emsenn", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks! I'm really enjoying the site so far - beyond the technical aspects, the content here all seems pretty high-quality.", + "body_length": 123, + "cashout_time": "2016-09-29T22:31:27", + "category": "introduceyourself", + "children": 0, + "created": "2016-08-29T22:45:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-29T22:45:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-emsenn-introducing-myself-bitcoin-early-adopter-content-producer-and-designer-20160829t213519226z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-emsenn-introducing-myself-bitcoin-early-adopter-content-producer-and-designer-20160829t224534386z", + "post_id": 794736, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Introducing Myself: Bitcoin Early Adopter, Content Producer & Designer", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@emsenn/introducing-myself-bitcoin-early-adopter-content-producer-and-designer#@emsenn/re-gtg-re-emsenn-introducing-myself-bitcoin-early-adopter-content-producer-and-designer-20160829t224534386z" + }, + { + "active_votes": [], + "author": "lilmisjenn", + "author_reputation": 0, + "beneficiaries": [], + "body": "It took me a long time until I could say I have them from my own garden. That is why I am so appreciative and can make such a silly post over such simplicity! It is a skill I have also worked on mastering over the years. Thanks for your comment and for appreciating my fruit tree! I shall grow it for all that cannot and be extra grateful for its produce. What is your climate like? I also have restrictions on what I can grow around here due to climate. But its a small sacrifice for the serenity.", + "body_length": 498, + "cashout_time": "2016-09-26T08:08:21", + "category": "food", + "children": 2, + "created": "2016-08-28T11:46:00", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"food\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-28T11:46:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-lilmisjenn-do-you-have-a-drinking-problem-20160826t085857261z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160828t114559502z", + "post_id": 776630, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Do you have a drinking problem??", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/food/@lilmisjenn/do-you-have-a-drinking-problem#@lilmisjenn/re-gtg-re-lilmisjenn-do-you-have-a-drinking-problem-20160828t114559502z" + }, + { + "active_votes": [], + "author": "timcliff", + "author_reputation": 0, + "beneficiaries": [], + "body": "I've been mining since last Friday and haven't found a block yet, so there are no witness details for my account yet. I wanted to check the \"total_missed\" count, since it sounds like this post could be describing my issue. After talking to peeps on Steemit chat, it sounds like I need to change the keys I'm using. I'm currently using my 'owner private' key for both.", + "body_length": 367, + "cashout_time": "2016-09-21T13:01:45", + "category": "mining", + "children": 1, + "created": "2016-08-27T15:51:15", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-27T15:51:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-timcliff-re-gtg-missing-rewards-while-mining-20160827t153756820z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-timcliff-re-gtg-missing-rewards-while-mining-20160827t155116406z", + "post_id": 767624, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Missing rewards while mining - common mistake with keys", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gtg/missing-rewards-while-mining#@timcliff/re-gtg-re-timcliff-re-gtg-missing-rewards-while-mining-20160827t155116406z" + }, + { + "active_votes": [], + "author": "timcliff", + "author_reputation": 0, + "beneficiaries": [], + "body": "Is there a way to check the \"total_missed\" count without using cli_wallet?", + "body_length": 74, + "cashout_time": "2016-09-21T13:01:45", + "category": "mining", + "children": 3, + "created": "2016-08-27T14:13:18", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-27T14:13:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "missing-rewards-while-mining", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-missing-rewards-while-mining-20160827t141319137z", + "post_id": 766749, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Missing rewards while mining - common mistake with keys", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gtg/missing-rewards-while-mining#@timcliff/re-gtg-missing-rewards-while-mining-20160827t141319137z" + }, + { + "active_votes": [], + "author": "eternalmoon", + "author_reputation": 0, + "beneficiaries": [], + "body": "I wanted to, I just didn't know how. But someone did link me to a thing. Thanks for the advice!\nP.S. Cats are adorable! :D", + "body_length": 122, + "cashout_time": "2016-09-26T09:23:57", + "category": "aboutme", + "children": 1, + "created": "2016-08-27T04:15:48", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"aboutme\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-27T04:15:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-eternalmoon-this-is-my-about-me-entry-enjoy-20160826t094835368z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-eternalmoon-this-is-my-about-me-entry-enjoy-20160827t041549494z", + "post_id": 763016, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "This is my about me entry (: Enjoy~", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/aboutme/@eternalmoon/this-is-my-about-me-entry-enjoy#@eternalmoon/re-gtg-re-eternalmoon-this-is-my-about-me-entry-enjoy-20160827t041549494z" + }, + { + "active_votes": [], + "author": "ania", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thank you Gandalf :)", + "body_length": 20, + "cashout_time": "2016-09-26T21:18:18", + "category": "introduceyourself", + "children": 0, + "created": "2016-08-26T21:16:45", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T21:16:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-ania-hello-world-20160826t185305711z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-ania-hello-world-20160826t211629005z", + "post_id": 759894, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hello World!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@ania/hello-world#@ania/re-gtg-re-ania-hello-world-20160826t211629005z" + }, + { + "active_votes": [], + "author": "orcish", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thank you :)", + "body_length": 12, + "cashout_time": "2016-09-27T01:07:09", + "category": "zee", + "children": 0, + "created": "2016-08-26T18:58:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"zee\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T18:58:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-orcish-my-introduction-20160826t080607987z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-orcish-my-introduction-20160826t185829224z", + "post_id": 758311, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "My Introduction", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/zee/@orcish/my-introduction#@orcish/re-gtg-re-orcish-my-introduction-20160826t185829224z" + }, + { + "active_votes": [], + "author": "bumblebrii", + "author_reputation": 0, + "beneficiaries": [], + "body": "Oh yes of course. I subscribe to a lot of different artists for my coloring pages. One had sent me the link to her blog and kind of just ended up sticking around and read a few blogs. Next thing i know, I signed up haha.", + "body_length": 220, + "cashout_time": "2016-09-26T08:05:57", + "category": "introduceyourself", + "children": 0, + "created": "2016-08-26T18:20:12", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T18:20:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-bumblebrii-about-me-20160826t094306616z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-bumblebrii-about-me-20160826t182001959z", + "post_id": 757931, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "About me", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@bumblebrii/about-me#@bumblebrii/re-gtg-re-bumblebrii-about-me-20160826t182001959z" + }, + { + "active_votes": [], + "author": "mynomadicyear", + "author_reputation": 0, + "beneficiaries": [], + "body": "Hi gtg, thanks for stopping by :)", + "body_length": 33, + "cashout_time": "2016-09-26T16:08:51", + "category": "travel", + "children": 0, + "created": "2016-08-26T13:29:27", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"travel\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T13:29:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-mynomadicyear-16-months-out-of-a-suitcase-20160826t090811525z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-mynomadicyear-16-months-out-of-a-suitcase-20160826t132929538z", + "post_id": 754968, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "16 Months Out Of A Suitcase", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/travel/@mynomadicyear/16-months-out-of-a-suitcase#@mynomadicyear/re-gtg-re-mynomadicyear-16-months-out-of-a-suitcase-20160826t132929538z" + }, + { + "active_votes": [], + "author": "seasoul", + "author_reputation": 0, + "beneficiaries": [], + "body": "thankyou! :) hi there", + "body_length": 21, + "cashout_time": "2016-09-25T19:26:21", + "category": "introduceyourself", + "children": 0, + "created": "2016-08-26T11:37:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-26T11:37:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-seasoul-aboutme-20160826t095320794z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-seasoul-aboutme-20160826t113727450z", + "post_id": 754013, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Aboutme", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@seasoul/aboutme#@seasoul/re-gtg-re-seasoul-aboutme-20160826t113727450z" + }, + { + "active_votes": [], + "author": "mammasitta", + "author_reputation": 0, + "beneficiaries": [], + "body": "I think you would be a great witness . I appreciate your time helping me \ud83d\ude4c", + "body_length": 74, + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 0, + "created": "2016-08-26T05:27:15", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T05:17:57", + "last_update": "2016-08-26T05:27:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "witness-gtg", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-witness-gtg-20160826t052714859z", + "post_id": 751872, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness \"gtg\"", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/witness-gtg#@mammasitta/re-gtg-witness-gtg-20160826t052714859z" + }, + { + "active_votes": [], + "author": "gtg", + "author_reputation": 3920426655270, + "beneficiaries": [], + "body": "I encourage miners to visit [Steemit Chat](https://steemit.chat/channel/mining \"#mining\") where you can find help and share your experience.", + "body_length": 140, + "cashout_time": "2016-09-21T13:01:45", + "category": "mining", + "children": 0, + "created": "2016-08-21T13:12:45", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"],\"links\":[\"https:\\/\\/steemit.chat\\/channel\\/mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T13:12:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "missing-rewards-while-mining", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-missing-rewards-while-mining-20160821t131242531z", + "post_id": 693986, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Missing rewards while mining - common mistake with keys", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gtg/missing-rewards-while-mining#@gtg/re-gtg-missing-rewards-while-mining-20160821t131242531z" + }, + { + "active_votes": [], + "author": "gary-smith", + "author_reputation": 0, + "beneficiaries": [], + "body": "so frustrated was mining for a while found a few blocks and received no reward now i know why thank you !", + "body_length": 105, + "cashout_time": "2016-09-21T13:01:45", + "category": "mining", + "children": 0, + "created": "2016-08-21T12:52:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"mining\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T12:52:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "missing-rewards-while-mining", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-missing-rewards-while-mining-20160821t125207685z", + "post_id": 693858, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Missing rewards while mining - common mistake with keys", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/mining/@gtg/missing-rewards-while-mining#@gary-smith/re-gtg-missing-rewards-while-mining-20160821t125207685z" + }, + { + "active_votes": [], + "author": "abit", + "author_reputation": 0, + "beneficiaries": [], + "body": "The private seed nodes still need to connect to the rest of the network to be able to sync and broadcast new blocks. So from an attacker's pov perhaps it's cheaper/easier to attack the public seed nodes directly.", + "body_length": 212, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-18T03:32:12", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-18T03:32:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160818t033212861z", + "post_id": 650924, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@abit/re-gtg-heavy-duty-witness-node-infrastructure-20160818t033212861z" + }, + { + "active_votes": [], + "author": "okay", + "author_reputation": 0, + "beneficiaries": [], + "body": "`gtg said: Please note that setting up all seed nodes in a single data center won\u2019t help. A DDoS attack targeted at that particular network will bring all your nodes down anyway.`\n\nThat is unless the data center provides a variety of network routes from different providers and your seed nodes are therefore located on different wide area networks even when on the same LAN. This is possible on today's top of the line data centers.\nOf course decentralization is always good so several locations for seed nodes and witnesses is a plus. Good post. \nJust installed a witness node. Consider to [Vote for witness okay](https://steemit.com/witness-category/@okay/new-witness-okay-a-great-addition-to-the-steem-network)", + "body_length": 714, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-17T12:06:03", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"],\"links\":[\"https:\\/\\/steemit.com\\/witness-category\\/@okay\\/new-witness-okay-a-great-addition-to-the-steem-network\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T12:06:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t120511092z", + "post_id": 640215, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@okay/re-gtg-heavy-duty-witness-node-infrastructure-20160817t120511092z" + }, + { + "active_votes": [], + "author": "mammasitta", + "author_reputation": 0, + "beneficiaries": [], + "body": "I just saw your article now and followed you . In this way I don't miss your new ones .", + "body_length": 87, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-17T07:03:33", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T07:03:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t070329871z", + "post_id": 637902, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@mammasitta/re-gtg-heavy-duty-witness-node-infrastructure-20160817t070329871z" + }, + { + "active_votes": [], + "author": "dajohns1420", + "author_reputation": 0, + "beneficiaries": [], + "body": "I wish I was intelligent enough to participate in this conversation.", + "body_length": 68, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-17T04:00: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-17T04:00:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t040038640z", + "post_id": 636638, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@dajohns1420/re-gtg-heavy-duty-witness-node-infrastructure-20160817t040038640z" + }, + { + "active_votes": [], + "author": "dr2073", + "author_reputation": 0, + "beneficiaries": [], + "body": "Really good infrastructure top 19 sure can implement for better protection of their nodes. \nThough Steem network as whole have good protection against DDoS - even if most of 19 will go offline other witnesses will do their job, we just need more active and up-to-date witnesses. \nI personally too want become good witness and currently learning all nuances of secure operation of node.", + "body_length": 385, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-17T02:12:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T02:12:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160817t021249248z", + "post_id": 635741, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@dr2073/re-gtg-heavy-duty-witness-node-infrastructure-20160817t021249248z" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 0, + "rshares": "3273182637316", + "voter": "roadscape" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1446333470877", + "voter": "steemychicken1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49042313956", + "voter": "full-steem-ahead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9767505930", + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "848329794", + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39798145914", + "voter": "gtg" + } + ], + "author": "wackou", + "author_reputation": 0, + "beneficiaries": [], + "body": "great post! I completely agree with the analysis of the problem as well as the proposed solution. I actually wanted to implement something similar some time ago, during BitShares times, but then BitShares 2.0 happened and there were a lot more urgent things to do, so this got sidetracked. See [here](http://digitalgaia.io/backbone.html) for the same analysis, where those nodes were called \"backbone nodes\" as they were intended to be shared between witnesses. Witnesses were paid a lot less during that time so I intended to have this as a public service, although that would mean that witnesses had to trust the operator of the backbone. Having your own personal line of defense is obviously much better. I still believe that this is an extremely important issue that should be tackled as soon as possible, and was planning to reboot this proposal as soon as I got some free time (haha good one!). In all seriousness, I believe that this is not too much work, but there will be some features that need to be added to the network code of the steemd client, in order to limit the nodes the client can connect too, as well as ensuring that your backbone nodes do not share the IP of your witness node (was in bts 0.9.x, but not in 2.0 nor steem I believe). This can probably also be implemented with some sort of VPN I guess, but I'm a coder, not a sysadmin, so I can't tell for sure. I even thought (fantasized) about how to make these nodes replace themselves autonomously when attacked via DDoS using messages on the blockchain, in order to simulate a resilient, living organism. Now you see where part of the \"overmind\" idea came from, too :) That is a discussion for a bit later, though...", + "body_length": 1694, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T21:28:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"],\"links\":[\"http:\\/\\/digitalgaia.io\\/backbone.html\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T21:28:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 4818972403787, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "6.136 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t212848539z", + "post_id": 632723, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@wackou/re-gtg-heavy-duty-witness-node-infrastructure-20160816t212848539z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "19467531428", + "voter": "ausbitbank" + } + ], + "author": "jesta", + "author_reputation": 0, + "beneficiaries": [], + "body": "That's awesome :)\n\nI love seeing these kinds of advanced setups being theorized, tested and deployed!", + "body_length": 101, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T20:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 3, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T20:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 19467531428, + "parent_author": "gtg", + "parent_permlink": "re-jesta-re-gtg-heavy-duty-witness-node-infrastructure-20160816t201857176z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-jesta-re-gtg-heavy-duty-witness-node-infrastructure-20160816t203107019z", + "post_id": 632008, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@jesta/re-gtg-re-jesta-re-gtg-heavy-duty-witness-node-infrastructure-20160816t203107019z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "43533730799", + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52397603", + "voter": "doze49" + } + ], + "author": "brandonp", + "author_reputation": 0, + "beneficiaries": [], + "body": "Reading stuff like this makes me realize just how little I know about this whole thing...", + "body_length": 89, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T20:01:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T20:01:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 43586128402, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.024 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t200131779z", + "post_id": 631654, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@brandonp/re-gtg-heavy-duty-witness-node-infrastructure-20160816t200131779z" + }, + { + "active_votes": [], + "author": "thecryptofiend", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thanks for explaining. You've got my witness vote now.", + "body_length": 55, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T19:31:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:31:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t193106395z", + "post_id": 631312, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@thecryptofiend/re-gtg-heavy-duty-witness-node-infrastructure-20160816t193106395z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "6327910390022", + "voter": "wackou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9559686655", + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "829049571", + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38432804053", + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19873104999", + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44706057470", + "voter": "arcurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31463628969", + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14083166401", + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52918124", + "voter": "xomtux" + } + ], + "author": "jesta", + "author_reputation": 0, + "beneficiaries": [], + "body": "I love the idea in this, basically setting up a fortress for your witness node to be more resilient. \n\nOne thing you're right about though is it would be a somewhat expensive venture. At the rate I'm witnessing blocks (maybe 3-4 a day?), it's not feasible to sustain itself financially, but I imagine the top 19 could easily go this route. Maybe even some of the people in the top 30?\n\nI'd be more than willing to help prototype this type of infrastructure. I've been considering how difficult it would be to setup on AWS with a CloudFormation script that spins up seed nodes as ECS Containers, VPCs in every region that all interconnect via private networking, and an EC2 container for your witness node that's not accessible from the internet, but only the seed nodes. \n\nIt really shouldn't be all that hard, and even non-technical witnesses could copy/paste the cloudformation script to get started. Of course with this idea, if AWS is attacked, you're still the mercy of them being able to handle it.", + "body_length": 1005, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 2, + "created": "2016-08-16T19:11:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:11:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 6486910806264, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "9.966 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t191107309z", + "post_id": 631058, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@jesta/re-gtg-heavy-duty-witness-node-infrastructure-20160816t191107309z" + }, + { + "active_votes": [], + "author": "thebluepanda", + "author_reputation": 0, + "beneficiaries": [], + "body": "i was checking if you tagged it in #witness-category ;) \nglad to see steemit has a great team of security devs and glad to have upvoted you as witness.", + "body_length": 151, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T19:08:06", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T19:08:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t190814180z", + "post_id": 631016, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@thebluepanda/re-gtg-heavy-duty-witness-node-infrastructure-20160816t190814180z" + }, + { + "active_votes": [], + "author": "someguy123", + "author_reputation": 0, + "beneficiaries": [], + "body": "I can tell you're definitely a well-invested witness. You have my vote. \n\nThese details could help to improve the general quality of witnesses on the network", + "body_length": 157, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T18:52:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T18:52:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t185248185z", + "post_id": 630835, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@someguy123/re-gtg-heavy-duty-witness-node-infrastructure-20160816t185248185z" + }, + { + "active_votes": [], + "author": "vishal1", + "author_reputation": 0, + "beneficiaries": [], + "body": "THis is something. @gtg", + "body_length": 23, + "cashout_time": "2016-09-16T20:13:00", + "category": "witness-category", + "children": 0, + "created": "2016-08-16T18:12:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"],\"users\":[\"gtg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-16T18:12:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "heavy-duty-witness-node-infrastructure", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-heavy-duty-witness-node-infrastructure-20160816t181221888z", + "post_id": 630198, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Heavy duty witness node infrastructure", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/heavy-duty-witness-node-infrastructure#@vishal1/re-gtg-heavy-duty-witness-node-infrastructure-20160816t181221888z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "910501669843", + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4179624293", + "voter": "dennygalindo" + } + ], + "author": "dennygalindo", + "author_reputation": 0, + "beneficiaries": [], + "body": "Gamification is what makes this so addictive to me. I get like 2c for finding a good post but it's fun to try to guess which will be good and time it. I can't put my phone down. My data is through the roof, I keep getting distracted and losing things. Curation rewards are key! I think it would help drive adoption if newbies had a better shot at curation rewards. I know they don't want a lot of bots here but maybe you could give newbies super votes ( only when at 100 percent) that lets them earn rewards at least once a day. (As @dantheman said [here](https://steemit.com/steem/@dantheman/curation-rewards-and-voting-incentive) the optimal minnow strategy is not to vote).", + "body_length": 677, + "cashout_time": "1969-12-31T23:59:59", + "category": "steemit-ideas", + "children": 0, + "created": "2016-08-15T14:15:42", + "curator_payout_value": "0.198 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"steemit-ideas\"],\"users\":[\"dantheman\"],\"links\":[\"https:\\/\\/steemit.com\\/steem\\/@dantheman\\/curation-rewards-and-voting-incentive\"]}", + "last_payout": "2016-09-15T07:07:00", + "last_update": "2016-08-15T14:16:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 914681294136, + "parent_author": "gtg", + "parent_permlink": "re-liondani-don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page-20160815t123329115z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-liondani-don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page-20160815t141541480z", + "post_id": 613314, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DON'T REMOVE Curation Rewards! Just stop them when the post reach the trending page !!!", + "title": "", + "total_payout_value": "0.601 HBD", + "url": "/steemit-ideas/@liondani/don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page#@dennygalindo/re-gtg-re-liondani-don-t-remove-curation-rewards-just-stop-them-when-the-post-reach-the-trending-page-20160815t141541480z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "1374704925", + "voter": "earnest" + } + ], + "author": "iaco", + "author_reputation": 0, + "beneficiaries": [], + "body": "As the computer world beyond user interfaces is a magical realm to me, the only way I can get my brain to completely understand it is to just let go and tell my self it's all made of unicorns and runes being cast to make the magic happen :) I thank you for your work:)", + "body_length": 269, + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 1, + "created": "2016-08-05T16:12:21", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T05:17:57", + "last_update": "2016-08-05T16:12:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 1374704925, + "parent_author": "gtg", + "parent_permlink": "witness-gtg", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-witness-gtg-20160805t161219379z", + "post_id": 465280, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness \"gtg\"", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@gtg/witness-gtg#@iaco/re-gtg-witness-gtg-20160805t161219379z" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "769829319629", + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9767505930", + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "848329794", + "voter": "johnerminer" + } + ], + "author": "cire81", + "author_reputation": 0, + "beneficiaries": [], + "body": "Thank you for spending your time to make steemit secure. Thanks to people like you we have a much safer environment. Were you paid for your effort on steem?", + "body_length": 156, + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 2, + "created": "2016-08-05T15:45:27", + "curator_payout_value": "0.216 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"witness-category\"]}", + "last_payout": "2016-09-05T05:17:57", + "last_update": "2016-08-05T15:45:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 780445155353, + "parent_author": "gtg", + "parent_permlink": "witness-gtg", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-witness-gtg-20160805t154528701z", + "post_id": 464773, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness \"gtg\"", + "title": "", + "total_payout_value": "0.650 HBD", + "url": "/witness-category/@gtg/witness-gtg#@cire81/re-gtg-witness-gtg-20160805t154528701z" + }, + { + "active_votes": [], + "author": "mefisto", + "author_reputation": 0, + "beneficiaries": [], + "body": "Kryterium wyboru delegata to osobna sprawa. Co delegat powinien potrafi\u0107? Co robi\u0107? Czy powinien poniek\u0105d s\u0142u\u017cy\u0107 swoim wyborcom?\nJedno zdaje si\u0119 by\u0107 pewne - **powinien by\u0107 aktywnym cz\u0142onkiem spo\u0142eczno\u015bci steemit.** \nJestem przekonany, \u017ce jeste\u015bmy w stanie wybra\u0107 / wskaza\u0107 kilka os\u00f3b, kt\u00f3re mog\u0142yby zbiera\u0107 glosy polskiej spo\u0142eczno\u015bci. \n\nJe\u015bli si\u0119 nie myl\u0119, g\u0142os\u00f3w b\u0119dzie wi\u0119cej - je\u015bli system g\u0142osowania na dodatkowych kandydat\u00f3w b\u0119dzie prostszy dla przeci\u0119tnego po\u017ceracza blog\u00f3w... np. pojawi si\u0119 \u0142adny graficzny klient pod windoz\u0119.", + "body_length": 534, + "cashout_time": "1969-12-31T23:59:59", + "category": "polish", + "children": 0, + "created": "2016-08-03T12:56:33", + "curator_payout_value": "0.000 HBD", + "depth": 2, + "json_metadata": "{\"tags\":[\"polish\"]}", + "last_payout": "2016-09-03T03:24:06", + "last_update": "2016-08-03T12:58:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "re-mefisto-pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness-20160803t123936611z", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-re-mefisto-pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness-20160803t125639335z", + "post_id": 427686, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[PL] Czy polska spo\u0142eczno\u015b\u0107 powinna mie\u0107 swojego delegata (witness) ?", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/polish/@mefisto/pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness#@mefisto/re-gtg-re-mefisto-pl-czy-polska-spolecznosc-powinna-miec-swojego-delegata-witness-20160803t125639335z" + }, + { + "active_votes": [], + "author": "edu-lopov", + "author_reputation": 0, + "beneficiaries": [], + "body": "Welcome to Steemit Gandalf!", + "body_length": 27, + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "created": "2016-07-04T18:22:51", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-13T21:04:45", + "last_update": "2016-07-04T18:22:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "hello-world", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-hello-world-20160704t182251522z", + "post_id": 38463, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hello, World!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@gtg/hello-world#@edu-lopov/re-gtg-hello-world-20160704t182251522z" + }, + { + "active_votes": [], + "author": "amartinezque", + "author_reputation": 0, + "beneficiaries": [], + "body": "Cats, humans , all we move for instinct and curiosity. Welcome! And your cat also!:P", + "body_length": 84, + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "created": "2016-07-03T22:45:27", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-13T21:04:45", + "last_update": "2016-07-03T22:45:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "hello-world", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-hello-world-20160703t224527020z", + "post_id": 37179, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hello, World!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@gtg/hello-world#@amartinezque/re-gtg-hello-world-20160703t224527020z" + }, + { + "active_votes": [], + "author": "trogdor", + "author_reputation": 0, + "beneficiaries": [], + "body": "Nice, I understand the \"owned by a cat\" sentiment. haha", + "body_length": 55, + "cashout_time": "1969-12-31T23:59:59", + "category": "introduceyourself", + "children": 0, + "created": "2016-07-03T17:51:48", + "curator_payout_value": "0.000 HBD", + "depth": 1, + "json_metadata": "{\"tags\":[\"introduceyourself\"]}", + "last_payout": "2016-08-13T21:04:45", + "last_update": "2016-07-03T17:51:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 0, + "parent_author": "gtg", + "parent_permlink": "hello-world", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "re-gtg-hello-world-20160703t175141501z", + "post_id": 36953, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Hello, World!", + "title": "", + "total_payout_value": "0.000 HBD", + "url": "/introduceyourself/@gtg/hello-world#@trogdor/re-gtg-hello-world-20160703t175141501z" } -} +] diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_no_results.orig.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_no_results.orig.json new file mode 100644 index 00000000..0637a088 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_no_results.orig.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_over_limit.orig.json b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_over_limit.orig.json new file mode 100644 index 00000000..6e08b595 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_replies_by_last_update_over_limit.orig.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "limit exceeds max (101 > 100)", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.orig.json b/hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.orig.json new file mode 100644 index 00000000..454ea0a6 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_trending_tags_limit_250.orig.json @@ -0,0 +1,1502 @@ +[ + { + "comments": 16, + "name": "dream", + "top_posts": 11, + "total_payouts": "31.135 HBD" + }, + { + "comments": 14, + "name": "governmentinsanity", + "top_posts": 1, + "total_payouts": "31.090 HBD" + }, + { + "comments": 27, + "name": "joke", + "top_posts": 14, + "total_payouts": "31.022 HBD" + }, + { + "comments": 7, + "name": "tech-analysis", + "top_posts": 2, + "total_payouts": "30.801 HBD" + }, + { + "comments": 1, + "name": "bannhammer", + "top_posts": 1, + "total_payouts": "30.782 HBD" + }, + { + "comments": 181, + "name": "wordnerd", + "top_posts": 20, + "total_payouts": "30.676 HBD" + }, + { + "comments": 6, + "name": "governmentintervention", + "top_posts": 1, + "total_payouts": "30.219 HBD" + }, + { + "comments": 7, + "name": "snapsteem", + "top_posts": 1, + "total_payouts": "30.173 HBD" + }, + { + "comments": 19, + "name": "hillary-clinton", + "top_posts": 3, + "total_payouts": "30.102 HBD" + }, + { + "comments": 18, + "name": "poems", + "top_posts": 14, + "total_payouts": "29.991 HBD" + }, + { + "comments": 22, + "name": "change", + "top_posts": 6, + "total_payouts": "29.978 HBD" + }, + { + "comments": 1, + "name": "neuroplasticity", + "top_posts": 1, + "total_payouts": "29.558 HBD" + }, + { + "comments": 9, + "name": "skyrim", + "top_posts": 17, + "total_payouts": "29.551 HBD" + }, + { + "comments": 5, + "name": "motiongraphics", + "top_posts": 1, + "total_payouts": "28.957 HBD" + }, + { + "comments": 1, + "name": "alchemy", + "top_posts": 3, + "total_payouts": "28.936 HBD" + }, + { + "comments": 14, + "name": "cryptography", + "top_posts": 4, + "total_payouts": "28.681 HBD" + }, + { + "comments": 5, + "name": "existence", + "top_posts": 2, + "total_payouts": "28.117 HBD" + }, + { + "comments": 11, + "name": "selfownership", + "top_posts": 2, + "total_payouts": "27.889 HBD" + }, + { + "comments": 3, + "name": "drummer", + "top_posts": 2, + "total_payouts": "27.401 HBD" + }, + { + "comments": 1, + "name": "summer", + "top_posts": 2, + "total_payouts": "27.347 HBD" + }, + { + "comments": 15, + "name": "latte", + "top_posts": 4, + "total_payouts": "27.165 HBD" + }, + { + "comments": 12, + "name": "demoscene", + "top_posts": 1, + "total_payouts": "26.426 HBD" + }, + { + "comments": 217, + "name": "spam", + "top_posts": 118, + "total_payouts": "26.349 HBD" + }, + { + "comments": 14, + "name": "keepit100", + "top_posts": 1, + "total_payouts": "26.337 HBD" + }, + { + "comments": 47, + "name": "journal", + "top_posts": 2, + "total_payouts": "26.227 HBD" + }, + { + "comments": 0, + "name": "drastic", + "top_posts": 1, + "total_payouts": "26.227 HBD" + }, + { + "comments": 20, + "name": "lsd", + "top_posts": 2, + "total_payouts": "26.127 HBD" + }, + { + "comments": 6, + "name": "anarchist", + "top_posts": 5, + "total_payouts": "25.921 HBD" + }, + { + "comments": 71, + "name": "promoted", + "top_posts": 4, + "total_payouts": "25.820 HBD" + }, + { + "comments": 13, + "name": "m", + "top_posts": 4, + "total_payouts": "25.814 HBD" + }, + { + "comments": 2, + "name": "tokyo", + "top_posts": 2, + "total_payouts": "25.805 HBD" + }, + { + "comments": 11, + "name": "dailydialogue", + "top_posts": 2, + "total_payouts": "25.548 HBD" + }, + { + "comments": 0, + "name": "cities", + "top_posts": 4, + "total_payouts": "25.346 HBD" + }, + { + "comments": 3, + "name": "render", + "top_posts": 3, + "total_payouts": "25.256 HBD" + }, + { + "comments": 4, + "name": "anachy", + "top_posts": 1, + "total_payouts": "25.002 HBD" + }, + { + "comments": 7, + "name": "issue", + "top_posts": 1, + "total_payouts": "24.771 HBD" + }, + { + "comments": 4, + "name": "jobs", + "top_posts": 3, + "total_payouts": "24.766 HBD" + }, + { + "comments": 80, + "name": "dash", + "top_posts": 22, + "total_payouts": "24.736 HBD" + }, + { + "comments": 22, + "name": "robotics", + "top_posts": 2, + "total_payouts": "24.705 HBD" + }, + { + "comments": 17, + "name": "consumerism", + "top_posts": 2, + "total_payouts": "24.657 HBD" + }, + { + "comments": 5, + "name": "storieslikethesereallymakeyouthinkaboutwhatgoesoninlifedonttheybecauseminordrinkingisbad", + "top_posts": 1, + "total_payouts": "24.320 HBD" + }, + { + "comments": 2, + "name": "ethics", + "top_posts": 6, + "total_payouts": "24.194 HBD" + }, + { + "comments": 11, + "name": "authority", + "top_posts": 2, + "total_payouts": "23.982 HBD" + }, + { + "comments": 12, + "name": "ico", + "top_posts": 12, + "total_payouts": "23.915 HBD" + }, + { + "comments": 11, + "name": "boinc", + "top_posts": 3, + "total_payouts": "23.878 HBD" + }, + { + "comments": 5, + "name": "fortgalt", + "top_posts": 1, + "total_payouts": "23.870 HBD" + }, + { + "comments": 21, + "name": "storychallenge", + "top_posts": 1, + "total_payouts": "23.763 HBD" + }, + { + "comments": 57, + "name": "parody", + "top_posts": 5, + "total_payouts": "23.619 HBD" + }, + { + "comments": 0, + "name": "ww3", + "top_posts": 3, + "total_payouts": "23.561 HBD" + }, + { + "comments": 4, + "name": "lawmaking", + "top_posts": 1, + "total_payouts": "23.427 HBD" + }, + { + "comments": 55, + "name": "death", + "top_posts": 17, + "total_payouts": "23.427 HBD" + }, + { + "comments": 16, + "name": "flagging", + "top_posts": 3, + "total_payouts": "23.359 HBD" + }, + { + "comments": 5, + "name": "principles", + "top_posts": 2, + "total_payouts": "23.267 HBD" + }, + { + "comments": 8, + "name": "self-improvement", + "top_posts": 3, + "total_payouts": "23.260 HBD" + }, + { + "comments": 0, + "name": "lights", + "top_posts": 1, + "total_payouts": "23.238 HBD" + }, + { + "comments": 4, + "name": "tornado", + "top_posts": 1, + "total_payouts": "23.185 HBD" + }, + { + "comments": 3, + "name": "analysis", + "top_posts": 5, + "total_payouts": "23.046 HBD" + }, + { + "comments": 7, + "name": "howtotalksteemit", + "top_posts": 1, + "total_payouts": "22.989 HBD" + }, + { + "comments": 9, + "name": "osc", + "top_posts": 2, + "total_payouts": "22.897 HBD" + }, + { + "comments": 13, + "name": "morning", + "top_posts": 5, + "total_payouts": "22.827 HBD" + }, + { + "comments": 2, + "name": "mixedmedia", + "top_posts": 1, + "total_payouts": "22.784 HBD" + }, + { + "comments": 2, + "name": "montreal", + "top_posts": 2, + "total_payouts": "22.714 HBD" + }, + { + "comments": 13, + "name": "aquarium", + "top_posts": 6, + "total_payouts": "22.412 HBD" + }, + { + "comments": 8, + "name": "puertorico", + "top_posts": 2, + "total_payouts": "22.364 HBD" + }, + { + "comments": 9, + "name": "minnow-report", + "top_posts": 1, + "total_payouts": "22.195 HBD" + }, + { + "comments": 4, + "name": "scince", + "top_posts": 1, + "total_payouts": "22.053 HBD" + }, + { + "comments": 3, + "name": "steemdle", + "top_posts": 1, + "total_payouts": "21.963 HBD" + }, + { + "comments": 11, + "name": "downtherabbithole", + "top_posts": 1, + "total_payouts": "21.787 HBD" + }, + { + "comments": 19, + "name": "dicordion", + "top_posts": 1, + "total_payouts": "21.783 HBD" + }, + { + "comments": 20, + "name": "feedback", + "top_posts": 1, + "total_payouts": "21.689 HBD" + }, + { + "comments": 16, + "name": "gratitude", + "top_posts": 3, + "total_payouts": "21.502 HBD" + }, + { + "comments": 1, + "name": "power-up", + "top_posts": 1, + "total_payouts": "21.251 HBD" + }, + { + "comments": 65, + "name": "steemgirls", + "top_posts": 27, + "total_payouts": "21.181 HBD" + }, + { + "comments": 2, + "name": "golf", + "top_posts": 3, + "total_payouts": "21.009 HBD" + }, + { + "comments": 81, + "name": "klyeart", + "top_posts": 4, + "total_payouts": "20.827 HBD" + }, + { + "comments": 1, + "name": "jewelscoin", + "top_posts": 2, + "total_payouts": "20.347 HBD" + }, + { + "comments": 5, + "name": "meow", + "top_posts": 1, + "total_payouts": "20.320 HBD" + }, + { + "comments": 20, + "name": "tickets", + "top_posts": 1, + "total_payouts": "20.303 HBD" + }, + { + "comments": 42, + "name": "voidart-argantuan", + "top_posts": 2, + "total_payouts": "20.032 HBD" + }, + { + "comments": 3, + "name": "scie", + "top_posts": 1, + "total_payouts": "20.026 HBD" + }, + { + "comments": 3, + "name": "television", + "top_posts": 2, + "total_payouts": "20.019 HBD" + }, + { + "comments": 27, + "name": "uber", + "top_posts": 13, + "total_payouts": "19.840 HBD" + }, + { + "comments": 29, + "name": "robotev", + "top_posts": 20, + "total_payouts": "19.812 HBD" + }, + { + "comments": 13, + "name": "gridcoin-weekly", + "top_posts": 3, + "total_payouts": "19.801 HBD" + }, + { + "comments": 9, + "name": "internet-story", + "top_posts": 1, + "total_payouts": "19.664 HBD" + }, + { + "comments": 7, + "name": "chinese", + "top_posts": 11, + "total_payouts": "19.459 HBD" + }, + { + "comments": 11, + "name": "cafe", + "top_posts": 1, + "total_payouts": "19.364 HBD" + }, + { + "comments": 47, + "name": "ai", + "top_posts": 14, + "total_payouts": "19.364 HBD" + }, + { + "comments": 15, + "name": "unheardvoices", + "top_posts": 1, + "total_payouts": "19.093 HBD" + }, + { + "comments": 52, + "name": "thegreencandle", + "top_posts": 5, + "total_payouts": "19.026 HBD" + }, + { + "comments": 73, + "name": "rant", + "top_posts": 10, + "total_payouts": "18.934 HBD" + }, + { + "comments": 13, + "name": "fascism", + "top_posts": 2, + "total_payouts": "18.915 HBD" + }, + { + "comments": 2, + "name": "time-travel", + "top_posts": 1, + "total_payouts": "18.782 HBD" + }, + { + "comments": 4, + "name": "debt", + "top_posts": 8, + "total_payouts": "18.655 HBD" + }, + { + "comments": 1, + "name": "sunrise", + "top_posts": 1, + "total_payouts": "18.580 HBD" + }, + { + "comments": 8, + "name": "ultra", + "top_posts": 1, + "total_payouts": "18.570 HBD" + }, + { + "comments": 16, + "name": "tile", + "top_posts": 1, + "total_payouts": "18.348 HBD" + }, + { + "comments": 20, + "name": "sochi", + "top_posts": 1, + "total_payouts": "18.289 HBD" + }, + { + "comments": 5, + "name": "falseflag", + "top_posts": 1, + "total_payouts": "18.237 HBD" + }, + { + "comments": 5, + "name": "state", + "top_posts": 2, + "total_payouts": "18.033 HBD" + }, + { + "comments": 1, + "name": "faeria", + "top_posts": 1, + "total_payouts": "17.886 HBD" + }, + { + "comments": 14, + "name": "university", + "top_posts": 2, + "total_payouts": "17.762 HBD" + }, + { + "comments": 50, + "name": "flatearth", + "top_posts": 10, + "total_payouts": "17.532 HBD" + }, + { + "comments": 21, + "name": "teaching", + "top_posts": 7, + "total_payouts": "17.502 HBD" + }, + { + "comments": 3, + "name": "encouragement", + "top_posts": 1, + "total_payouts": "17.194 HBD" + }, + { + "comments": 9, + "name": "mobypicture", + "top_posts": 1, + "total_payouts": "16.976 HBD" + }, + { + "comments": 14, + "name": "monsanto", + "top_posts": 3, + "total_payouts": "16.934 HBD" + }, + { + "comments": 15, + "name": "auto", + "top_posts": 2, + "total_payouts": "16.831 HBD" + }, + { + "comments": 27, + "name": "aviewaday", + "top_posts": 4, + "total_payouts": "16.653 HBD" + }, + { + "comments": 25, + "name": "brexit", + "top_posts": 6, + "total_payouts": "16.652 HBD" + }, + { + "comments": 16, + "name": "savings", + "top_posts": 5, + "total_payouts": "16.589 HBD" + }, + { + "comments": 48, + "name": "wordchallenge", + "top_posts": 4, + "total_payouts": "16.560 HBD" + }, + { + "comments": 29, + "name": "steemit-hunt", + "top_posts": 4, + "total_payouts": "16.528 HBD" + }, + { + "comments": 6, + "name": "affiliate", + "top_posts": 5, + "total_payouts": "16.514 HBD" + }, + { + "comments": 15, + "name": "challenge", + "top_posts": 5, + "total_payouts": "16.478 HBD" + }, + { + "comments": 12, + "name": "chiptune", + "top_posts": 3, + "total_payouts": "16.425 HBD" + }, + { + "comments": 14, + "name": "promotion", + "top_posts": 4, + "total_payouts": "16.401 HBD" + }, + { + "comments": 1, + "name": "freiheit", + "top_posts": 11, + "total_payouts": "16.364 HBD" + }, + { + "comments": 4, + "name": "steemitsignchallenge", + "top_posts": 1, + "total_payouts": "16.203 HBD" + }, + { + "comments": 11, + "name": "romance", + "top_posts": 5, + "total_payouts": "16.190 HBD" + }, + { + "comments": 27, + "name": "courage", + "top_posts": 1, + "total_payouts": "16.164 HBD" + }, + { + "comments": 4, + "name": "mytown", + "top_posts": 1, + "total_payouts": "16.162 HBD" + }, + { + "comments": 47, + "name": "ru-steem", + "top_posts": 6, + "total_payouts": "16.073 HBD" + }, + { + "comments": 51, + "name": "it-steem", + "top_posts": 7, + "total_payouts": "16.017 HBD" + }, + { + "comments": 21, + "name": "robots", + "top_posts": 7, + "total_payouts": "15.872 HBD" + }, + { + "comments": 83, + "name": "steemit-abuse", + "top_posts": 3, + "total_payouts": "15.806 HBD" + }, + { + "comments": 99, + "name": "magiceyechallenge", + "top_posts": 4, + "total_payouts": "15.798 HBD" + }, + { + "comments": 3, + "name": "ceremonies", + "top_posts": 3, + "total_payouts": "15.632 HBD" + }, + { + "comments": 1, + "name": "assetbasedcommunitydevelopment", + "top_posts": 1, + "total_payouts": "15.573 HBD" + }, + { + "comments": 2, + "name": "hiatus", + "top_posts": 1, + "total_payouts": "15.493 HBD" + }, + { + "comments": 29, + "name": "studying", + "top_posts": 1, + "total_payouts": "15.445 HBD" + }, + { + "comments": 6, + "name": "princess", + "top_posts": 2, + "total_payouts": "15.439 HBD" + }, + { + "comments": 10, + "name": "steemlife", + "top_posts": 8, + "total_payouts": "15.370 HBD" + }, + { + "comments": 2, + "name": "freetheareola", + "top_posts": 1, + "total_payouts": "15.186 HBD" + }, + { + "comments": 2, + "name": "wish", + "top_posts": 1, + "total_payouts": "15.136 HBD" + }, + { + "comments": 3, + "name": "minnowsunte", + "top_posts": 1, + "total_payouts": "15.048 HBD" + }, + { + "comments": 5, + "name": "beekeepering", + "top_posts": 1, + "total_payouts": "14.932 HBD" + }, + { + "comments": 30, + "name": "rip", + "top_posts": 3, + "total_payouts": "14.924 HBD" + }, + { + "comments": 4, + "name": "humblebundle", + "top_posts": 1, + "total_payouts": "14.906 HBD" + }, + { + "comments": 0, + "name": "socialismsucks", + "top_posts": 1, + "total_payouts": "14.759 HBD" + }, + { + "comments": 4, + "name": "fulltiltanarchy", + "top_posts": 1, + "total_payouts": "14.743 HBD" + }, + { + "comments": 17, + "name": "human", + "top_posts": 4, + "total_payouts": "14.734 HBD" + }, + { + "comments": 10, + "name": "american", + "top_posts": 6, + "total_payouts": "14.716 HBD" + }, + { + "comments": 22, + "name": "political", + "top_posts": 13, + "total_payouts": "14.682 HBD" + }, + { + "comments": 3, + "name": "steemit-howto", + "top_posts": 1, + "total_payouts": "14.469 HBD" + }, + { + "comments": 0, + "name": "pt", + "top_posts": 1, + "total_payouts": "14.341 HBD" + }, + { + "comments": 9, + "name": "multi-rotors", + "top_posts": 1, + "total_payouts": "14.212 HBD" + }, + { + "comments": 85, + "name": "finance", + "top_posts": 34, + "total_payouts": "14.155 HBD" + }, + { + "comments": 20, + "name": "begging", + "top_posts": 1, + "total_payouts": "14.073 HBD" + }, + { + "comments": 4, + "name": "forgottenhistory", + "top_posts": 1, + "total_payouts": "13.827 HBD" + }, + { + "comments": 6, + "name": "ransomware", + "top_posts": 2, + "total_payouts": "13.629 HBD" + }, + { + "comments": 5, + "name": "wrestling", + "top_posts": 3, + "total_payouts": "13.595 HBD" + }, + { + "comments": 21, + "name": "housedecor", + "top_posts": 1, + "total_payouts": "13.529 HBD" + }, + { + "comments": 4, + "name": "philsophy", + "top_posts": 1, + "total_payouts": "13.467 HBD" + }, + { + "comments": 18, + "name": "japan", + "top_posts": 11, + "total_payouts": "13.263 HBD" + }, + { + "comments": 10, + "name": "ja-blockchain", + "top_posts": 13, + "total_payouts": "13.172 HBD" + }, + { + "comments": 68, + "name": "dots", + "top_posts": 31, + "total_payouts": "13.150 HBD" + }, + { + "comments": 13, + "name": "dadbod", + "top_posts": 1, + "total_payouts": "12.936 HBD" + }, + { + "comments": 12, + "name": "swagsunday", + "top_posts": 1, + "total_payouts": "12.864 HBD" + }, + { + "comments": 4, + "name": "anarchocapitalism", + "top_posts": 3, + "total_payouts": "12.827 HBD" + }, + { + "comments": 20, + "name": "seasteading", + "top_posts": 2, + "total_payouts": "12.562 HBD" + }, + { + "comments": 7, + "name": "subconscious", + "top_posts": 1, + "total_payouts": "12.385 HBD" + }, + { + "comments": 9, + "name": "steemspot", + "top_posts": 1, + "total_payouts": "12.358 HBD" + }, + { + "comments": 63, + "name": "introduce", + "top_posts": 42, + "total_payouts": "12.345 HBD" + }, + { + "comments": 7, + "name": "pschology", + "top_posts": 1, + "total_payouts": "12.298 HBD" + }, + { + "comments": 13, + "name": "tribute", + "top_posts": 1, + "total_payouts": "12.289 HBD" + }, + { + "comments": 60, + "name": "outdoors", + "top_posts": 3, + "total_payouts": "12.246 HBD" + }, + { + "comments": 1, + "name": "americana", + "top_posts": 1, + "total_payouts": "12.241 HBD" + }, + { + "comments": 41, + "name": "promote", + "top_posts": 6, + "total_payouts": "12.125 HBD" + }, + { + "comments": 22, + "name": "blackjintrader", + "top_posts": 7, + "total_payouts": "12.109 HBD" + }, + { + "comments": 10, + "name": "star", + "top_posts": 4, + "total_payouts": "12.060 HBD" + }, + { + "comments": 15, + "name": "yinyang", + "top_posts": 3, + "total_payouts": "12.040 HBD" + }, + { + "comments": 13, + "name": "homesteading", + "top_posts": 5, + "total_payouts": "11.782 HBD" + }, + { + "comments": 29, + "name": "steemit-update", + "top_posts": 1, + "total_payouts": "11.777 HBD" + }, + { + "comments": 0, + "name": "cybernetics", + "top_posts": 1, + "total_payouts": "11.762 HBD" + }, + { + "comments": 30, + "name": "pokemon", + "top_posts": 43, + "total_payouts": "11.715 HBD" + }, + { + "comments": 18, + "name": "bioinformatics", + "top_posts": 1, + "total_payouts": "11.643 HBD" + }, + { + "comments": 3, + "name": "craigslist", + "top_posts": 1, + "total_payouts": "11.623 HBD" + }, + { + "comments": 70, + "name": "streemian", + "top_posts": 2, + "total_payouts": "11.553 HBD" + }, + { + "comments": 15, + "name": "france", + "top_posts": 13, + "total_payouts": "11.533 HBD" + }, + { + "comments": 108, + "name": "investment", + "top_posts": 43, + "total_payouts": "11.493 HBD" + }, + { + "comments": 15, + "name": "excercise", + "top_posts": 1, + "total_payouts": "11.420 HBD" + }, + { + "comments": 20, + "name": "wow", + "top_posts": 3, + "total_payouts": "11.305 HBD" + }, + { + "comments": 39, + "name": "christianity", + "top_posts": 13, + "total_payouts": "11.036 HBD" + }, + { + "comments": 6, + "name": "topless", + "top_posts": 1, + "total_payouts": "11.005 HBD" + }, + { + "comments": 0, + "name": "esport", + "top_posts": 1, + "total_payouts": "10.913 HBD" + }, + { + "comments": 4, + "name": "eth", + "top_posts": 5, + "total_payouts": "10.729 HBD" + }, + { + "comments": 5, + "name": "artificialintelligence", + "top_posts": 2, + "total_payouts": "10.619 HBD" + }, + { + "comments": 131, + "name": "usersummary", + "top_posts": 2, + "total_payouts": "10.533 HBD" + }, + { + "comments": 18, + "name": "handmade", + "top_posts": 5, + "total_payouts": "10.475 HBD" + }, + { + "comments": 12, + "name": "rape", + "top_posts": 4, + "total_payouts": "10.378 HBD" + }, + { + "comments": 31, + "name": "mystery", + "top_posts": 10, + "total_payouts": "10.277 HBD" + }, + { + "comments": 1, + "name": "bananapi", + "top_posts": 1, + "total_payouts": "10.246 HBD" + }, + { + "comments": 5, + "name": "steemit-new", + "top_posts": 1, + "total_payouts": "10.205 HBD" + }, + { + "comments": 19, + "name": "sunset", + "top_posts": 7, + "total_payouts": "10.013 HBD" + }, + { + "comments": 12, + "name": "buzadi", + "top_posts": 1, + "total_payouts": "9.927 HBD" + }, + { + "comments": 8, + "name": "cn-fishing", + "top_posts": 1, + "total_payouts": "9.825 HBD" + }, + { + "comments": 13, + "name": "diving", + "top_posts": 1, + "total_payouts": "9.782 HBD" + }, + { + "comments": 25, + "name": "russia", + "top_posts": 13, + "total_payouts": "9.542 HBD" + }, + { + "comments": 14, + "name": "changemakers", + "top_posts": 2, + "total_payouts": "9.534 HBD" + }, + { + "comments": 3, + "name": "handcraft", + "top_posts": 1, + "total_payouts": "9.415 HBD" + }, + { + "comments": 2, + "name": "conundrum", + "top_posts": 1, + "total_payouts": "9.376 HBD" + }, + { + "comments": 5, + "name": "motorcycle", + "top_posts": 2, + "total_payouts": "9.344 HBD" + }, + { + "comments": 9, + "name": "ghosts", + "top_posts": 3, + "total_payouts": "9.284 HBD" + }, + { + "comments": 4, + "name": "photographie", + "top_posts": 1, + "total_payouts": "9.256 HBD" + }, + { + "comments": 65, + "name": "facebook", + "top_posts": 36, + "total_payouts": "9.220 HBD" + }, + { + "comments": 0, + "name": "bittrex", + "top_posts": 3, + "total_payouts": "9.182 HBD" + }, + { + "comments": 0, + "name": "poor", + "top_posts": 1, + "total_payouts": "9.179 HBD" + }, + { + "comments": 0, + "name": "preciousmoments", + "top_posts": 1, + "total_payouts": "9.071 HBD" + }, + { + "comments": 7, + "name": "prostitution", + "top_posts": 1, + "total_payouts": "9.051 HBD" + }, + { + "comments": 19, + "name": "newyork", + "top_posts": 5, + "total_payouts": "9.041 HBD" + }, + { + "comments": 9, + "name": "opencv", + "top_posts": 1, + "total_payouts": "9.041 HBD" + }, + { + "comments": 3, + "name": "cave", + "top_posts": 1, + "total_payouts": "9.023 HBD" + }, + { + "comments": 64, + "name": "harassment", + "top_posts": 3, + "total_payouts": "8.954 HBD" + }, + { + "comments": 20, + "name": "norway", + "top_posts": 8, + "total_payouts": "8.947 HBD" + }, + { + "comments": 5, + "name": "climatechange", + "top_posts": 3, + "total_payouts": "8.902 HBD" + }, + { + "comments": 8, + "name": "insurance", + "top_posts": 3, + "total_payouts": "8.833 HBD" + }, + { + "comments": 50, + "name": "silverbugs", + "top_posts": 3, + "total_payouts": "8.730 HBD" + }, + { + "comments": 26, + "name": "humanity", + "top_posts": 11, + "total_payouts": "8.633 HBD" + }, + { + "comments": 1, + "name": "corruption", + "top_posts": 6, + "total_payouts": "8.499 HBD" + }, + { + "comments": 5, + "name": "electric-toothbrush", + "top_posts": 1, + "total_payouts": "8.483 HBD" + }, + { + "comments": 16, + "name": "puzzle", + "top_posts": 8, + "total_payouts": "8.413 HBD" + }, + { + "comments": 2, + "name": "nonfiction", + "top_posts": 1, + "total_payouts": "8.408 HBD" + }, + { + "comments": 10, + "name": "recommended", + "top_posts": 3, + "total_payouts": "8.407 HBD" + }, + { + "comments": 8, + "name": "jail", + "top_posts": 3, + "total_payouts": "8.362 HBD" + }, + { + "comments": 9, + "name": "bass", + "top_posts": 3, + "total_payouts": "8.289 HBD" + }, + { + "comments": 8, + "name": "activism", + "top_posts": 3, + "total_payouts": "8.175 HBD" + }, + { + "comments": 5, + "name": "coinsupply", + "top_posts": 1, + "total_payouts": "8.133 HBD" + }, + { + "comments": 34, + "name": "follow", + "top_posts": 7, + "total_payouts": "8.107 HBD" + }, + { + "comments": 26, + "name": "biohacking", + "top_posts": 10, + "total_payouts": "8.100 HBD" + }, + { + "comments": 20, + "name": "tips", + "top_posts": 17, + "total_payouts": "8.018 HBD" + }, + { + "comments": 1, + "name": "luck", + "top_posts": 2, + "total_payouts": "7.931 HBD" + }, + { + "comments": 3, + "name": "foodie", + "top_posts": 1, + "total_payouts": "7.901 HBD" + }, + { + "comments": 58, + "name": "memo", + "top_posts": 3, + "total_payouts": "7.861 HBD" + }, + { + "comments": 8, + "name": "lawenforcment", + "top_posts": 1, + "total_payouts": "7.853 HBD" + }, + { + "comments": 9, + "name": "introducingmyself", + "top_posts": 2, + "total_payouts": "7.809 HBD" + }, + { + "comments": 13, + "name": "wedding", + "top_posts": 9, + "total_payouts": "7.768 HBD" + }, + { + "comments": 6, + "name": "college101", + "top_posts": 3, + "total_payouts": "7.674 HBD" + }, + { + "comments": 7, + "name": "korean", + "top_posts": 5, + "total_payouts": "7.662 HBD" + }, + { + "comments": 20, + "name": "wallpapers", + "top_posts": 3, + "total_payouts": "7.617 HBD" + }, + { + "comments": 16, + "name": "popular", + "top_posts": 1, + "total_payouts": "7.561 HBD" + }, + { + "comments": 26, + "name": "wordpress", + "top_posts": 17, + "total_payouts": "7.524 HBD" + }, + { + "comments": 2, + "name": "fantasyfootball", + "top_posts": 1, + "total_payouts": "7.522 HBD" + }, + { + "comments": 5, + "name": "childhood", + "top_posts": 2, + "total_payouts": "7.497 HBD" + }, + { + "comments": 0, + "name": "plesk", + "top_posts": 1, + "total_payouts": "7.461 HBD" + }, + { + "comments": 7, + "name": "spirit", + "top_posts": 4, + "total_payouts": "7.448 HBD" + }, + { + "comments": 1, + "name": "vpn", + "top_posts": 3, + "total_payouts": "7.307 HBD" + }, + { + "comments": 46, + "name": "vegetable-artcarving", + "top_posts": 5, + "total_payouts": "7.244 HBD" + }, + { + "comments": 0, + "name": "imagej", + "top_posts": 1, + "total_payouts": "7.179 HBD" + }, + { + "comments": 0, + "name": "eurozone", + "top_posts": 1, + "total_payouts": "7.094 HBD" + } +] diff --git a/hivemind/tavern/test_condenser_api_patterns.tavern.yaml b/hivemind/tavern/test_condenser_api_patterns.tavern.yaml index aac89e04..51cb2151 100644 --- a/hivemind/tavern/test_condenser_api_patterns.tavern.yaml +++ b/hivemind/tavern/test_condenser_api_patterns.tavern.yaml @@ -433,7 +433,7 @@ test_name: Hivemind condenser_api.get_content patterns test marks: - - patterntest + - patterntest # fat node was giving more data includes: - !include common.yaml @@ -461,7 +461,7 @@ test_name: Hivemind condenser_api.get_content gtg patterns test marks: - - patterntest + - patterntest # fat node was giving more data includes: - !include common.yaml @@ -518,7 +518,7 @@ test_name: Hivemind condenser_api.get_content_replies patterns test marks: - - patterntest + - patterntest # fat node was giving more data includes: - !include common.yaml @@ -607,7 +607,7 @@ test_name: Hivemind condenser_api.get_trending_tags limit 250 patterns test marks: - - patterntest + - patterntest # there is random order in some elements of original answer includes: - !include common.yaml @@ -1455,8 +1455,8 @@ marks: - patterntest - - xfail # test should return all steemit account posts, issue: https://gitlab.syncad.com/hive/hivemind/-/issues/53 - failing + - xfail # test should return all steemit account posts, issue: https://gitlab.syncad.com/hive/hivemind/-/issues/53 includes: - !include common.yaml @@ -1658,7 +1658,7 @@ test_name: Hivemind condenser_api.get_account_reputations patterns test marks: - - patterntest # to be changed for account that has some reputation + - patterntest # fat node gives different answer (not only nonzero reputation but also json is generally different) includes: - !include common.yaml -- GitLab